Lines Matching refs:gate_ctrl
373 void (*gate_ctrl)(struct cx88_core *core, int open); member
420 if (core->gate_ctrl) \
421 core->gate_ctrl(core, 1); \
424 if (core->gate_ctrl) \
425 core->gate_ctrl(core, 0); \
438 if (core->gate_ctrl) \
439 core->gate_ctrl(core, 1); \
441 if (core->gate_ctrl) \
442 core->gate_ctrl(core, 0); \
452 if (core->gate_ctrl) \
453 core->gate_ctrl(core, 1); \
455 if (core->gate_ctrl) \
456 core->gate_ctrl(core, 0); \