Home
last modified time | relevance | path

Searched defs:on_off (Results 1 – 13 of 13) sorted by relevance

/linux-3.3/drivers/macintosh/
Dmediabay.c176 ohare_mb_power(struct media_bay_info* bay, int on_off) in ohare_mb_power()
195 heathrow_mb_power(struct media_bay_info* bay, int on_off) in heathrow_mb_power()
214 keylargo_mb_power(struct media_bay_info* bay, int on_off) in keylargo_mb_power()
/linux-3.3/drivers/accessibility/braille/
Dbraille_console.c243 int on_off = -1; in keyboard_notifier_call() local
/linux-3.3/sound/drivers/opl3/
Dopl3_drums.c185 void snd_opl3_drum_switch(struct snd_opl3 *opl3, int note, int vel, int on_off, in snd_opl3_drum_switch()
/linux-3.3/drivers/misc/
Dapds9802als.c171 static int als_set_power_state(struct i2c_client *client, bool on_off) in als_set_power_state()
/linux-3.3/drivers/scsi/arm/
Dpowertec.c102 powertecscsi_terminator_ctl(struct Scsi_Host *host, int on_off) in powertecscsi_terminator_ctl()
Dcumana_2.c122 cumanascsi_2_terminator_ctl(struct Scsi_Host *host, int on_off) in cumanascsi_2_terminator_ctl()
Deesox.c121 eesoxscsi_terminator_ctl(struct Scsi_Host *host, int on_off) in eesoxscsi_terminator_ctl()
/linux-3.3/drivers/net/fddi/skfp/
Dpcmplc.c1256 void sm_pm_ls_latch(struct s_smc *smc, int phy, int on_off) in sm_pm_ls_latch()
/linux-3.3/arch/arm/mach-tegra/
Dtegra2_clocks.c539 unsigned int on_off; in tegra2_blink_clk_init() local
584 unsigned int on_off; in tegra2_blink_clk_set_rate() local
/linux-3.3/sound/pci/asihpi/
Dhpifunc.c2109 u16 hpi_microphone_set_phantom_power(u32 h_control, u16 on_off) in hpi_microphone_set_phantom_power()
2118 u32 on_off = 0; in hpi_microphone_get_phantom_power() local
2184 u16 hpi_parametric_eq_set_state(u32 h_control, u16 on_off) in hpi_parametric_eq_set_state()
/linux-3.3/drivers/staging/speakup/
Dmain.c1723 int on_off = 2; in do_handle_spec() local
/linux-3.3/drivers/net/ethernet/neterion/vxge/
Dvxge-config.c3626 vxge_hw_device_flick_link_led(struct __vxge_hw_device *hldev, u64 on_off) in vxge_hw_device_flick_link_led()
/linux-3.3/drivers/tty/vt/
Dvt.c1421 static void set_mode(struct vc_data *vc, int on_off) in set_mode()