Home
last modified time | relevance | path

Searched defs:enable (Results 76 – 100 of 2791) sorted by relevance

12345678910>>...112

/openbmc/linux/drivers/acpi/
H A Dproc.c82 bool enable = !device_may_wakeup(entry->dev); in physical_device_enable_wakeup() local
114 bool enable = !device_may_wakeup(&dev->dev); in acpi_system_write_wakeup_device() local
/openbmc/linux/include/linux/iio/
H A Dbackend.h28 bool enable; member
42 int (*enable)(struct iio_backend *back); member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/virtual/
H A Dvirtual_stream_encoder.c61 bool enable) {} in virtual_stream_encoder_set_avmute()
99 bool enable) in virtual_setup_stereo_sync()
104 bool enable, in virtual_stream_encoder_set_dsc_pps_info_packet()
/openbmc/linux/sound/aoa/soundbus/i2sbus/
H A Dcontrol.c111 int enable) in i2sbus_control_cell()
154 int enable) in i2sbus_control_clock()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Dinit.c41 mt76x2_set_wlan_state(struct mt76x02_dev *dev, bool enable) in mt76x2_set_wlan_state()
56 void mt76x2_reset_wlan(struct mt76x02_dev *dev, bool enable) in mt76x2_reset_wlan()
/openbmc/u-boot/drivers/power/regulator/
H A Dstpmu1.c183 static int stpmu1_buck_set_enable(struct udevice *dev, bool enable) in stpmu1_buck_set_enable()
362 static int stpmu1_ldo_set_enable(struct udevice *dev, bool enable) in stpmu1_ldo_set_enable()
492 static int stpmu1_vref_ddr_set_enable(struct udevice *dev, bool enable) in stpmu1_vref_ddr_set_enable()
549 static int stpmu1_boost_set_enable(struct udevice *dev, bool enable) in stpmu1_boost_set_enable()
613 static int stpmu1_pwr_sw_set_enable(struct udevice *dev, bool enable) in stpmu1_pwr_sw_set_enable()
H A Dgpio-regulator.c75 int enable; in gpio_regulator_get_value() local
97 bool enable; in gpio_regulator_set_value() local
/openbmc/linux/drivers/media/tuners/
H A Dtda8290.c54 static unsigned char enable[2] = { 0x21, 0xC0 }; in tda8290_i2c_bridge() local
75 static unsigned char enable[2] = { 0x45, 0xc1 }; in tda8295_i2c_bridge() local
302 static void tda8295_power(struct dvb_frontend *fe, int enable) in tda8295_power()
317 static void tda8295_set_easy_mode(struct dvb_frontend *fe, int enable) in tda8295_set_easy_mode()
346 static void tda8295_agc1_out(struct dvb_frontend *fe, int enable) in tda8295_agc1_out()
361 static void tda8295_agc2_out(struct dvb_frontend *fe, int enable) in tda8295_agc2_out()
/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A Dispcsi2.c28 struct isp_csi2_device *csi2, u8 enable) in csi2_if_enable()
248 struct isp_csi2_device *csi2, u8 ctxnum, u8 enable) in csi2_ctx_enable()
389 struct isp_csi2_device *csi2, int enable) in csi2_irq_ctx_set()
410 struct isp_csi2_device *csi2, int enable) in csi2_irq_complexio1_set()
453 struct isp_csi2_device *csi2, int enable) in csi2_irq_status_set()
1054 static int csi2_set_stream(struct v4l2_subdev *sd, int enable) in csi2_set_stream()
H A Disppreview.c168 preview_enable_luma_enhancement(struct isp_prev_device *prev, bool enable) in preview_enable_luma_enhancement()
183 static void preview_enable_invalaw(struct isp_prev_device *prev, bool enable) in preview_enable_invalaw()
213 static void preview_enable_hmed(struct isp_prev_device *prev, bool enable) in preview_enable_hmed()
285 preview_enable_chroma_suppression(struct isp_prev_device *prev, bool enable) in preview_enable_chroma_suppression()
468 static void preview_enable_dcor(struct isp_prev_device *prev, bool enable) in preview_enable_dcor()
484 preview_enable_drkframe_capture(struct isp_prev_device *prev, bool enable) in preview_enable_drkframe_capture()
499 static void preview_enable_drkframe(struct isp_prev_device *prev, bool enable) in preview_enable_drkframe()
535 preview_enable_noisefilter(struct isp_prev_device *prev, bool enable) in preview_enable_noisefilter()
584 preview_enable_gammacorrn(struct isp_prev_device *prev, bool enable) in preview_enable_gammacorrn()
743 void (*enable)(struct isp_prev_device *, bool); member
[all …]
/openbmc/linux/drivers/staging/media/omap4iss/
H A Diss_csi2.c24 static void csi2_if_enable(struct iss_csi2_device *csi2, u8 enable) in csi2_if_enable()
281 static void csi2_ctx_enable(struct iss_csi2_device *csi2, u8 ctxnum, u8 enable) in csi2_ctx_enable()
395 static void csi2_irq_ctx_set(struct iss_csi2_device *csi2, int enable) in csi2_irq_ctx_set()
416 static void csi2_irq_complexio1_set(struct iss_csi2_device *csi2, int enable) in csi2_irq_complexio1_set()
460 static void csi2_irq_status_set(struct iss_csi2_device *csi2, int enable) in csi2_irq_status_set()
1068 static int csi2_set_stream(struct v4l2_subdev *sd, int enable) in csi2_set_stream()
/openbmc/linux/drivers/misc/
H A Dqcom-coincell.c31 int vset, bool enable) in qcom_coincell_chgr_config()
90 bool enable; in qcom_coincell_probe() local
/openbmc/linux/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-4-1.c270 static void vfe_wm_enable(struct vfe_device *vfe, u8 wm, u8 enable) in vfe_wm_enable()
280 static void vfe_wm_frame_based(struct vfe_device *vfe, u8 wm, u8 enable) in vfe_wm_frame_based()
305 u8 plane, u32 enable) in vfe_wm_line_based()
399 static void vfe_bus_enable_wr_if(struct vfe_device *vfe, u8 enable) in vfe_bus_enable_wr_if()
484 u8 enable) in vfe_set_xbar_cfg()
519 u8 enable) in vfe_set_realign_cfg()
547 enum vfe_line_id line_id, u8 enable) in vfe_enable_irq_wm_line()
564 enum vfe_line_id line_id, u8 enable) in vfe_enable_irq_pix_line()
761 static void vfe_set_cgc_override(struct vfe_device *vfe, u8 wm, u8 enable) in vfe_set_cgc_override()
818 static void vfe_set_camif_cmd(struct vfe_device *vfe, u8 enable) in vfe_set_camif_cmd()
[all …]
/openbmc/linux/drivers/media/rc/
H A Drc-loopback.c141 static void loop_set_idle(struct rc_dev *dev, bool enable) in loop_set_idle()
151 static int loop_set_wideband_receiver(struct rc_dev *dev, int enable) in loop_set_wideband_receiver()
163 static int loop_set_carrier_report(struct rc_dev *dev, int enable) in loop_set_carrier_report()
/openbmc/linux/include/sound/
H A Dhda_component.h29 static inline int snd_hdac_set_codec_wakeup(struct hdac_bus *bus, bool enable) in snd_hdac_set_codec_wakeup()
34 unsigned int idx, bool enable) in snd_hdac_display_power()
/openbmc/linux/drivers/spi/
H A Dspi-dw-mmio.c77 static void dw_spi_mscc_set_cs(struct spi_device *spi, bool enable) in dw_spi_mscc_set_cs()
150 static void dw_spi_sparx5_set_cs(struct spi_device *spi, bool enable) in dw_spi_sparx5_set_cs()
272 static void dw_spi_elba_override_cs(struct regmap *syscon, int cs, int enable) in dw_spi_elba_override_cs()
278 static void dw_spi_elba_set_cs(struct spi_device *spi, bool enable) in dw_spi_elba_set_cs()
/openbmc/linux/drivers/regulator/
H A Dmax5970-regulator.c58 bool enable, bool overvoltage) in max597x_set_vp()
100 bool enable) in max597x_set_uvp()
119 bool enable) in max597x_set_ovp()
138 int severity, bool enable) in max597x_set_ocp()
/openbmc/linux/drivers/counter/
H A Dstm32-lptimer-cnt.c45 int enable) in stm32_lptim_set_enable_state()
94 static int stm32_lptim_setup(struct stm32_lptim_cnt *priv, int enable) in stm32_lptim_setup()
200 u8 *enable) in stm32_lptim_cnt_enable_read()
216 u8 enable) in stm32_lptim_cnt_enable_write()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/irq/
H A Dirq_service.c88 bool enable) in dal_irq_service_set_generic()
101 bool enable) in dal_irq_service_set()
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-pci-gli.c495 bool enable = gl9750_ssc_enable(host); in gl9750_set_ssc_pll_205mhz() local
504 bool enable = gl9750_ssc_enable(host); in gl9750_set_ssc_pll_100mhz() local
513 bool enable = gl9750_ssc_enable(host); in gl9750_set_ssc_pll_50mhz() local
670 static void gl9755_set_ssc(struct pci_dev *pdev, u8 enable, u8 step, u16 ppm) in gl9755_set_ssc()
691 bool enable = gl9755_ssc_enable(pdev); in gl9755_set_ssc_pll_205mhz() local
700 bool enable = gl9755_ssc_enable(pdev); in gl9755_set_ssc_pll_100mhz() local
709 bool enable = gl9755_ssc_enable(pdev); in gl9755_set_ssc_pll_50mhz() local
829 u8 enable; in gl9767_ssc_enable() local
841 static void gl9767_set_ssc(struct pci_dev *pdev, u8 enable, u8 step, u16 ppm) in gl9767_set_ssc()
885 bool enable = gl9767_ssc_enable(pdev); in gl9767_set_ssc_pll_205mhz() local
[all …]
/openbmc/linux/sound/firewire/motu/
H A Dmotu-protocol-v2.c161 bool enable) in switch_fetching_mode_cyclone()
170 bool enable) in switch_fetching_mode_spartan()
191 bool enable) in snd_motu_protocol_v2_switch_fetching_mode()
/openbmc/linux/drivers/usb/renesas_usbhs/
H A Drcar3.c53 void __iomem *base, int enable) in usbhs_rcar3_power_ctrl()
72 void __iomem *base, int enable) in usbhs_rcar3_power_and_pll_ctrl()
/openbmc/linux/sound/soc/intel/avs/
H A Dskl.c16 skl_enable_logs(struct avs_dev *adev, enum avs_log_enable enable, u32 aging_period, in skl_enable_logs()
98 static int skl_set_d0ix(struct avs_dev *adev, bool enable) in skl_set_d0ix()
/openbmc/linux/drivers/media/i2c/
H A Dsaa7127.c341 int enable = (data->line != 0); in saa7127_set_vps() local
373 int enable = (data->line != 0); in saa7127_set_cc() local
400 int enable = (data->line != 0); in saa7127_set_xds() local
425 int enable = (data->line != 0); in saa7127_set_wss() local
447 static int saa7127_set_video_enable(struct v4l2_subdev *sd, int enable) in saa7127_set_video_enable()
606 static int saa7127_s_stream(struct v4l2_subdev *sd, int enable) in saa7127_s_stream()
/openbmc/linux/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_reg.c26 void analogix_dp_enable_video_mute(struct analogix_dp_device *dp, bool enable) in analogix_dp_enable_video_mute()
50 void analogix_dp_lane_swap(struct analogix_dp_device *dp, bool enable) in analogix_dp_lane_swap()
231 void analogix_dp_set_pll_power_down(struct analogix_dp_device *dp, bool enable) in analogix_dp_set_pll_power_down()
252 bool enable) in analogix_dp_set_analog_power_down()
561 bool enable) in analogix_dp_enable_enhanced_mode()
841 void analogix_dp_enable_video_master(struct analogix_dp_device *dp, bool enable) in analogix_dp_enable_video_master()

12345678910>>...112