Lines Matching refs:gate_ctrl
372 void (*gate_ctrl)(struct cx88_core *core, int open); member
419 if (core->gate_ctrl) \
420 core->gate_ctrl(core, 1); \
423 if (core->gate_ctrl) \
424 core->gate_ctrl(core, 0); \
437 if (core->gate_ctrl) \
438 core->gate_ctrl(core, 1); \
440 if (core->gate_ctrl) \
441 core->gate_ctrl(core, 0); \
451 if (core->gate_ctrl) \
452 core->gate_ctrl(core, 1); \
454 if (core->gate_ctrl) \
455 core->gate_ctrl(core, 0); \