/linux-6.1.9/drivers/video/backlight/ ! |
D | backlight.c | 99 struct backlight_device *bd; in fb_notifier_callback() local 137 static int backlight_register_fb(struct backlight_device *bd) in backlight_register_fb() 145 static void backlight_unregister_fb(struct backlight_device *bd) in backlight_unregister_fb() 150 static inline int backlight_register_fb(struct backlight_device *bd) in backlight_register_fb() 155 static inline void backlight_unregister_fb(struct backlight_device *bd) in backlight_unregister_fb() 160 static void backlight_generate_event(struct backlight_device *bd, in backlight_generate_event() 184 struct backlight_device *bd = to_backlight_device(dev); in bl_power_show() local 193 struct backlight_device *bd = to_backlight_device(dev); in bl_power_store() local 225 struct backlight_device *bd = to_backlight_device(dev); in brightness_show() local 230 int backlight_device_set_brightness(struct backlight_device *bd, in backlight_device_set_brightness() [all …]
|
D | hp680_bl.c | 32 static void hp680bl_send_intensity(struct backlight_device *bd) in hp680bl_send_intensity() 66 struct backlight_device *bd = dev_get_drvdata(dev); in hp680bl_suspend() local 75 struct backlight_device *bd = dev_get_drvdata(dev); in hp680bl_resume() local 85 static int hp680bl_set_intensity(struct backlight_device *bd) in hp680bl_set_intensity() 91 static int hp680bl_get_intensity(struct backlight_device *bd) in hp680bl_get_intensity() 104 struct backlight_device *bd; in hp680bl_probe() local 124 struct backlight_device *bd = platform_get_drvdata(pdev); in hp680bl_remove() local
|
D | aat2870_bl.c | 21 struct backlight_device *bd; member 31 struct backlight_device *bd = aat2870_bl->bd; in aat2870_brightness() local 57 static int aat2870_bl_update_status(struct backlight_device *bd) in aat2870_bl_update_status() 98 static int aat2870_bl_check_fb(struct backlight_device *bd, struct fb_info *fi) in aat2870_bl_check_fb() 113 struct backlight_device *bd; in aat2870_bl_probe() local 189 struct backlight_device *bd = aat2870_bl->bd; in aat2870_bl_remove() local
|
D | jornada720_bl.c | 23 static int jornada_bl_get_brightness(struct backlight_device *bd) in jornada_bl_get_brightness() 50 static int jornada_bl_update_status(struct backlight_device *bd) in jornada_bl_update_status() 109 struct backlight_device *bd; in jornada_bl_probe() local
|
D | kb3886_bl.c | 88 static int kb3886bl_send_intensity(struct backlight_device *bd) in kb3886bl_send_intensity() 104 struct backlight_device *bd = dev_get_drvdata(dev); in kb3886bl_suspend() local 113 struct backlight_device *bd = dev_get_drvdata(dev); in kb3886bl_resume() local 123 static int kb3886bl_get_intensity(struct backlight_device *bd) in kb3886bl_get_intensity()
|
D | apple_bl.c | 56 static int intel_chipset_send_intensity(struct backlight_device *bd) in intel_chipset_send_intensity() 67 static int intel_chipset_get_intensity(struct backlight_device *bd) in intel_chipset_get_intensity() 101 static int nvidia_chipset_send_intensity(struct backlight_device *bd) in nvidia_chipset_send_intensity() 112 static int nvidia_chipset_get_intensity(struct backlight_device *bd) in nvidia_chipset_get_intensity()
|
D | ipaq_micro_bl.c | 16 static int micro_bl_update_status(struct backlight_device *bd) in micro_bl_update_status() 56 struct backlight_device *bd; in micro_backlight_probe() local
|
D | bd6107.c | 77 static int bd6107_write(struct bd6107 *bd, u8 reg, u8 data) in bd6107_write() 84 struct bd6107 *bd = bl_get_data(backlight); in bd6107_backlight_update_status() local 105 struct bd6107 *bd = bl_get_data(backlight); in bd6107_backlight_check_fb() local 122 struct bd6107 *bd; in bd6107_probe() local
|
D | lm3533_bl.c | 29 struct backlight_device *bd; member 39 static int lm3533_bl_update_status(struct backlight_device *bd) in lm3533_bl_update_status() 46 static int lm3533_bl_get_brightness(struct backlight_device *bd) in lm3533_bl_get_brightness() 267 struct backlight_device *bd; in lm3533_bl_probe() local 343 struct backlight_device *bd = bl->bd; in lm3533_bl_remove() local
|
/linux-6.1.9/sound/soc/codecs/ ! |
D | bd28623.c | 47 static int bd28623_power_on(struct bd28623_priv *bd) in bd28623_power_on() 63 static void bd28623_power_off(struct bd28623_priv *bd) in bd28623_power_off() 75 struct bd28623_priv *bd = snd_soc_component_get_drvdata(component); in bd28623_get_switch_spk() local 87 struct bd28623_priv *bd = snd_soc_component_get_drvdata(component); in bd28623_set_switch_spk() local 106 struct bd28623_priv *bd = snd_soc_component_get_drvdata(component); in bd28623_codec_probe() local 122 struct bd28623_priv *bd = snd_soc_component_get_drvdata(component); in bd28623_codec_remove() local 129 struct bd28623_priv *bd = snd_soc_component_get_drvdata(component); in bd28623_codec_suspend() local 138 struct bd28623_priv *bd = snd_soc_component_get_drvdata(component); in bd28623_codec_resume() local 183 struct bd28623_priv *bd; in bd28623_probe() local
|
/linux-6.1.9/block/ ! |
D | bsg.c | 45 static unsigned int bsg_timeout(struct bsg_device *bd, struct sg_io_v4 *hdr) in bsg_timeout() 57 static int bsg_sg_io(struct bsg_device *bd, fmode_t mode, void __user *uarg) in bsg_sg_io() 85 static int bsg_get_command_q(struct bsg_device *bd, int __user *uarg) in bsg_get_command_q() 90 static int bsg_set_command_q(struct bsg_device *bd, int __user *uarg) in bsg_set_command_q() 104 struct bsg_device *bd = to_bsg_device(file_inode(file)); in bsg_ioctl() local 170 struct bsg_device *bd = container_of(dev, struct bsg_device, device); in bsg_device_release() local 176 void bsg_unregister_queue(struct bsg_device *bd) in bsg_unregister_queue() 188 struct bsg_device *bd; in bsg_register_queue() local
|
/linux-6.1.9/drivers/video/fbdev/matrox/ ! |
D | matroxfb_misc.c | 391 static void get_pins(unsigned char __iomem* pins, struct matrox_bios* bd) { in get_pins() 427 static void get_bios_version(unsigned char __iomem * vbios, struct matrox_bios* bd) { in get_bios_version() 452 static void get_bios_output(unsigned char __iomem* vbios, struct matrox_bios* bd) { in get_bios_output() 462 static void get_bios_tvout(unsigned char __iomem* vbios, struct matrox_bios* bd) { in get_bios_tvout() 489 static void parse_bios(unsigned char __iomem* vbios, struct matrox_bios* bd) { in parse_bios() 531 const struct matrox_bios *bd) in parse_pins1() 562 const struct matrox_bios *bd) in parse_pins2() 586 const struct matrox_bios *bd) in parse_pins3() 616 const struct matrox_bios *bd) in parse_pins4() 648 const struct matrox_bios *bd) in parse_pins5() [all …]
|
/linux-6.1.9/drivers/power/supply/ ! |
D | bd99954-charger.c | 182 static int bd9995x_get_prop_batt_health(struct bd9995x_device *bd) in bd9995x_get_prop_batt_health() 209 static int bd9995x_get_prop_charge_type(struct bd9995x_device *bd) in bd9995x_get_prop_charge_type() 232 static bool bd9995x_get_prop_batt_present(struct bd9995x_device *bd) in bd9995x_get_prop_batt_present() 243 static int bd9995x_get_prop_batt_voltage(struct bd9995x_device *bd) in bd9995x_get_prop_batt_voltage() 256 static int bd9995x_get_prop_batt_current(struct bd9995x_device *bd) in bd9995x_get_prop_batt_current() 269 static int bd9995x_get_prop_batt_temp(struct bd9995x_device *bd) in bd9995x_get_prop_batt_temp() 285 struct bd9995x_device *bd = power_supply_get_drvdata(psy); in bd9995x_power_supply_get_property() local 443 static int bd9995x_get_chip_state(struct bd9995x_device *bd, in bd9995x_get_chip_state() 482 struct bd9995x_device *bd = private; in bd9995x_irq_handler_thread() local 604 static int __bd9995x_chip_reset(struct bd9995x_device *bd) in __bd9995x_chip_reset() [all …]
|
/linux-6.1.9/drivers/gpu/drm/nouveau/ ! |
D | nouveau_backlight.c | 63 nv40_get_intensity(struct backlight_device *bd) in nv40_get_intensity() 75 nv40_set_intensity(struct backlight_device *bd) in nv40_set_intensity() 112 nv50_get_intensity(struct backlight_device *bd) in nv50_get_intensity() 127 nv50_set_intensity(struct backlight_device *bd) in nv50_set_intensity() 152 nv50_edp_get_brightness(struct backlight_device *bd) in nv50_edp_get_brightness() 193 nv50_edp_set_brightness(struct backlight_device *bd) in nv50_edp_set_brightness() 240 nva3_get_intensity(struct backlight_device *bd) in nva3_get_intensity() 258 nva3_set_intensity(struct backlight_device *bd) in nva3_set_intensity()
|
/linux-6.1.9/drivers/net/wireless/ath/wcn36xx/ ! |
D | txrx.c | 22 static inline int get_rssi0(struct wcn36xx_rx_bd *bd) in get_rssi0() 27 static inline int get_snr(struct wcn36xx_rx_bd *bd) in get_snr() 311 struct wcn36xx_rx_bd *bd; in wcn36xx_rx_skb() local 458 static void wcn36xx_set_tx_pdu(struct wcn36xx_tx_bd *bd, in wcn36xx_set_tx_pdu() 520 static void wcn36xx_set_tx_data(struct wcn36xx_tx_bd *bd, in wcn36xx_set_tx_data() 599 static void wcn36xx_set_tx_mgmt(struct wcn36xx_tx_bd *bd, in wcn36xx_set_tx_mgmt() 661 struct wcn36xx_tx_bd bd; in wcn36xx_start_tx() local
|
/linux-6.1.9/fs/gfs2/ ! |
D | trans.c | 166 struct gfs2_bufdata *bd; in gfs2_alloc_bufdata() local 196 struct gfs2_bufdata *bd; in gfs2_trans_add_data() local 233 struct gfs2_bufdata *bd; in gfs2_trans_add_meta() local 289 void gfs2_trans_add_revoke(struct gfs2_sbd *sdp, struct gfs2_bufdata *bd) in gfs2_trans_add_revoke() 301 struct gfs2_bufdata *bd, *tmp; in gfs2_trans_remove_revoke() local
|
D | log.c | 74 void gfs2_remove_from_ail(struct gfs2_bufdata *bd) in gfs2_remove_from_ail() 99 struct gfs2_bufdata *bd, *s; in gfs2_ail1_start_one() local 154 struct gfs2_bufdata *bd; in dump_ail_list() local 277 struct gfs2_bufdata *bd; in gfs2_ail_empty_tr() local 299 struct gfs2_bufdata *bd, *s; in gfs2_ail1_empty_one() local 377 struct gfs2_bufdata *bd; in gfs2_ail1_wait() local 764 void gfs2_add_revoke(struct gfs2_sbd *sdp, struct gfs2_bufdata *bd) in gfs2_add_revoke() 994 struct gfs2_bufdata *bd; in trans_drain() local
|
/linux-6.1.9/include/linux/fsl/bestcomm/ ! |
D | bestcomm.h | 52 struct bcom_bd *bd; member 162 struct bcom_bd *bd; in bcom_buffer_done() local 179 struct bcom_bd *bd; in bcom_prepare_next_buffer() local 189 struct bcom_bd *bd = bcom_get_bd(tsk, tsk->index); in bcom_submit_next_buffer() local 203 struct bcom_bd *bd = bcom_get_bd(tsk, tsk->outdex); in bcom_retrieve_buffer() local
|
/linux-6.1.9/drivers/usb/musb/ ! |
D | cppi_dma.c | 63 struct cppi_descriptor *bd = c->freelist; in cppi_bd_alloc() local 71 cppi_bd_free(struct cppi_channel *c, struct cppi_descriptor *bd) in cppi_bd_free() 125 struct cppi_descriptor *bd; in cppi_pool_init() local 139 struct cppi_descriptor *bd; in cppi_pool_free() local 429 static void cppi_dump_rxbd(const char *tag, struct cppi_descriptor *bd) in cppi_dump_rxbd() 440 struct cppi_descriptor *bd; in cppi_dump_rxq() local 566 struct cppi_descriptor *bd; in cppi_next_tx_segment() local 767 struct cppi_descriptor *bd, *tail; in cppi_next_rx_segment() local 1005 struct cppi_descriptor *bd; in cppi_rx_scan() local 1173 struct cppi_descriptor *bd; in cppi_interrupt() local
|
/linux-6.1.9/drivers/platform/x86/ ! |
D | samsung-q10.c | 25 static int samsungq10_bl_set_intensity(struct backlight_device *bd) in samsungq10_bl_set_intensity() 53 struct backlight_device *bd; in samsungq10_probe() local 71 struct backlight_device *bd = platform_get_drvdata(pdev); in samsungq10_remove() local
|
/linux-6.1.9/include/linux/ ! |
D | backlight.h | 347 static inline int backlight_update_status(struct backlight_device *bd) in backlight_update_status() 363 static inline int backlight_enable(struct backlight_device *bd) in backlight_enable() 379 static inline int backlight_disable(struct backlight_device *bd) in backlight_disable() 403 static inline bool backlight_is_blank(const struct backlight_device *bd) in backlight_is_blank() 421 static inline int backlight_get_brightness(const struct backlight_device *bd) in backlight_get_brightness()
|
/linux-6.1.9/drivers/video/fbdev/nvidia/ ! |
D | nv_backlight.c | 48 static int nvidia_bl_update_status(struct backlight_device *bd) in nvidia_bl_update_status() 90 struct backlight_device *bd; in nvidia_bl_init() local 133 struct backlight_device *bd = info->bl_dev; in nvidia_bl_exit() local
|
/linux-6.1.9/drivers/video/fbdev/aty/ ! |
D | radeon_backlight.c | 46 static int radeon_bl_update_status(struct backlight_device *bd) in radeon_bl_update_status() 130 struct backlight_device *bd; in radeonfb_bl_init() local 200 struct backlight_device *bd = rinfo->info->bl_dev; in radeonfb_bl_exit() local
|
/linux-6.1.9/drivers/usb/gadget/udc/ ! |
D | fsl_qe_udc.c | 283 struct qe_bd __iomem *bd; in qe_epbds_reset() local 353 struct qe_bd __iomem *bd; in qe_ep_bd_init() local 411 struct qe_bd __iomem *bd; in qe_ep_rxbd_update() local 726 struct qe_bd __iomem *bd, *nextbd; in recycle_rxbds() local 752 struct qe_bd __iomem *bd = ep->n_rxbd; in ep_recycle_rxbds() local 818 struct qe_bd __iomem *bd; in qe_ep0_rx() local 937 struct qe_bd __iomem *bd; in ep_rx_tasklet() local 1024 struct qe_bd __iomem *bd; in qe_ep_rx() local 1069 struct qe_bd __iomem *bd; in qe_ep_tx() local 1362 struct qe_bd __iomem *bd; in qe_ep0_txconf() local [all …]
|
/linux-6.1.9/drivers/macintosh/ ! |
D | via-pmu-backlight.c | 71 static int __pmu_backlight_update_status(struct backlight_device *bd) in __pmu_backlight_update_status() 99 static int pmu_backlight_update_status(struct backlight_device *bd) in pmu_backlight_update_status() 142 struct backlight_device *bd; in pmu_backlight_init() local
|