Searched refs:c_config (Results 1 – 2 of 2) sorted by relevance
142 .c_config = NULL,157 .c_config = NULL,204 if (clock->cl_ops && clock->cl_ops->c_config) { in clock_oldconfig()205 if ((*clock->cl_ops->c_config)() == 0) { in clock_oldconfig()
70 int (*c_config)(void); /* configuration */ member