/openbmc/linux/drivers/video/backlight/ |
H A 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 …]
|
H A 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
|
H A 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() 93 static int aat2870_bl_check_fb(struct backlight_device *bd, struct fb_info *fi) in aat2870_bl_check_fb() 108 struct backlight_device *bd; in aat2870_bl_probe() local 184 struct backlight_device *bd = aat2870_bl->bd; in aat2870_bl_remove() local
|
H A 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
|
H A 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()
|
H A 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()
|
/openbmc/u-boot/cmd/ |
H A D | bdinfo.c | 72 static inline void print_bi_boot_params(const bd_t *bd) in print_bi_boot_params() 77 static inline void print_bi_mem(const bd_t *bd) in print_bi_mem() 91 static inline void print_bi_dram(const bd_t *bd) in print_bi_dram() 106 static inline void print_bi_flash(const bd_t *bd) in print_bi_flash() 156 static inline void __maybe_unused print_std_bdinfo(const bd_t *bd) in print_std_bdinfo() 173 bd_t *bd = gd->bd; in do_bdinfo() local 216 bd_t *bd = gd->bd; in do_bdinfo() local 236 bd_t *bd = gd->bd; in do_bdinfo() local 261 bd_t *bd = gd->bd; in do_bdinfo() local 304 bd_t *bd = gd->bd; in do_bdinfo() local [all …]
|
/openbmc/linux/sound/soc/codecs/ |
H A 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
|
/openbmc/u-boot/arch/nds32/lib/ |
H A D | bootm.c | 39 bd_t *bd = gd->bd; in do_bootm_linux() local 129 static void setup_start_tag(bd_t *bd) in setup_start_tag() 144 static void setup_memory_tags(bd_t *bd) in setup_memory_tags() 160 static void setup_commandline_tag(bd_t *bd, char *commandline) in setup_commandline_tag() 188 static void setup_initrd_tag(bd_t *bd, ulong initrd_start, ulong initrd_end) in setup_initrd_tag() 234 static void setup_end_tag(bd_t *bd) in setup_end_tag()
|
/openbmc/u-boot/arch/arm/mach-omap2/omap5/ |
H A D | fdt.c | 30 static int ft_hs_fixup_crossbar(void *fdt, bd_t *bd) in ft_hs_fixup_crossbar() 94 static int ft_hs_fixup_sram(void *fdt, bd_t *bd) in ft_hs_fixup_sram() 129 static int ft_hs_fixup_sram(void *fdt, bd_t *bd) { return 0; } in ft_hs_fixup_sram() 132 static void ft_hs_fixups(void *fdt, bd_t *bd) in ft_hs_fixups() 149 static void ft_hs_fixups(void *fdt, bd_t *bd) in ft_hs_fixups() 246 static void ft_opp_clock_fixups(void *fdt, bd_t *bd) in ft_opp_clock_fixups() 286 static void ft_opp_clock_fixups(void *fdt, bd_t *bd) { } in ft_opp_clock_fixups() 294 void ft_cpu_setup(void *fdt, bd_t *bd) in ft_cpu_setup()
|
/openbmc/linux/drivers/video/fbdev/matrox/ |
H A 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 …]
|
/openbmc/u-boot/board/freescale/mpc837xemds/ |
H A D | mpc837xemds.c | 63 int board_mmc_init(bd_t *bd) in board_mmc_init() 84 int board_eth_init(bd_t *bd) in board_eth_init() 140 static void __ft_tsec_fixup(void *blob, bd_t *bd, const char *alias, in __ft_tsec_fixup() 185 static void ft_tsec_fixup(void *blob, bd_t *bd) in ft_tsec_fixup() 204 static inline void ft_tsec_fixup(void *blob, bd_t *bd) {} in ft_tsec_fixup() 311 static void ft_pci_fixup(void *blob, bd_t *bd) in ft_pci_fixup() 334 int ft_board_setup(void *blob, bd_t *bd) in ft_board_setup()
|
/openbmc/linux/block/ |
H A 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, bool open_for_write, in bsg_sg_io() 87 static int bsg_get_command_q(struct bsg_device *bd, int __user *uarg) in bsg_get_command_q() 92 static int bsg_set_command_q(struct bsg_device *bd, int __user *uarg) in bsg_set_command_q() 106 struct bsg_device *bd = to_bsg_device(file_inode(file)); in bsg_ioctl() local 172 struct bsg_device *bd = container_of(dev, struct bsg_device, device); in bsg_device_release() local 178 void bsg_unregister_queue(struct bsg_device *bd) in bsg_unregister_queue() 192 struct bsg_device *bd; in bsg_register_queue() local
|
/openbmc/u-boot/board/freescale/mpc8569mds/ |
H A D | mpc8569mds.c | 307 static void fdt_board_disable_serial(void *blob, bd_t *bd, const char *alias) in fdt_board_disable_serial() 352 static void fdt_board_fixup_qe_uart(void *blob, bd_t *bd) in fdt_board_fixup_qe_uart() 399 int board_mmc_init(bd_t *bd) in board_mmc_init() 440 static void fdt_board_fixup_esdhc(void *blob, bd_t *bd) in fdt_board_fixup_esdhc() 480 static inline void fdt_board_fixup_esdhc(void *blob, bd_t *bd) {} in fdt_board_fixup_esdhc() 483 static void fdt_board_fixup_qe_usb(void *blob, bd_t *bd) in fdt_board_fixup_qe_usb() 517 int ft_board_setup(void *blob, bd_t *bd) in ft_board_setup()
|
/openbmc/qemu/hw/net/fsl_etsec/ |
H A D | rings.c | 89 static void print_bd(eTSEC_rxtx_bd bd, int mode, uint32_t index) in print_bd() 108 eTSEC_rxtx_bd *bd) in read_buffer_descriptor() 130 eTSEC_rxtx_bd *bd) in write_buffer_descriptor() 221 eTSEC_rxtx_bd *bd) in process_tx_bd() 326 eTSEC_rxtx_bd bd; in etsec_walk_tx_ring() local 382 eTSEC_rxtx_bd *bd, in fill_rx_bd() 531 eTSEC_rxtx_bd bd; in etsec_walk_rx_ring() local
|
/openbmc/u-boot/arch/arm/mach-omap2/am33xx/ |
H A D | fdt.c | 16 static void ft_hs_fixups(void *fdt, bd_t *bd) in ft_hs_fixups() 31 static void ft_hs_fixups(void *fdt, bd_t *bd) { } in ft_hs_fixups() 39 void ft_cpu_setup(void *fdt, bd_t *bd) in ft_cpu_setup()
|
/openbmc/u-boot/arch/arm/mach-uniphier/ |
H A D | memconf.c | 16 static int __uniphier_memconf_init(const struct uniphier_board_data *bd, in __uniphier_memconf_init() 148 int uniphier_memconf_2ch_init(const struct uniphier_board_data *bd) in uniphier_memconf_2ch_init() 153 int uniphier_memconf_3ch_init(const struct uniphier_board_data *bd) in uniphier_memconf_3ch_init()
|
/openbmc/linux/drivers/power/supply/ |
H A 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 …]
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_backlight.c | 64 nv40_get_intensity(struct backlight_device *bd) in nv40_get_intensity() 76 nv40_set_intensity(struct backlight_device *bd) in nv40_set_intensity() 113 nv50_get_intensity(struct backlight_device *bd) in nv50_get_intensity() 128 nv50_set_intensity(struct backlight_device *bd) in nv50_set_intensity() 153 nv50_edp_get_brightness(struct backlight_device *bd) in nv50_edp_get_brightness() 194 nv50_edp_set_brightness(struct backlight_device *bd) in nv50_edp_set_brightness() 241 nva3_get_intensity(struct backlight_device *bd) in nva3_get_intensity() 259 nva3_set_intensity(struct backlight_device *bd) in nva3_set_intensity()
|
/openbmc/linux/fs/gfs2/ |
H A D | trans.c | 166 struct gfs2_bufdata *bd; in gfs2_alloc_bufdata() local 196 struct gfs2_bufdata *bd; in gfs2_trans_add_data() local 234 struct gfs2_bufdata *bd; in gfs2_trans_add_meta() local 294 void gfs2_trans_add_revoke(struct gfs2_sbd *sdp, struct gfs2_bufdata *bd) in gfs2_trans_add_revoke() 306 struct gfs2_bufdata *bd, *tmp; in gfs2_trans_remove_revoke() local
|
/openbmc/linux/drivers/net/wireless/ath/wcn36xx/ |
H A 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
|
/openbmc/u-boot/arch/arm/mach-omap2/ |
H A D | fdt-common.c | 23 int ft_hs_disable_rng(void *fdt, bd_t *bd) in ft_hs_disable_rng() 71 int ft_hs_fixup_dram(void *fdt, bd_t *bd) in ft_hs_fixup_dram() 124 int ft_hs_fixup_dram(void *fdt, bd_t *bd) { return 0; } in ft_hs_fixup_dram() 127 int ft_hs_add_tee(void *fdt, bd_t *bd) in ft_hs_add_tee()
|
/openbmc/linux/include/linux/fsl/bestcomm/ |
H A 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
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | bootm.c | 117 static void setup_start_tag (bd_t *bd) in setup_start_tag() 131 static void setup_memory_tags(bd_t *bd) in setup_memory_tags() 146 static void setup_commandline_tag(bd_t *bd, char *commandline) in setup_commandline_tag() 171 static void setup_initrd_tag(bd_t *bd, ulong initrd_start, ulong initrd_end) in setup_initrd_tag() 210 static void setup_end_tag(bd_t *bd) in setup_end_tag()
|
/openbmc/linux/drivers/platform/x86/ |
H A 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
|