Home
last modified time | relevance | path

Searched defs:bd (Results 51 – 75 of 477) sorted by relevance

12345678910>>...20

/openbmc/qemu/hw/net/
H A Dspapr_llan.c60 #define VLAN_BD_LEN(bd) (((bd) & VLAN_BD_LEN_MASK) >> 32) argument
62 #define VLAN_BD_ADDR(bd) ((bd) & VLAN_BD_ADDR_MASK) argument
140 vlan_bd_t bd; in spapr_vlan_get_rx_bd_from_pool() local
175 vlan_bd_t bd; in spapr_vlan_get_rx_bd_from_page() local
209 vlan_bd_t bd; in spapr_vlan_receive() local
418 static int check_bd(SpaprVioVlan *dev, vlan_bd_t bd, in check_bd()
608 vlan_bd_t bd; in spapr_vlan_add_rxbuf_to_page() local
H A Dmcf_fec.c176 static void mcf_fec_read_bd(mcf_fec_bd *bd, uint32_t addr) in mcf_fec_read_bd()
184 static void mcf_fec_write_bd(mcf_fec_bd *bd, uint32_t addr) in mcf_fec_write_bd()
240 mcf_fec_bd bd; in mcf_fec_do_tx() local
292 mcf_fec_bd bd; in mcf_fec_enable_rx() local
530 mcf_fec_bd bd; in mcf_fec_have_receive_space() local
557 mcf_fec_bd bd; in mcf_fec_receive() local
/openbmc/u-boot/board/freescale/mpc837xerdb/
H A Dmpc837xerdb.c169 int board_mmc_init(bd_t *bd) in board_mmc_init()
210 int ft_board_setup(void *blob, bd_t *bd) in ft_board_setup()
/openbmc/linux/fs/gfs2/
H A Dlops.c44 struct gfs2_bufdata *bd; in gfs2_pin() local
66 static bool buffer_is_rgrp(const struct gfs2_bufdata *bd) in buffer_is_rgrp()
71 static void maybe_release_space(struct gfs2_bufdata *bd) in maybe_release_space()
105 struct gfs2_bufdata *bd = bh->b_private; in gfs2_unpin() local
736 struct gfs2_bufdata *bd; in buf_lo_after_commit() local
863 struct gfs2_bufdata *bd; in revoke_lo_before_commit() local
900 struct gfs2_bufdata *bd; in gfs2_drain_revokes() local
1082 struct gfs2_bufdata *bd; in databuf_lo_after_commit() local
/openbmc/linux/lib/
H A Ddecompress_bunzip2.c116 static unsigned int INIT get_bits(struct bunzip_data *bd, char bits_wanted) in get_bits()
156 static int INIT get_next_block(struct bunzip_data *bd) in get_next_block()
523 static int INIT read_bunzip(struct bunzip_data *bd, char *outbuf, int len) in read_bunzip()
632 struct bunzip_data *bd; in start_bunzip() local
686 struct bunzip_data *bd; in bunzip2() local
/openbmc/linux/drivers/video/backlight/
H A Dlocomolcd.c110 static int locomolcd_set_intensity(struct backlight_device *bd) in locomolcd_set_intensity()
144 static int locomolcd_get_intensity(struct backlight_device *bd) in locomolcd_get_intensity()
H A Dams369fg06.c37 struct backlight_device *bd; member
310 struct backlight_device *bd; in ams369fg06_power_on() local
408 static int ams369fg06_set_brightness(struct backlight_device *bd) in ams369fg06_set_brightness()
444 struct backlight_device *bd = NULL; in ams369fg06_probe() local
H A Dsky81452-backlight.c68 static int sky81452_bl_update_status(struct backlight_device *bd) in sky81452_bl_update_status()
278 struct backlight_device *bd; in sky81452_bl_probe() local
318 struct backlight_device *bd = platform_get_drvdata(pdev); in sky81452_bl_remove() local
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_bbt.c414 static int scan_block_fast(struct nand_chip *this, struct nand_bbt_descr *bd, in scan_block_fast()
454 struct nand_bbt_descr *bd = this->badblock_pattern; in bbt_block_checkbad() local
491 struct nand_bbt_descr *bd, int chip) in create_bbt()
932 struct nand_bbt_descr *bd) in nand_memory_bbt()
951 struct nand_bbt_descr *bd) in check_create()
1191 static void verify_bbt_descr(struct nand_chip *this, struct nand_bbt_descr *bd) in verify_bbt_descr()
1244 static int nand_scan_bbt(struct nand_chip *this, struct nand_bbt_descr *bd) in nand_scan_bbt()
1374 struct nand_bbt_descr *bd; in nand_create_badblock_pattern() local
/openbmc/linux/drivers/staging/fbtft/
H A Dfb_ssd1351.c190 static int update_onboard_backlight(struct backlight_device *bd) in update_onboard_backlight()
212 struct backlight_device *bd; in register_onboard_backlight() local
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.c1070 void ath11k_core_free_bdf(struct ath11k_base *ab, struct ath11k_board_data *bd) in ath11k_core_free_bdf()
1079 struct ath11k_board_data *bd, in ath11k_core_parse_bd_ie_board()
1164 struct ath11k_board_data *bd, in ath11k_core_fetch_board_data_api_n()
1275 struct ath11k_board_data *bd, in ath11k_core_fetch_board_data_api_1()
1290 int ath11k_core_fetch_bdf(struct ath11k_base *ab, struct ath11k_board_data *bd) in ath11k_core_fetch_bdf()
1347 int ath11k_core_fetch_regdb(struct ath11k_base *ab, struct ath11k_board_data *bd) in ath11k_core_fetch_regdb()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-gpio.c77 #define setsda(bd, val) ((bd)->setsda((bd)->data, val)) argument
78 #define setscl(bd, val) ((bd)->setscl((bd)->data, val)) argument
79 #define getsda(bd) ((bd)->getsda((bd)->data)) argument
80 #define getscl(bd) ((bd)->getscl((bd)->data)) argument
/openbmc/u-boot/board/freescale/mpc8308rdb/
H A Dmpc8308rdb.c52 int board_mmc_init(bd_t *bd) in board_mmc_init()
161 int ft_board_setup(void *blob, bd_t *bd) in ft_board_setup()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_bbt.c411 static int scan_block_fast(struct mtd_info *mtd, struct nand_bbt_descr *bd, in scan_block_fast()
453 struct nand_bbt_descr *bd, int chip) in create_bbt()
818 static inline int nand_memory_bbt(struct mtd_info *mtd, struct nand_bbt_descr *bd) in nand_memory_bbt()
836 static int check_create(struct mtd_info *mtd, uint8_t *buf, struct nand_bbt_descr *bd) in check_create()
1021 static void verify_bbt_descr(struct mtd_info *mtd, struct nand_bbt_descr *bd) in verify_bbt_descr()
1073 static int nand_scan_bbt(struct mtd_info *mtd, struct nand_bbt_descr *bd) in nand_scan_bbt()
1256 struct nand_bbt_descr *bd; in nand_create_badblock_pattern() local
/openbmc/linux/arch/arm64/crypto/
H A Dghash-ce-core.S71 .macro __pmull_p8, rq, ad, bd
79 .macro __pmull2_p8, rq, ad, bd
/openbmc/u-boot/board/ti/ks2_evm/
H A Dboard.c105 int ft_board_setup(void *blob, bd_t *bd) in ft_board_setup()
157 void ft_board_setup_ex(void *blob, bd_t *bd) in ft_board_setup_ex()
/openbmc/linux/drivers/target/
H A Dtarget_core_iblock.c94 struct block_device *bd = NULL; in iblock_configure_device() local
647 struct block_device *bd = ib_dev->ibd_bd; in iblock_show_configfs_dev_params() local
1096 struct block_device *bd = ib_dev->ibd_bd; in iblock_get_alignment_offset_lbas() local
1110 struct block_device *bd = ib_dev->ibd_bd; in iblock_get_lbppbe() local
1120 struct block_device *bd = ib_dev->ibd_bd; in iblock_get_io_min() local
1128 struct block_device *bd = ib_dev->ibd_bd; in iblock_get_io_opt() local
/openbmc/u-boot/board/freescale/mpc8315erdb/
H A Dmpc8315erdb.c161 void fdt_tsec1_fixup(void *fdt, bd_t *bd) in fdt_tsec1_fixup()
190 int ft_board_setup(void *blob, bd_t *bd) in ft_board_setup()
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_param.c246 int bd = adapter->bd_number; in e1000_check_options() local
512 int bd = adapter->bd_number; in e1000_check_fiber_options() local
539 int bd = adapter->bd_number; in e1000_check_copper_options() local
/openbmc/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_fp.c244 skb_frag_t *frag, struct eth_tx_bd *bd) in map_frag_to_bd()
307 struct eth_tx_1st_bd *bd; in qede_xdp_xmit() local
741 struct sw_rx_data *bd, u16 len, u16 pad) in qede_build_skb()
761 struct sw_rx_data *bd, u16 len, u16 pad, in qede_tpa_rx_build_skb()
792 struct sw_rx_data *bd, u16 len, u16 pad) in qede_rx_build_skb()
1083 struct sw_rx_data *bd, in qede_rx_xdp()
1176 struct sw_rx_data *bd; in qede_rx_build_jumbo() local
1252 struct sw_rx_data *bd; in qede_rx_process_cqe() local
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dfec_mpc52xx.c126 struct bcom_fec_bd *bd; in mpc52xx_fec_free_rx_buffers() local
140 struct bcom_fec_bd *bd; in mpc52xx_fec_rx_submit() local
314 struct bcom_fec_bd *bd; in mpc52xx_fec_start_xmit() local
368 struct bcom_fec_bd *bd; in mpc52xx_fec_tx_interrupt() local
389 struct bcom_fec_bd *bd; in mpc52xx_fec_rx_interrupt() local
/openbmc/linux/drivers/tty/serial/jsm/
H A Djsm_tty.c272 struct jsm_board *bd; in jsm_tty_close() local
514 struct jsm_board *bd; in jsm_input() local
648 struct jsm_board *bd; in jsm_carrier() local
/openbmc/linux/drivers/crypto/bcm/
H A Dspu.c299 struct BD_HEADER *bd = (struct BD_HEADER *)ptr; in spum_dump_msg_hdr() local
385 struct BD_HEADER *bd; in spum_payload_length() local
595 struct BD_HEADER *bd; in spum_create_request() local
930 struct BD_HEADER *bd; in spum_cipher_req_finish() local
/openbmc/u-boot/arch/arm/mach-uniphier/clk/
H A Ddpll-pxs2.c3 int uniphier_pxs2_dpll_init(const struct uniphier_board_data *bd) in uniphier_pxs2_dpll_init()
H A Ddpll-pro5.c3 int uniphier_pro5_dpll_init(const struct uniphier_board_data *bd) in uniphier_pro5_dpll_init()

12345678910>>...20