Home
last modified time | relevance | path

Searched defs:on (Results 1 – 25 of 778) sorted by relevance

12345678910>>...32

/openbmc/linux/arch/sparc/kernel/
H A Dauxio_64.c56 static void __auxio_set_bit(u8 bit, int on, int ebus) in __auxio_set_bit()
69 void auxio_set_led(int on) in auxio_set_led()
79 static void __auxio_sbus_set_lte(int on) in __auxio_sbus_set_lte()
84 void auxio_set_lte(int on) in auxio_set_lte()
/openbmc/linux/arch/arm/mach-pxa/
H A Dspitz_pm.c52 static void spitz_measure_temp(int on) in spitz_measure_temp()
57 static void spitz_charge(int on) in spitz_charge()
73 static void spitz_discharge(int on) in spitz_discharge()
80 static void spitz_discharge1(int on) in spitz_discharge1()
/openbmc/linux/drivers/leds/trigger/
H A Dledtrig-camera.c20 void ledtrig_flash_ctrl(bool on) in ledtrig_flash_ctrl()
28 void ledtrig_torch_ctrl(bool on) in ledtrig_torch_ctrl()
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/
H A Dpsci.c102 static void __secure sunxi_power_switch(u32 *clamp, u32 *pwroff, bool on, in sunxi_power_switch()
139 static void __secure sunxi_cpu_set_power(int __always_unused cpu, bool on) in sunxi_cpu_set_power()
148 static void __secure sunxi_cpu_set_power(int cpu, bool on) in sunxi_cpu_set_power()
158 static void __secure sunxi_cpu_set_power(int cpu, bool on) in sunxi_cpu_set_power()
/openbmc/linux/arch/powerpc/platforms/83xx/
H A Dmpc832x_rdb.c45 bool on)) in of_fsl_spi_probe()
125 bool on)) in fsl_spi_init()
147 static void mpc83xx_spi_cs_control(struct spi_device *spi, bool on) in mpc83xx_spi_cs_control()
/openbmc/linux/drivers/usb/phy/
H A Dphy-am335x-control.h12 enum usb_dr_mode dr_mode, bool on) in phy_ctrl_power()
17 static inline void phy_ctrl_wkup(struct phy_control *phy_ctrl, u32 id, bool on) in phy_ctrl_wkup()
H A Dphy-fsl-usb.c117 void fsl_otg_chrg_vbus(struct otg_fsm *fsm, int on) in fsl_otg_chrg_vbus()
135 void fsl_otg_dischrg_vbus(int on) in fsl_otg_dischrg_vbus()
153 void fsl_otg_drv_vbus(struct otg_fsm *fsm, int on) in fsl_otg_drv_vbus()
171 void fsl_otg_loc_conn(struct otg_fsm *fsm, int on) in fsl_otg_loc_conn()
190 void fsl_otg_loc_sof(struct otg_fsm *fsm, int on) in fsl_otg_loc_sof()
457 int fsl_otg_start_host(struct otg_fsm *fsm, int on) in fsl_otg_start_host()
524 int fsl_otg_start_gadget(struct otg_fsm *fsm, int on) in fsl_otg_start_gadget()
/openbmc/linux/drivers/mtd/maps/
H A Dphysmap-versatile.c122 static void ap_flash_set_vpp(struct map_info *map, int on) in ap_flash_set_vpp()
150 static void cp_flash_set_vpp(struct map_info *map, int on) in cp_flash_set_vpp()
177 static void versatile_flash_set_vpp(struct map_info *map, int on) in versatile_flash_set_vpp()
/openbmc/linux/drivers/clk/qcom/
H A Dclk-branch.h52 struct clk_branch clk, bool on) in qcom_branch_set_force_mem_core()
59 struct clk_branch clk, bool on) in qcom_branch_set_force_periph_on()
66 struct clk_branch clk, bool on) in qcom_branch_set_force_periph_off()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dled.c11 static void iwl_mvm_send_led_fw_cmd(struct iwl_mvm *mvm, bool on) in iwl_mvm_send_led_fw_cmd()
33 static void iwl_mvm_led_set(struct iwl_mvm *mvm, bool on) in iwl_mvm_led_set()
/openbmc/linux/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.c165 static void dmafetch_onoff(struct mmp_overlay *overlay, int on) in dmafetch_onoff()
181 static void path_enabledisable(struct mmp_path *path, int on) in path_enabledisable()
194 static void path_onoff(struct mmp_path *path, int on) in path_onoff()
216 static void overlay_set_onoff(struct mmp_overlay *overlay, int on) in overlay_set_onoff()
/openbmc/linux/arch/sparc/include/asm/
H A Dauxio_32.h53 #define auxio_set_lte(on) \ argument
69 #define auxio_set_led(on) \ argument
/openbmc/u-boot/drivers/usb/phy/
H A Domap_usb_phy.c128 void usb_phy_power(int on) in usb_phy_power()
211 void usb_phy_power(int on) in usb_phy_power()
230 void usb_phy_power(int on) in usb_phy_power()
/openbmc/linux/arch/arm/mach-sa1100/
H A Dassabet.c333 static void assabet_lcd_backlight_power(int on) in assabet_lcd_backlight_power()
346 static void assabet_lcd_power(int on) in assabet_lcd_power()
378 static void assabet_pal_backlight_power(int on) in assabet_pal_backlight_power()
383 static void assabet_pal_power(int on) in assabet_pal_power()
/openbmc/linux/include/linux/usb/
H A Dotg-fsm.h205 static inline int otg_chrg_vbus(struct otg_fsm *fsm, int on) in otg_chrg_vbus()
213 static inline int otg_drv_vbus(struct otg_fsm *fsm, int on) in otg_drv_vbus()
224 static inline int otg_loc_conn(struct otg_fsm *fsm, int on) in otg_loc_conn()
235 static inline int otg_loc_sof(struct otg_fsm *fsm, int on) in otg_loc_sof()
296 static inline int otg_start_host(struct otg_fsm *fsm, int on) in otg_start_host()
303 static inline int otg_start_gadget(struct otg_fsm *fsm, int on) in otg_start_gadget()
/openbmc/linux/drivers/gpu/drm/ast/
H A Dast_dp.c163 void ast_dp_power_on_off(struct drm_device *dev, bool on) in ast_dp_power_on_off()
179 void ast_dp_set_on_off(struct drm_device *dev, bool on) in ast_dp_set_on_off()
/openbmc/linux/drivers/spi/
H A Dspi-sh-sci.c39 static inline void setbits(struct sh_sci_spi *sp, int bits, int on) in setbits()
57 static inline void setsck(struct spi_device *dev, int on) in setsck()
62 static inline void setmosi(struct spi_device *dev, int on) in setmosi()
/openbmc/linux/fs/kernfs/
H A Dfile.c564 struct kernfs_open_node *on; in kernfs_get_open_node() local
609 struct kernfs_open_node *on; in kernfs_unlink_open_file() local
815 struct kernfs_open_node *on; in kernfs_should_drain_open_files() local
834 struct kernfs_open_node *on; in kernfs_drain_open_files() local
878 struct kernfs_open_node *on = of_on(of); in kernfs_generic_poll() local
979 struct kernfs_open_node *on; in kernfs_notify() local
/openbmc/linux/net/bridge/
H A Dbr.c265 int br_boolopt_toggle(struct net_bridge *br, enum br_boolopt_id opt, bool on, in br_boolopt_toggle()
316 bool on = !!(bm->optval & BIT(opt_id)); in br_boolopt_multi_toggle() local
343 void br_opt_toggle(struct net_bridge *br, enum net_bridge_opts opt, bool on) in br_opt_toggle()
/openbmc/linux/drivers/auxdisplay/
H A Dlcd2s.c163 static void lcd2s_backlight(struct charlcd *lcd, enum charlcd_onoff on) in lcd2s_backlight()
173 static int lcd2s_display(struct charlcd *lcd, enum charlcd_onoff on) in lcd2s_display()
185 static int lcd2s_cursor(struct charlcd *lcd, enum charlcd_onoff on) in lcd2s_cursor()
197 static int lcd2s_blink(struct charlcd *lcd, enum charlcd_onoff on) in lcd2s_blink()
/openbmc/linux/drivers/usb/chipidea/
H A Dotg_fsm.c458 static void ci_otg_drv_vbus(struct otg_fsm *fsm, int on) in ci_otg_drv_vbus()
500 static void ci_otg_loc_conn(struct otg_fsm *fsm, int on) in ci_otg_loc_conn()
519 static void ci_otg_loc_sof(struct otg_fsm *fsm, int on) in ci_otg_loc_sof()
553 static int ci_otg_start_host(struct otg_fsm *fsm, int on) in ci_otg_start_host()
567 static int ci_otg_start_gadget(struct otg_fsm *fsm, int on) in ci_otg_start_gadget()
/openbmc/u-boot/drivers/usb/host/
H A Dehci-omap.c129 static inline void omap_ehci_phy_reset(int on, int delay) in omap_ehci_phy_reset()
157 #define omap_ehci_phy_reset(on, delay) do {} while (0) argument
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dled.c98 unsigned long on, in iwl_led_cmd()
135 unsigned long on = 0; in iwl_led_brightness_set() local
/openbmc/u-boot/arch/arm/mach-omap2/am33xx/
H A Dboard.c234 static void am33xx_usb_set_phy_power(u8 on, u32 *reg_addr) in am33xx_usb_set_phy_power()
245 static void am33xx_otg0_set_phy_power(struct udevice *dev, u8 on) in am33xx_otg0_set_phy_power()
264 static void am33xx_otg1_set_phy_power(struct udevice *dev, u8 on) in am33xx_otg1_set_phy_power()
/openbmc/linux/drivers/staging/fbtft/
H A Dfb_ssd1351.c163 static int blank(struct fbtft_par *par, bool on) in blank()
193 bool on; in update_onboard_backlight() local

12345678910>>...32