Lines Matching defs:onoff
4029 static int pvr2_hdw_cmd_hcw_demod_reset(struct pvr2_hdw *hdw, int onoff)
4043 ((onoff ? 1 : 0) << 16));
4049 ((onoff ? 1 : 0) << 16));
4053 static int pvr2_hdw_cmd_onair_fe_power_ctrl(struct pvr2_hdw *hdw, int onoff)
4056 return pvr2_issue_simple_cmd(hdw,(onoff ?
4063 int onoff)
4065 return pvr2_issue_simple_cmd(hdw,(onoff ?
4107 static void pvr2_led_ctrl_hauppauge(struct pvr2_hdw *hdw, int onoff)
4115 if (onoff) {
4132 static void pvr2_led_ctrl(struct pvr2_hdw *hdw,int onoff)
4137 if ((!onoff) == (!hdw->led_on)) return;
4139 hdw->led_on = onoff != 0;
4148 if (fp) (*fp)(hdw,onoff);