Home
last modified time | relevance | path

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

12345678910>>...27

/Linux-v5.10/arch/sparc/kernel/
Dauxio_64.c55 static void __auxio_set_bit(u8 bit, int on, int ebus) in __auxio_set_bit()
68 void auxio_set_led(int on) in auxio_set_led()
78 static void __auxio_sbus_set_lte(int on) in __auxio_sbus_set_lte()
83 void auxio_set_lte(int on) in auxio_set_lte()
/Linux-v5.10/arch/arm/mach-pxa/
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()
Dcorgi_pm.c51 static void corgi_measure_temp(int on) in corgi_measure_temp()
56 static void corgi_charge(int on) in corgi_charge()
72 static void corgi_discharge(int on) in corgi_discharge()
Didp.c96 static void idp_backlight_power(int on) in idp_backlight_power()
105 static void idp_vlcd(int on) in idp_vlcd()
114 static void idp_lcd_power(int on, struct fb_var_screeninfo *var) in idp_lcd_power()
/Linux-v5.10/drivers/leds/trigger/
Dledtrig-camera.c20 void ledtrig_flash_ctrl(bool on) in ledtrig_flash_ctrl()
28 void ledtrig_torch_ctrl(bool on) in ledtrig_torch_ctrl()
/Linux-v5.10/arch/powerpc/platforms/83xx/
Dmpc832x_rdb.c42 bool on)) in of_fsl_spi_probe()
122 bool on)) in fsl_spi_init()
144 static void mpc83xx_spi_cs_control(struct spi_device *spi, bool on) in mpc83xx_spi_cs_control()
/Linux-v5.10/drivers/usb/phy/
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()
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()
/Linux-v5.10/drivers/mtd/maps/
Dphysmap-versatile.c121 static void ap_flash_set_vpp(struct map_info *map, int on) in ap_flash_set_vpp()
149 static void cp_flash_set_vpp(struct map_info *map, int on) in cp_flash_set_vpp()
176 static void versatile_flash_set_vpp(struct map_info *map, int on) in versatile_flash_set_vpp()
/Linux-v5.10/drivers/video/fbdev/mmp/hw/
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()
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dled.c68 static void iwl_mvm_send_led_fw_cmd(struct iwl_mvm *mvm, bool on) in iwl_mvm_send_led_fw_cmd()
90 static void iwl_mvm_led_set(struct iwl_mvm *mvm, bool on) in iwl_mvm_led_set()
/Linux-v5.10/net/bridge/
Dbr.c211 int br_boolopt_toggle(struct net_bridge *br, enum br_boolopt_id opt, bool on, in br_boolopt_toggle()
250 bool on = !!(bm->optval & BIT(opt_id)); in br_boolopt_multi_toggle() local
277 void br_opt_toggle(struct net_bridge *br, enum net_bridge_opts opt, bool on) in br_opt_toggle()
/Linux-v5.10/arch/sparc/include/asm/
Dauxio_32.h53 #define auxio_set_lte(on) \ argument
69 #define auxio_set_led(on) \ argument
/Linux-v5.10/include/linux/usb/
Dotg-fsm.h217 static inline int otg_chrg_vbus(struct otg_fsm *fsm, int on) in otg_chrg_vbus()
225 static inline int otg_drv_vbus(struct otg_fsm *fsm, int on) in otg_drv_vbus()
236 static inline int otg_loc_conn(struct otg_fsm *fsm, int on) in otg_loc_conn()
247 static inline int otg_loc_sof(struct otg_fsm *fsm, int on) in otg_loc_sof()
308 static inline int otg_start_host(struct otg_fsm *fsm, int on) in otg_start_host()
315 static inline int otg_start_gadget(struct otg_fsm *fsm, int on) in otg_start_gadget()
/Linux-v5.10/drivers/media/platform/qcom/venus/
Dpm_helpers.c276 static int core_power_v1(struct device *dev, int on) in core_power_v1()
319 static int vdec_power_v3(struct device *dev, int on) in vdec_power_v3()
344 static int venc_power_v3(struct device *dev, int on) in venc_power_v3()
630 static int coreid_power_v4(struct venus_inst *inst, int on) in coreid_power_v4()
678 static int vdec_power_v4(struct device *dev, int on) in vdec_power_v4()
723 static int venc_power_v4(struct device *dev, int on) in venc_power_v4()
906 static int core_power_v4(struct device *dev, int on) in core_power_v4()
/Linux-v5.10/arch/arm/mach-sa1100/
Dassabet.c367 static void assabet_lcd_backlight_power(int on) in assabet_lcd_backlight_power()
380 static void assabet_lcd_power(int on) in assabet_lcd_power()
412 static void assabet_pal_backlight_power(int on) in assabet_pal_backlight_power()
417 static void assabet_pal_power(int on) in assabet_pal_power()
/Linux-v5.10/drivers/spi/
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()
/Linux-v5.10/sound/soc/sirf/
Dsirf-audio.c28 int on = !SND_SOC_DAPM_EVENT_OFF(event); in sirf_audio_hp_event() local
41 int on = !SND_SOC_DAPM_EVENT_OFF(event); in sirf_audio_spk_event() local
/Linux-v5.10/drivers/usb/chipidea/
Dotg_fsm.c456 static void ci_otg_drv_vbus(struct otg_fsm *fsm, int on) in ci_otg_drv_vbus()
491 static void ci_otg_loc_conn(struct otg_fsm *fsm, int on) in ci_otg_loc_conn()
510 static void ci_otg_loc_sof(struct otg_fsm *fsm, int on) in ci_otg_loc_sof()
544 static int ci_otg_start_host(struct otg_fsm *fsm, int on) in ci_otg_start_host()
558 static int ci_otg_start_gadget(struct otg_fsm *fsm, int on) in ci_otg_start_gadget()
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/dvm/
Dled.c103 unsigned long on, in iwl_led_cmd()
140 unsigned long on = 0; in iwl_led_brightness_set() local
/Linux-v5.10/drivers/staging/media/atomisp/pci/
Datomisp_gmin_platform.c714 int ctrl_reg, int shift, bool on) in axp_regulator_set()
771 static int gmin_gpio0_ctrl(struct v4l2_subdev *subdev, int on) in gmin_gpio0_ctrl()
782 static int gmin_gpio1_ctrl(struct v4l2_subdev *subdev, int on) in gmin_gpio1_ctrl()
793 static int gmin_v1p2_ctrl(struct v4l2_subdev *subdev, int on) in gmin_v1p2_ctrl()
814 static int gmin_v1p8_ctrl(struct v4l2_subdev *subdev, int on) in gmin_v1p8_ctrl()
869 static int gmin_v2p8_ctrl(struct v4l2_subdev *subdev, int on) in gmin_v2p8_ctrl()
925 static int gmin_acpi_pm_ctrl(struct v4l2_subdev *subdev, int on) in gmin_acpi_pm_ctrl()
956 static int gmin_flisclk_ctrl(struct v4l2_subdev *subdev, int on) in gmin_flisclk_ctrl()
/Linux-v5.10/drivers/usb/host/
Dohci-omap.c69 static void omap_ohci_clock_power(struct ohci_omap_priv *priv, int on) in omap_ohci_clock_power()
86 static int omap_ohci_transceiver_power(struct ohci_omap_priv *priv, int on) in omap_ohci_transceiver_power()
111 static int omap_1510_local_bus_power(int on) in omap_1510_local_bus_power()
/Linux-v5.10/drivers/watchdog/
Drave-sp-wdt.c72 static int rave_sp_wdt_legacy_configure(struct watchdog_device *wdd, bool on) in rave_sp_wdt_legacy_configure()
85 static int rave_sp_wdt_rdu_configure(struct watchdog_device *wdd, bool on) in rave_sp_wdt_rdu_configure()
112 static int rave_sp_wdt_configure(struct watchdog_device *wdd, bool on) in rave_sp_wdt_configure()
/Linux-v5.10/drivers/staging/fbtft/
Dfb_ssd1351.c164 static int blank(struct fbtft_par *par, bool on) in blank()
195 bool on; in update_onboard_backlight() local
/Linux-v5.10/fs/kernfs/
Dfile.c545 struct kernfs_open_node *on, *new_on = NULL; in kernfs_get_open_node() local
596 struct kernfs_open_node *on = kn->attr.open; in kernfs_put_open_node() local
789 struct kernfs_open_node *on; in kernfs_drain_open_files() local
837 struct kernfs_open_node *on = kn->attr.open; in kernfs_generic_poll() local
936 struct kernfs_open_node *on; in kernfs_notify() local

12345678910>>...27