/openbmc/linux/drivers/net/ethernet/davicom/ |
H A D | dm9051.c | 119 static int dm9051_set_reg(struct board_info *db, unsigned int reg, unsigned int val) in dm9051_set_reg() 130 static int dm9051_update_bits(struct board_info *db, unsigned int reg, unsigned int mask, in dm9051_update_bits() 144 static int dm9051_dumpblk(struct board_info *db, u8 reg, size_t count) in dm9051_dumpblk() 166 static int dm9051_set_regs(struct board_info *db, unsigned int reg, const void *val, in dm9051_set_regs() 178 static int dm9051_get_regs(struct board_info *db, unsigned int reg, void *val, in dm9051_get_regs() 190 static int dm9051_write_mem(struct board_info *db, unsigned int reg, const void *buff, in dm9051_write_mem() 202 static int dm9051_read_mem(struct board_info *db, unsigned int reg, void *buff, in dm9051_read_mem() 217 static int dm9051_nsr_poll(struct board_info *db) in dm9051_nsr_poll() 229 static int dm9051_epcr_poll(struct board_info *db) in dm9051_epcr_poll() 241 static int dm9051_irq_flag(struct board_info *db) in dm9051_irq_flag() [all …]
|
H A D | dm9000.c | 141 #define dm9000_dbg(db, lev, msg...) do { \ argument 158 ior(struct board_info *db, int reg) in ior() 169 iow(struct board_info *db, int reg, int value) in iow() 176 dm9000_reset(struct board_info *db) in dm9000_reset() 265 static void dm9000_msleep(struct board_info *db, unsigned int ms) in dm9000_msleep() 277 struct board_info *db = netdev_priv(dev); in dm9000_phy_read() local 323 struct board_info *db = netdev_priv(dev); in dm9000_phy_write() local 370 static void dm9000_set_io(struct board_info *db, int byte_width) in dm9000_set_io() 402 static void dm9000_schedule_poll(struct board_info *db) in dm9000_schedule_poll() 419 dm9000_read_locked(struct board_info *db, int reg) in dm9000_read_locked() [all …]
|
/openbmc/linux/drivers/net/ethernet/allwinner/ |
H A D | sun4i-emac.c | 95 struct emac_board_info *db; member 104 struct emac_board_info *db = netdev_priv(dev); in emac_update_speed() local 117 struct emac_board_info *db = netdev_priv(dev); in emac_update_duplex() local 130 struct emac_board_info *db = netdev_priv(dev); in emac_handle_link_change() local 169 struct emac_board_info *db = netdev_priv(dev); in emac_mdio_probe() local 198 static void emac_reset(struct emac_board_info *db) in emac_reset() 220 emac_alloc_dma_req(struct emac_board_info *db, in emac_alloc_dma_req() 246 struct emac_board_info *db = req->db; in emac_dma_done_callback() local 274 static int emac_dma_inblk_32bit(struct emac_board_info *db, in emac_dma_inblk_32bit() 340 struct emac_board_info *db = netdev_priv(dev); in emac_get_msglevel() local [all …]
|
/openbmc/qemu/accel/tcg/ |
H A D | translator.c | 22 static void set_can_do_io(DisasContextBase *db, bool val) in set_can_do_io() 30 bool translator_io_start(DisasContextBase *db) in translator_io_start() 42 static TCGOp *gen_tb_start(DisasContextBase *db, uint32_t cflags) in gen_tb_start() 105 bool translator_use_goto_tb(DisasContextBase *db, vaddr dest) in translator_use_goto_tb() 118 DisasContextBase *db) in translator_loop() 241 static bool translator_ld(CPUArchState *env, DisasContextBase *db, in translator_ld() 329 static void record_save(DisasContextBase *db, vaddr pc, in record_save() 362 size_t translator_st_len(const DisasContextBase *db) in translator_st_len() 367 bool translator_st(const DisasContextBase *db, void *dest, in translator_st() 417 uint8_t translator_ldub(CPUArchState *env, DisasContextBase *db, vaddr pc) in translator_ldub() [all …]
|
/openbmc/libpldm/tests/ |
H A D | instance-id.cpp | 22 struct pldm_instance_db* db = (struct pldm_instance_db*)8; in TEST() local 30 struct pldm_instance_db* db = nullptr; in TEST() local 66 struct pldm_instance_db* db = nullptr; in TEST_F() local 74 struct pldm_instance_db* db = nullptr; in TEST_F() local 83 struct pldm_instance_db* db = nullptr; in TEST_F() local 91 struct pldm_instance_db* db = nullptr; in TEST_F() local 105 struct pldm_instance_db* db = nullptr; in TEST_F() local 129 struct pldm_instance_db* db = nullptr; in TEST_F() local 152 struct pldm_instance_db* db; in TEST_F() member 182 struct pldm_instance_db* db; in TEST_F() member [all …]
|
/openbmc/linux/drivers/gpu/drm/panel/ |
H A D | panel-magnachip-d53e6ea8966.c | 166 static void ams495qa01_panel_init(struct d53e6ea8966 *db) in ams495qa01_panel_init() 206 struct d53e6ea8966 *db = to_d53e6ea8966(panel); in d53e6ea8966_prepare() local 245 struct d53e6ea8966 *db = to_d53e6ea8966(panel); in d53e6ea8966_enable() local 258 struct d53e6ea8966 *db = to_d53e6ea8966(panel); in d53e6ea8966_disable() local 271 struct d53e6ea8966 *db = to_d53e6ea8966(panel); in d53e6ea8966_unprepare() local 290 struct d53e6ea8966 *db = to_d53e6ea8966(panel); in d53e6ea8966_get_modes() local 327 struct d53e6ea8966 *db = bl_get_data(bd); in ams495qa01_set_brightness() local 340 static int ams495qa01_backlight_register(struct d53e6ea8966 *db) in ams495qa01_backlight_register() 365 struct d53e6ea8966 *db; in d53e6ea8966_probe() local 452 struct d53e6ea8966 *db = spi_get_drvdata(spi); in d53e6ea8966_remove() local
|
H A D | panel-samsung-db7430.c | 89 static int db7430_power_on(struct db7430 *db) in db7430_power_on() 164 static int db7430_power_off(struct db7430 *db) in db7430_power_off() 179 struct db7430 *db = to_db7430(panel); in db7430_disable() local 197 struct db7430 *db = to_db7430(panel); in db7430_enable() local 230 struct db7430 *db = to_db7430(panel); in db7430_get_modes() local 267 struct db7430 *db; in db7430_probe() local 315 struct db7430 *db = spi_get_drvdata(spi); in db7430_remove() local
|
/openbmc/linux/drivers/net/ethernet/dec/tulip/ |
H A D | uli526x.c | 239 static void srom_clk_write(struct uli526x_board_info *db, u32 data) in srom_clk_write() 272 struct uli526x_board_info *db; /* board information structure */ in uli526x_init_one() local 431 struct uli526x_board_info *db = netdev_priv(dev); in uli526x_remove_one() local 454 struct uli526x_board_info *db = netdev_priv(dev); in uli526x_open() local 502 struct uli526x_board_info *db = netdev_priv(dev); in uli526x_init() local 585 struct uli526x_board_info *db = netdev_priv(dev); in uli526x_start_xmit() local 652 struct uli526x_board_info *db = netdev_priv(dev); in uli526x_stop() local 684 struct uli526x_board_info *db = netdev_priv(dev); in uli526x_interrupt() local 733 struct uli526x_board_info *db = netdev_priv(dev); in uli526x_poll() local 745 struct uli526x_board_info * db) in uli526x_free_tx_pkt() [all …]
|
H A D | dmfe.c | 354 struct dmfe_board_info *db; /* board information structure */ in dmfe_init_one() local 516 struct dmfe_board_info *db = netdev_priv(dev); in dmfe_remove_one() local 545 struct dmfe_board_info *db = netdev_priv(dev); in dmfe_open() local 602 struct dmfe_board_info *db = netdev_priv(dev); in dmfe_init_dm910x() local 669 struct dmfe_board_info *db = netdev_priv(dev); in dmfe_start_xmit() local 739 struct dmfe_board_info *db = netdev_priv(dev); in dmfe_stop() local 782 struct dmfe_board_info *db = netdev_priv(dev); in dmfe_interrupt() local 847 struct dmfe_board_info *db = netdev_priv(dev); in poll_dmfe() local 862 static void dmfe_free_tx_pkt(struct net_device *dev, struct dmfe_board_info *db) in dmfe_free_tx_pkt() 944 static void dmfe_rx_packet(struct net_device *dev, struct dmfe_board_info *db) in dmfe_rx_packet() [all …]
|
/openbmc/linux/drivers/infiniband/hw/hns/ |
H A D | hns_roce_db.c | 11 struct hns_roce_db *db) in hns_roce_db_map_user() 56 struct hns_roce_db *db) in hns_roce_db_unmap_user() 94 struct hns_roce_db *db, int order) in hns_roce_alloc_db_from_pgdir() 124 int hns_roce_alloc_db(struct hns_roce_dev *hr_dev, struct hns_roce_db *db, in hns_roce_alloc_db() 153 void hns_roce_free_db(struct hns_roce_dev *hr_dev, struct hns_roce_db *db) in hns_roce_free_db()
|
/openbmc/linux/drivers/net/ppp/ |
H A D | bsd_comp.c | 222 bsd_clear(struct bsd_db *db) in bsd_clear() 247 static int bsd_check (struct bsd_db *db) /* 1=output CLEAR */ in bsd_check() 295 struct bsd_db *db = (struct bsd_db *) state; in bsd_comp_stats() local 313 struct bsd_db *db = (struct bsd_db *) state; in bsd_reset() local 327 struct bsd_db *db = state; in bsd_free() local 356 struct bsd_db *db; in bsd_alloc() local 466 struct bsd_db *db = state; in bsd_init() local 527 static unsigned short *lens_ptr(struct bsd_db *db, int idx) in lens_ptr() 537 static struct bsd_dict *dict_ptr(struct bsd_db *db, int idx) in dict_ptr() 548 #define lens_ptr(db,idx) lens_ptrx(db,idx) argument [all …]
|
/openbmc/linux/security/integrity/platform_certs/ |
H A D | load_powerpc.c | 18 #define extract_esl(db, data, size, offset) \ argument 32 void *db; in get_cert_list() local 61 void *db = NULL, *dbx = NULL, *data = NULL; in load_powerpc_certs() local
|
H A D | load_uefi.c | 54 unsigned int db = 0; in uefi_check_ignore_db() local 70 void *db; in get_cert_list() local 164 void *db = NULL, *dbx = NULL, *mokx = NULL; in load_uefi_certs() local
|
/openbmc/qemu/disas/ |
H A D | disas-target.c | 16 const DisasContextBase *db = info->application_data; in translator_read_memory() local 20 void target_disas(FILE *out, CPUState *cpu, const struct DisasContextBase *db) in target_disas() 73 char *plugin_disas(CPUState *cpu, const DisasContextBase *db, in plugin_disas()
|
/openbmc/linux/drivers/net/ethernet/tehuti/ |
H A D | tehuti.c | 917 static void bdx_rxdb_destroy(struct rxdb *db) in bdx_rxdb_destroy() 924 struct rxdb *db; in bdx_rxdb_create() local 943 static inline int bdx_rxdb_alloc_elem(struct rxdb *db) in bdx_rxdb_alloc_elem() 949 static inline void *bdx_rxdb_addr_elem(struct rxdb *db, int n) in bdx_rxdb_addr_elem() 955 static inline int bdx_rxdb_available(struct rxdb *db) in bdx_rxdb_available() 960 static inline void bdx_rxdb_free_elem(struct rxdb *db, int n) in bdx_rxdb_free_elem() 1021 struct rxdb *db = priv->rxdb; in bdx_rx_free_skbs() local 1085 struct rxdb *db = priv->rxdb; in bdx_rx_alloc_skbs() local 1146 struct rxdb *db; in bdx_recycle_skb() local 1199 struct rxdb *db = NULL; in bdx_rx_receive() local [all …]
|
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_fdma.c | 15 struct lan966x_db *db) in lan966x_fdma_rx_alloc_page() 54 struct lan966x_db *db; in lan966x_fdma_rx_add_dcb() local 108 struct lan966x_db *db; in lan966x_fdma_rx_alloc() local 244 struct lan966x_db *db; in lan966x_fdma_tx_alloc() local 397 struct lan966x_db *db; in lan966x_fdma_tx_clear_buf() local 454 struct lan966x_db *db; in lan966x_fdma_rx_more_frames() local 468 struct lan966x_db *db; in lan966x_fdma_rx_check_frame() local 497 struct lan966x_db *db; in lan966x_fdma_rx_get_frame() local 551 struct lan966x_db *db; in lan966x_fdma_napi_poll() local 626 u32 db, err, err_type; in lan966x_fdma_irq_handler() local
|
/openbmc/linux/arch/powerpc/platforms/ps3/ |
H A D | os-area.c | 371 static int db_verify(const struct os_area_db *db) in db_verify() 393 const struct os_area_db *db; member 416 static int db_for_each_64(const struct os_area_db *db, in db_for_each_64() 447 static int db_delete_64(struct os_area_db *db, const struct os_area_db_id *id) in db_delete_64() 464 static int db_set_64(struct os_area_db *db, const struct os_area_db_id *id, in db_set_64() 502 static int __init db_get_64(const struct os_area_db *db, in db_get_64() 518 static int __init db_get_rtc_diff(const struct os_area_db *db, int64_t *rtc_diff) in db_get_rtc_diff() 524 static void _dump_db(const struct os_area_db *db, const char *func, in _dump_db() 548 static void os_area_db_init(struct os_area_db *db) in os_area_db_init() 609 struct os_area_db* db; in update_flash_db() local [all …]
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/ |
H A D | nfp_hwinfo.c | 129 hwinfo_db_validate(struct nfp_cpp *cpp, struct nfp_hwinfo *db, u32 len) in hwinfo_db_validate() 159 u8 *db; in hwinfo_try_fetch() local 211 struct nfp_hwinfo *db; in hwinfo_fetch() local 231 struct nfp_hwinfo *db; in nfp_hwinfo_read() local
|
/openbmc/u-boot/drivers/net/ |
H A D | uli526x.c | 207 struct uli526x_board_info *db; /* board information structure */ in uli526x_initialize() local 260 struct uli526x_board_info *db = dev->priv; in uli526x_init_one() local 340 struct uli526x_board_info *db = dev->priv; in uli526x_disable() local 366 struct uli526x_board_info *db = dev->priv; in uli526x_init() local 442 struct uli526x_board_info *db = dev->priv; in uli526x_start_xmit() local 495 struct uli526x_board_info *db) in uli526x_free_tx_pkt() 540 struct uli526x_board_info *db = dev->priv; in uli526x_rx_packet() local 623 static void uli526x_descriptor_init(struct uli526x_board_info *db, in uli526x_descriptor_init() 703 static void allocate_rx_buffer(struct uli526x_board_info *db) in allocate_rx_buffer() 773 static void uli526x_set_phyxcer(struct uli526x_board_info *db) in uli526x_set_phyxcer() [all …]
|
/openbmc/linux/lib/ |
H A D | debugobjects.c | 463 struct debug_bucket *db = obj_hash; in debug_objects_oom() local 625 struct debug_bucket *db; in __debug_object_init() local 698 struct debug_bucket *db; in debug_object_activate() local 755 struct debug_bucket *db; in debug_object_deactivate() local 798 struct debug_bucket *db; in debug_object_destroy() local 845 struct debug_bucket *db; in debug_object_free() local 887 struct debug_bucket *db; in debug_object_assert_init() local 928 struct debug_bucket *db; in debug_object_active_state() local 965 struct debug_bucket *db; in __debug_check_no_obj_freed() local 1165 struct debug_bucket *db; in check_results() local [all …]
|
/openbmc/qemu/include/exec/ |
H A D | plugin-gen.h | 31 bool plugin_gen_tb_start(CPUState *cpu, const struct DisasContextBase *db) in plugin_gen_tb_start() 37 void plugin_gen_insn_start(CPUState *cpu, const struct DisasContextBase *db) in plugin_gen_insn_start()
|
H A D | translator.h | 202 translator_lduw_swap(CPUArchState *env, DisasContextBase *db, in translator_lduw_swap() 213 translator_ldl_swap(CPUArchState *env, DisasContextBase *db, in translator_ldl_swap() 224 translator_ldq_swap(CPUArchState *env, DisasContextBase *db, in translator_ldq_swap() 276 static inline bool is_same_page(const DisasContextBase *db, vaddr addr) in is_same_page()
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_dir2.h | 161 xfs_dir2_db_off_to_byte(struct xfs_da_geometry *geo, xfs_dir2_db_t db, in xfs_dir2_db_off_to_byte() 171 xfs_dir2_db_to_da(struct xfs_da_geometry *geo, xfs_dir2_db_t db) in xfs_dir2_db_to_da() 189 xfs_dir2_db_off_to_dataptr(struct xfs_da_geometry *geo, xfs_dir2_db_t db, in xfs_dir2_db_off_to_dataptr()
|
/openbmc/linux/drivers/infiniband/hw/mlx4/ |
H A D | doorbell.c | 46 struct mlx4_db *db) in mlx4_ib_db_map_user() 89 void mlx4_ib_db_unmap_user(struct mlx4_ib_ucontext *context, struct mlx4_db *db) in mlx4_ib_db_unmap_user()
|
/openbmc/linux/drivers/mailbox/ |
H A D | tegra-hsp.c | 149 static bool tegra_hsp_doorbell_can_ring(struct tegra_hsp_doorbell *db) in tegra_hsp_doorbell_can_ring() 173 struct tegra_hsp_doorbell *db; in tegra_hsp_doorbell_get() local 186 struct tegra_hsp_doorbell *db; in tegra_hsp_doorbell_irq() local 199 struct tegra_hsp_doorbell *db; in tegra_hsp_doorbell_irq() local 273 struct tegra_hsp_doorbell *db; in tegra_hsp_doorbell_create() local 300 struct tegra_hsp_doorbell *db = chan->con_priv; in tegra_hsp_doorbell_send_data() local 309 struct tegra_hsp_doorbell *db = chan->con_priv; in tegra_hsp_doorbell_startup() local 347 struct tegra_hsp_doorbell *db = chan->con_priv; in tegra_hsp_doorbell_shutdown() local 586 struct tegra_hsp_doorbell *db; in tegra_hsp_db_xlate() local 884 struct tegra_hsp_doorbell *db; in tegra_hsp_resume() local
|