Home
last modified time | relevance | path

Searched defs:bd (Results 1 – 25 of 225) sorted by relevance

123456789

/Linux-v5.4/drivers/video/backlight/
Dbacklight.c50 struct backlight_device *bd; in fb_notifier_callback() local
87 static int backlight_register_fb(struct backlight_device *bd) in backlight_register_fb()
95 static void backlight_unregister_fb(struct backlight_device *bd) in backlight_unregister_fb()
100 static inline int backlight_register_fb(struct backlight_device *bd) in backlight_register_fb()
105 static inline void backlight_unregister_fb(struct backlight_device *bd) in backlight_unregister_fb()
110 static void backlight_generate_event(struct backlight_device *bd, in backlight_generate_event()
134 struct backlight_device *bd = to_backlight_device(dev); in bl_power_show() local
143 struct backlight_device *bd = to_backlight_device(dev); in bl_power_store() local
175 struct backlight_device *bd = to_backlight_device(dev); in brightness_show() local
180 int backlight_device_set_brightness(struct backlight_device *bd, in backlight_device_set_brightness()
[all …]
Dhp680_bl.c32 static void hp680bl_send_intensity(struct backlight_device *bd) in hp680bl_send_intensity()
70 struct backlight_device *bd = dev_get_drvdata(dev); in hp680bl_suspend() local
79 struct backlight_device *bd = dev_get_drvdata(dev); in hp680bl_resume() local
89 static int hp680bl_set_intensity(struct backlight_device *bd) in hp680bl_set_intensity()
95 static int hp680bl_get_intensity(struct backlight_device *bd) in hp680bl_get_intensity()
108 struct backlight_device *bd; in hp680bl_probe() local
128 struct backlight_device *bd = platform_get_drvdata(pdev); in hp680bl_remove() local
Daat2870_bl.c21 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
Dgeneric_bl.c20 static int genericbl_send_intensity(struct backlight_device *bd) in genericbl_send_intensity()
41 static int genericbl_get_intensity(struct backlight_device *bd) in genericbl_get_intensity()
57 struct backlight_device *bd; in genericbl_probe() local
88 struct backlight_device *bd = platform_get_drvdata(pdev); in genericbl_remove() local
Djornada720_bl.c23 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
Dkb3886_bl.c88 static int kb3886bl_send_intensity(struct backlight_device *bd) in kb3886bl_send_intensity()
108 struct backlight_device *bd = dev_get_drvdata(dev); in kb3886bl_suspend() local
117 struct backlight_device *bd = dev_get_drvdata(dev); in kb3886bl_resume() local
127 static int kb3886bl_get_intensity(struct backlight_device *bd) in kb3886bl_get_intensity()
Dapple_bl.c56 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()
Dipaq_micro_bl.c16 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
Drave-sp-backlight.c18 static int rave_sp_backlight_update_status(struct backlight_device *bd) in rave_sp_backlight_update_status()
49 struct backlight_device *bd; in rave_sp_backlight_probe() local
/Linux-v5.4/sound/soc/codecs/
Dbd28623.c47 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
184 struct bd28623_priv *bd; in bd28623_probe() local
/Linux-v5.4/drivers/video/fbdev/matrox/
Dmatroxfb_misc.c391 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-v5.4/block/
Dbsg.c26 #define bsg_dbg(bd, fmt, ...) \ argument
198 struct bsg_device *bd; in bsg_alloc_device() local
210 static int bsg_put_device(struct bsg_device *bd) in bsg_put_device()
238 struct bsg_device *bd; in bsg_add_device() local
266 struct bsg_device *bd; in __bsg_get_device() local
283 struct bsg_device *bd; in bsg_get_device() local
308 struct bsg_device *bd; in bsg_open() local
321 struct bsg_device *bd = file->private_data; in bsg_release() local
327 static int bsg_get_command_q(struct bsg_device *bd, int __user *uarg) in bsg_get_command_q()
332 static int bsg_set_command_q(struct bsg_device *bd, int __user *uarg) in bsg_set_command_q()
[all …]
/Linux-v5.4/drivers/net/wireless/ath/wcn36xx/
Dtxrx.c21 static inline int get_rssi0(struct wcn36xx_rx_bd *bd) in get_rssi0()
30 struct wcn36xx_rx_bd *bd; in wcn36xx_rx_skb() local
92 static void wcn36xx_set_tx_pdu(struct wcn36xx_tx_bd *bd, in wcn36xx_set_tx_pdu()
155 static void wcn36xx_set_tx_data(struct wcn36xx_tx_bd *bd, in wcn36xx_set_tx_data()
216 static void wcn36xx_set_tx_mgmt(struct wcn36xx_tx_bd *bd, in wcn36xx_set_tx_mgmt()
275 struct wcn36xx_tx_bd bd; in wcn36xx_start_tx() local
/Linux-v5.4/fs/gfs2/
Dtrans.c126 struct gfs2_bufdata *bd; in gfs2_alloc_bufdata() local
154 struct gfs2_bufdata *bd; in gfs2_trans_add_data() local
191 struct gfs2_bufdata *bd; in gfs2_trans_add_meta() local
243 void gfs2_trans_add_revoke(struct gfs2_sbd *sdp, struct gfs2_bufdata *bd) in gfs2_trans_add_revoke()
255 struct gfs2_bufdata *bd, *tmp; in gfs2_trans_remove_revoke() local
Dlog.c73 static 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
199 struct gfs2_bufdata *bd, *s; in gfs2_ail1_empty_one() local
251 struct gfs2_bufdata *bd; in gfs2_ail1_wait() local
280 struct gfs2_bufdata *bd; in gfs2_ail2_empty_one() local
596 void gfs2_add_revoke(struct gfs2_sbd *sdp, struct gfs2_bufdata *bd) in gfs2_add_revoke()
615 struct gfs2_bufdata *bd, *tmp; in gfs2_write_revokes() local
/Linux-v5.4/drivers/crypto/caam/
Dcaamrng.c89 static inline void rng_unmap_buf(struct device *jrdev, struct buf_data *bd) in rng_unmap_buf()
109 struct buf_data *bd; in rng_done() local
128 struct buf_data *bd = &ctx->bufs[!(to_current ^ ctx->current_buf)]; in submit_job() local
147 struct buf_data *bd = &ctx->bufs[ctx->current_buf]; in caam_read() local
226 struct buf_data *bd = &ctx->bufs[buf_id]; in rng_create_job_desc() local
250 struct buf_data *bd; in caam_cleanup() local
263 struct buf_data *bd = &ctx->bufs[buf_id]; in caam_init_buf() local
/Linux-v5.4/include/linux/fsl/bestcomm/
Dbestcomm.h52 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-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_backlight.c66 nv40_get_intensity(struct backlight_device *bd) in nv40_get_intensity()
78 nv40_set_intensity(struct backlight_device *bd) in nv40_set_intensity()
116 nv50_get_intensity(struct backlight_device *bd) in nv50_get_intensity()
131 nv50_set_intensity(struct backlight_device *bd) in nv50_set_intensity()
152 nva3_get_intensity(struct backlight_device *bd) in nva3_get_intensity()
170 nva3_set_intensity(struct backlight_device *bd) in nva3_set_intensity()
/Linux-v5.4/drivers/usb/musb/
Dcppi_dma.c63 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-v5.4/drivers/platform/x86/
Dsamsung-q10.c25 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-v5.4/drivers/video/fbdev/nvidia/
Dnv_backlight.c48 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-v5.4/drivers/mfd/
Dbd9571mwv.c113 static int bd9571mwv_identify(struct bd9571mwv *bd) in bd9571mwv_identify()
160 struct bd9571mwv *bd; in bd9571mwv_probe() local
201 struct bd9571mwv *bd = i2c_get_clientdata(client); in bd9571mwv_remove() local
/Linux-v5.4/drivers/video/fbdev/aty/
Dradeon_backlight.c46 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-v5.4/drivers/target/
Dtarget_core_iblock.c73 struct block_device *bd = NULL; in iblock_configure_device() local
193 struct block_device *bd, in iblock_emulate_read_cap_with_block_size()
599 struct block_device *bd = ib_dev->ibd_bd; in iblock_show_configfs_dev_params() local
793 struct block_device *bd = ib_dev->ibd_bd; in iblock_get_blocks() local
802 struct block_device *bd = ib_dev->ibd_bd; in iblock_get_alignment_offset_lbas() local
816 struct block_device *bd = ib_dev->ibd_bd; in iblock_get_lbppbe() local
825 struct block_device *bd = ib_dev->ibd_bd; in iblock_get_io_min() local
833 struct block_device *bd = ib_dev->ibd_bd; in iblock_get_io_opt() local
854 struct block_device *bd = ib_dev->ibd_bd; in iblock_get_write_cache() local
/Linux-v5.4/drivers/macintosh/
Dvia-pmu-backlight.c72 static int __pmu_backlight_update_status(struct backlight_device *bd) in __pmu_backlight_update_status()
100 static int pmu_backlight_update_status(struct backlight_device *bd) in pmu_backlight_update_status()
143 struct backlight_device *bd; in pmu_backlight_init() local

123456789