Lines Matching defs:onoff
4024 static int pvr2_hdw_cmd_hcw_demod_reset(struct pvr2_hdw *hdw, int onoff)
4038 ((onoff ? 1 : 0) << 16));
4044 ((onoff ? 1 : 0) << 16));
4048 static int pvr2_hdw_cmd_onair_fe_power_ctrl(struct pvr2_hdw *hdw, int onoff)
4051 return pvr2_issue_simple_cmd(hdw,(onoff ?
4058 int onoff)
4060 return pvr2_issue_simple_cmd(hdw,(onoff ?
4102 static void pvr2_led_ctrl_hauppauge(struct pvr2_hdw *hdw, int onoff)
4110 if (onoff) {
4127 static void pvr2_led_ctrl(struct pvr2_hdw *hdw,int onoff)
4132 if ((!onoff) == (!hdw->led_on)) return;
4134 hdw->led_on = onoff != 0;
4143 if (fp) (*fp)(hdw,onoff);