Lines Matching refs:gate_ctrl
381 void (*gate_ctrl)(struct cx88_core *core, int open); member
428 if (core->gate_ctrl) \
429 core->gate_ctrl(core, 1); \
431 if (core->gate_ctrl) \
432 core->gate_ctrl(core, 0); \
445 if (core->gate_ctrl) \
446 core->gate_ctrl(core, 1); \
448 if (core->gate_ctrl) \
449 core->gate_ctrl(core, 0); \
459 if (core->gate_ctrl) \
460 core->gate_ctrl(core, 1); \
462 if (core->gate_ctrl) \
463 core->gate_ctrl(core, 0); \