| /Linux-v5.4/drivers/net/ethernet/allwinner/ | 
| D | sun4i-emac.c | 95 	struct emac_board_info *db = netdev_priv(dev);  in emac_update_speed()  local108 	struct emac_board_info *db = netdev_priv(dev);  in emac_update_duplex()  local
 121 	struct emac_board_info *db = netdev_priv(dev);  in emac_handle_link_change()  local
 160 	struct emac_board_info *db = netdev_priv(dev);  in emac_mdio_probe()  local
 189 static void emac_reset(struct emac_board_info *db)  in emac_reset()
 234 	struct emac_board_info *db = netdev_priv(dev);  in emac_get_msglevel()  local
 241 	struct emac_board_info *db = netdev_priv(dev);  in emac_set_msglevel()  local
 257 	struct emac_board_info *db = netdev_priv(ndev);  in emac_setup()  local
 300 	struct emac_board_info *db = netdev_priv(ndev);  in emac_set_rx_mode()  local
 320 	struct emac_board_info *db = netdev_priv(ndev);  in emac_powerup()  local
 [all …]
 
 | 
| /Linux-v5.4/drivers/net/ethernet/davicom/ | 
| D | dm9000.c | 141 #define dm9000_dbg(db, lev, msg...) do {		\  argument158 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()
 268 static void dm9000_msleep(struct board_info *db, unsigned int ms)  in dm9000_msleep()
 280 	struct board_info *db = netdev_priv(dev);  in dm9000_phy_read()  local
 326 	struct board_info *db = netdev_priv(dev);  in dm9000_phy_write()  local
 373 static void dm9000_set_io(struct board_info *db, int byte_width)  in dm9000_set_io()
 405 static void dm9000_schedule_poll(struct board_info *db)  in dm9000_schedule_poll()
 422 dm9000_read_locked(struct board_info *db, int reg)  in dm9000_read_locked()
 [all …]
 
 | 
| /Linux-v5.4/drivers/net/ethernet/dec/tulip/ | 
| D | uli526x.c | 245 static void srom_clk_write(struct uli526x_board_info *db, u32 data)  in srom_clk_write()278 	struct uli526x_board_info *db;	/* board information structure */  in uli526x_init_one()  local
 432 	struct uli526x_board_info *db = netdev_priv(dev);  in uli526x_remove_one()  local
 455 	struct uli526x_board_info *db = netdev_priv(dev);  in uli526x_open()  local
 503 	struct uli526x_board_info *db = netdev_priv(dev);  in uli526x_init()  local
 586 	struct uli526x_board_info *db = netdev_priv(dev);  in uli526x_start_xmit()  local
 653 	struct uli526x_board_info *db = netdev_priv(dev);  in uli526x_stop()  local
 685 	struct uli526x_board_info *db = netdev_priv(dev);  in uli526x_interrupt()  local
 734 	struct uli526x_board_info *db = netdev_priv(dev);  in uli526x_poll()  local
 746 				struct uli526x_board_info * db)  in uli526x_free_tx_pkt()
 [all …]
 
 | 
| D | dmfe.c | 360 	struct dmfe_board_info *db;	/* board information structure */  in dmfe_init_one()  local523 	struct dmfe_board_info *db = netdev_priv(dev);  in dmfe_remove_one()  local
 551 	struct dmfe_board_info *db = netdev_priv(dev);  in dmfe_open()  local
 608 	struct dmfe_board_info *db = netdev_priv(dev);  in dmfe_init_dm910x()  local
 675 	struct dmfe_board_info *db = netdev_priv(dev);  in dmfe_start_xmit()  local
 745 	struct dmfe_board_info *db = netdev_priv(dev);  in dmfe_stop()  local
 788 	struct dmfe_board_info *db = netdev_priv(dev);  in dmfe_interrupt()  local
 853 	struct dmfe_board_info *db = netdev_priv(dev);  in poll_dmfe()  local
 868 static void dmfe_free_tx_pkt(struct net_device *dev, struct dmfe_board_info *db)  in dmfe_free_tx_pkt()
 950 static void dmfe_rx_packet(struct net_device *dev, struct dmfe_board_info *db)  in dmfe_rx_packet()
 [all …]
 
 | 
| /Linux-v5.4/drivers/infiniband/hw/hns/ | 
| D | hns_roce_db.c | 13 			 struct hns_roce_db *db)  in hns_roce_db_map_user()57 			    struct hns_roce_db *db)  in hns_roce_db_unmap_user()
 95 					struct hns_roce_db *db, int order)  in hns_roce_alloc_db_from_pgdir()
 125 int hns_roce_alloc_db(struct hns_roce_dev *hr_dev, struct hns_roce_db *db,  in hns_roce_alloc_db()
 154 void hns_roce_free_db(struct hns_roce_dev *hr_dev, struct hns_roce_db *db)  in hns_roce_free_db()
 
 | 
| /Linux-v5.4/drivers/net/ppp/ | 
| 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 …]
 
 | 
| /Linux-v5.4/drivers/net/ethernet/tehuti/ | 
| D | tehuti.c | 918 static void bdx_rxdb_destroy(struct rxdb *db)  in bdx_rxdb_destroy()925 	struct rxdb *db;  in bdx_rxdb_create()  local
 944 static inline int bdx_rxdb_alloc_elem(struct rxdb *db)  in bdx_rxdb_alloc_elem()
 950 static inline void *bdx_rxdb_addr_elem(struct rxdb *db, int n)  in bdx_rxdb_addr_elem()
 956 static inline int bdx_rxdb_available(struct rxdb *db)  in bdx_rxdb_available()
 961 static inline void bdx_rxdb_free_elem(struct rxdb *db, int n)  in bdx_rxdb_free_elem()
 1022 	struct rxdb *db = priv->rxdb;  in bdx_rx_free_skbs()  local
 1087 	struct rxdb *db = priv->rxdb;  in bdx_rx_alloc_skbs()  local
 1149 	struct rxdb *db;  in bdx_recycle_skb()  local
 1202 	struct rxdb *db = NULL;  in bdx_rx_receive()  local
 [all …]
 
 | 
| /Linux-v5.4/arch/powerpc/platforms/ps3/ | 
| D | os-area.c | 373 static int db_verify(const struct os_area_db *db)  in db_verify()395 	const struct os_area_db *db;  member
 418 static int db_for_each_64(const struct os_area_db *db,  in db_for_each_64()
 449 static int db_delete_64(struct os_area_db *db, const struct os_area_db_id *id)  in db_delete_64()
 466 static int db_set_64(struct os_area_db *db, const struct os_area_db_id *id,  in db_set_64()
 504 static int db_get_64(const struct os_area_db *db,  in db_get_64()
 520 static int db_get_rtc_diff(const struct os_area_db *db, int64_t *rtc_diff)  in db_get_rtc_diff()
 526 static void _dump_db(const struct os_area_db *db, const char *func,  in _dump_db()
 550 static void os_area_db_init(struct os_area_db *db)  in os_area_db_init()
 611 	struct os_area_db* db;  in update_flash_db()  local
 [all …]
 
 | 
| /Linux-v5.4/drivers/net/ethernet/netronome/nfp/nfpcore/ | 
| 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
 
 | 
| /Linux-v5.4/lib/ | 
| D | debugobjects.c | 438 	struct debug_bucket *db = obj_hash;  in debug_objects_oom()  local532 	struct debug_bucket *db;  in __debug_object_init()  local
 619 	struct debug_bucket *db;  in debug_object_activate()  local
 696 	struct debug_bucket *db;  in debug_object_deactivate()  local
 749 	struct debug_bucket *db;  in debug_object_destroy()  local
 799 	struct debug_bucket *db;  in debug_object_free()  local
 839 	struct debug_bucket *db;  in debug_object_assert_init()  local
 888 	struct debug_bucket *db;  in debug_object_active_state()  local
 935 	struct debug_bucket *db;  in __debug_check_no_obj_freed()  local
 1150 	struct debug_bucket *db;  in check_results()  local
 [all …]
 
 | 
| /Linux-v5.4/drivers/mailbox/ | 
| D | tegra-hsp.c | 130 static bool tegra_hsp_doorbell_can_ring(struct tegra_hsp_doorbell *db)  in tegra_hsp_doorbell_can_ring()154 	struct tegra_hsp_doorbell *db;  in tegra_hsp_doorbell_get()  local
 167 	struct tegra_hsp_doorbell *db;  in tegra_hsp_doorbell_irq()  local
 180 		struct tegra_hsp_doorbell *db;  in tegra_hsp_doorbell_irq()  local
 272 	struct tegra_hsp_doorbell *db;  in tegra_hsp_doorbell_create()  local
 299 	struct tegra_hsp_doorbell *db = chan->con_priv;  in tegra_hsp_doorbell_send_data()  local
 308 	struct tegra_hsp_doorbell *db = chan->con_priv;  in tegra_hsp_doorbell_startup()  local
 341 	struct tegra_hsp_doorbell *db = chan->con_priv;  in tegra_hsp_doorbell_shutdown()  local
 499 	struct tegra_hsp_doorbell *db;  in tegra_hsp_db_xlate()  local
 778 	struct tegra_hsp_doorbell *db;  in tegra_hsp_resume()  local
 
 | 
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ | 
| D | alloc.c | 210 				    struct mlx5_db *db)  in mlx5_alloc_db_from_pgdir()234 int mlx5_db_alloc_node(struct mlx5_core_dev *dev, struct mlx5_db *db, int node)  in mlx5_db_alloc_node()
 263 int mlx5_db_alloc(struct mlx5_core_dev *dev, struct mlx5_db *db)  in mlx5_db_alloc()
 269 void mlx5_db_free(struct mlx5_core_dev *dev, struct mlx5_db *db)  in mlx5_db_free()
 
 | 
| D | wq.h | 48 	struct mlx5_db		db;  member53 	__be32			*db;  member
 66 	__be32			  *db;  member
 72 	__be32			*db;  member
 
 | 
| /Linux-v5.4/security/integrity/platform_certs/ | 
| D | load_uefi.c | 30 	unsigned int db = 0;  in uefi_check_ignore_db()  local47 	void *db;  in get_cert_list()  local
 145 	void *db = NULL, *dbx = NULL, *mok = NULL;  in load_uefi_certs()  local
 
 | 
| /Linux-v5.4/drivers/infiniband/hw/mlx4/ | 
| D | doorbell.c | 46 			struct mlx4_db *db)  in mlx4_ib_db_map_user()87 void mlx4_ib_db_unmap_user(struct mlx4_ib_ucontext *context, struct mlx4_db *db)  in mlx4_ib_db_unmap_user()
 
 | 
| /Linux-v5.4/drivers/infiniband/hw/mlx5/ | 
| D | doorbell.c | 48 			struct mlx5_db *db)  in mlx5_ib_db_map_user()87 void mlx5_ib_db_unmap_user(struct mlx5_ib_ucontext *context, struct mlx5_db *db)  in mlx5_ib_db_unmap_user()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/ | 
| D | drm_edid.c | 3371 do_cea_modes(struct drm_connector *connector, const u8 *db, u8 len)  in do_cea_modes()3533 do_hdmi_vsdb_modes(struct drm_connector *connector, const u8 *db, u8 len,  in do_hdmi_vsdb_modes()
 3670 cea_db_payload_len(const u8 *db)  in cea_db_payload_len()
 3676 cea_db_extended_tag(const u8 *db)  in cea_db_extended_tag()
 3682 cea_db_tag(const u8 *db)  in cea_db_tag()
 3731 static bool cea_db_is_hdmi_vsdb(const u8 *db)  in cea_db_is_hdmi_vsdb()
 3746 static bool cea_db_is_hdmi_forum_vsdb(const u8 *db)  in cea_db_is_hdmi_forum_vsdb()
 3761 static bool cea_db_is_vcdb(const u8 *db)  in cea_db_is_vcdb()
 3775 static bool cea_db_is_y420cmdb(const u8 *db)  in cea_db_is_y420cmdb()
 3789 static bool cea_db_is_y420vdb(const u8 *db)  in cea_db_is_y420vdb()
 [all …]
 
 | 
| /Linux-v5.4/drivers/misc/mic/card/ | 
| D | mic_device.c | 176 				       int db)  in ___mic_request_irq()200 static void ___mic_send_intr(struct scif_hw_dev *scdev, int db)  in ___mic_send_intr()
 207 static void ___mic_send_p2p_intr(struct scif_hw_dev *scdev, int db,  in ___mic_send_p2p_intr()
 278 static void __mic_send_intr(struct vop_device *vpdev, int db)  in __mic_send_intr()
 
 | 
| D | mic_x100.c | 107 static inline int mic_get_sbox_irq(int db)  in mic_get_sbox_irq()117 void mic_send_p2p_intr(int db, struct mic_mw *mw)  in mic_send_p2p_intr()
 148 int mic_db_to_irq(struct mic_driver *mdrv, int db)  in mic_db_to_irq()
 
 | 
| /Linux-v5.4/drivers/infiniband/hw/mthca/ | 
| D | mthca_doorbell.h | 65 static inline void mthca_write_db_rec(__be32 val[2], __be32 *db)  in mthca_write_db_rec()102 static inline void mthca_write_db_rec(__be32 val[2], __be32 *db)  in mthca_write_db_rec()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/amdkfd/ | 
| D | kfd_doorbell.c | 210 void write_kernel_doorbell(void __iomem *db, u32 value)  in write_kernel_doorbell()218 void write_kernel_doorbell64(void __iomem *db, u64 value)  in write_kernel_doorbell64()
 
 | 
| /Linux-v5.4/fs/xfs/libxfs/ | 
| D | xfs_dir2.h | 241 xfs_dir2_db_off_to_byte(struct xfs_da_geometry *geo, xfs_dir2_db_t db,  in xfs_dir2_db_off_to_byte()251 xfs_dir2_db_to_da(struct xfs_da_geometry *geo, xfs_dir2_db_t db)  in xfs_dir2_db_to_da()
 269 xfs_dir2_db_off_to_dataptr(struct xfs_da_geometry *geo, xfs_dir2_db_t db,  in xfs_dir2_db_off_to_dataptr()
 
 | 
| D | xfs_da_format.c | 589 xfs_dir2_db_to_fdb(struct xfs_da_geometry *geo, xfs_dir2_db_t db)  in xfs_dir2_db_to_fdb()599 xfs_dir2_db_to_fdindex(struct xfs_da_geometry *geo, xfs_dir2_db_t db)  in xfs_dir2_db_to_fdindex()
 621 xfs_dir3_db_to_fdb(struct xfs_da_geometry *geo, xfs_dir2_db_t db)  in xfs_dir3_db_to_fdb()
 631 xfs_dir3_db_to_fdindex(struct xfs_da_geometry *geo, xfs_dir2_db_t db)  in xfs_dir3_db_to_fdindex()
 
 | 
| /Linux-v5.4/drivers/misc/mic/vop/ | 
| D | vop_vringh.c | 50 	s8 db = vdev->dc->h2c_vdev_db;  in _vop_notify()  local160 	s8 db = bootparam->h2c_config_db;  in vop_virtio_config_change()  local
 268 	s8 db = -1;  in vop_virtio_add_device()  local
 397 	s8 db;  in vop_dev_remove()  local
 
 | 
| /Linux-v5.4/drivers/infiniband/hw/bnxt_re/ | 
| D | qplib_rcfw.h | 166 static inline void bnxt_qplib_ring_creq_db64(void __iomem *db, u32 index,  in bnxt_qplib_ring_creq_db64()180 static inline void bnxt_qplib_ring_creq_db_rearm(void __iomem *db, u32 raw_cons,  in bnxt_qplib_ring_creq_db_rearm()
 193 static inline void bnxt_qplib_ring_creq_db(void __iomem *db, u32 raw_cons,  in bnxt_qplib_ring_creq_db()
 
 |