/openbmc/linux/arch/sparc/kernel/ |
H A D | auxio_64.c | 56 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 D | spitz_pm.c | 52 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 D | ledtrig-camera.c | 20 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 D | psci.c | 102 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 D | mpc832x_rdb.c | 45 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 D | phy-fsl-usb.c | 117 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()
|
H A D | phy-am335x-control.h | 12 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()
|
/openbmc/linux/drivers/mtd/maps/ |
H A D | physmap-versatile.c | 122 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 D | clk-branch.h | 52 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/video/fbdev/mmp/hw/ |
H A D | mmp_ctrl.c | 165 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/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | led.c | 11 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/u-boot/drivers/usb/phy/ |
H A D | omap_usb_phy.c | 128 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/sparc/include/asm/ |
H A D | auxio_32.h | 53 #define auxio_set_lte(on) \ argument 69 #define auxio_set_led(on) \ argument
|
/openbmc/linux/arch/arm/mach-sa1100/ |
H A D | assabet.c | 333 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 D | otg-fsm.h | 205 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/spi/ |
H A D | spi-sh-sci.c | 39 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/drivers/gpu/drm/ast/ |
H A D | ast_dp.c | 163 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/fs/kernfs/ |
H A D | file.c | 566 struct kernfs_open_node *on; in kernfs_get_open_node() local 611 struct kernfs_open_node *on; in kernfs_unlink_open_file() local 817 struct kernfs_open_node *on; in kernfs_should_drain_open_files() local 836 struct kernfs_open_node *on; in kernfs_drain_open_files() local 880 struct kernfs_open_node *on = of_on(of); in kernfs_generic_poll() local 981 struct kernfs_open_node *on; in kernfs_notify() local
|
/openbmc/linux/net/bridge/ |
H A D | br.c | 265 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 D | lcd2s.c | 163 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 D | otg_fsm.c | 458 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/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | led.c | 98 unsigned long on, in iwl_led_cmd() 135 unsigned long on = 0; in iwl_led_brightness_set() local
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | ehci-omap.c | 129 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/u-boot/arch/arm/mach-omap2/am33xx/ |
H A D | board.c | 234 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 D | fb_ssd1351.c | 163 static int blank(struct fbtft_par *par, bool on) in blank() 193 bool on; in update_onboard_backlight() local
|