Home
last modified time | relevance | path

Searched defs:db (Results 1 – 25 of 175) sorted by relevance

1234567

/OK3568_Linux_fs/kernel/drivers/net/ethernet/allwinner/
H A Dsun4i-emac.c94 struct emac_board_info *db = netdev_priv(dev); in emac_update_speed() local
107 struct emac_board_info *db = netdev_priv(dev); in emac_update_duplex() local
120 struct emac_board_info *db = netdev_priv(dev); in emac_handle_link_change() local
159 struct emac_board_info *db = netdev_priv(dev); in emac_mdio_probe() local
188 static void emac_reset(struct emac_board_info *db) in emac_reset()
219 struct emac_board_info *db = netdev_priv(dev); in emac_get_msglevel() local
226 struct emac_board_info *db = netdev_priv(dev); in emac_set_msglevel() local
242 struct emac_board_info *db = netdev_priv(ndev); in emac_setup() local
285 struct emac_board_info *db = netdev_priv(ndev); in emac_set_rx_mode() local
305 struct emac_board_info *db = netdev_priv(ndev); in emac_powerup() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/davicom/
H A Ddm9000.c142 #define dm9000_dbg(db, lev, msg...) do { \ argument
159 ior(struct board_info *db, int reg) in ior()
170 iow(struct board_info *db, int reg, int value) in iow()
177 dm9000_reset(struct board_info *db) in dm9000_reset()
269 static void dm9000_msleep(struct board_info *db, unsigned int ms) in dm9000_msleep()
281 struct board_info *db = netdev_priv(dev); in dm9000_phy_read() local
327 struct board_info *db = netdev_priv(dev); in dm9000_phy_write() local
374 static void dm9000_set_io(struct board_info *db, int byte_width) in dm9000_set_io()
406 static void dm9000_schedule_poll(struct board_info *db) in dm9000_schedule_poll()
423 dm9000_read_locked(struct board_info *db, int reg) in dm9000_read_locked()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/dec/tulip/
H A Duli526x.c239 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
428 struct uli526x_board_info *db = netdev_priv(dev); in uli526x_remove_one() local
451 struct uli526x_board_info *db = netdev_priv(dev); in uli526x_open() local
499 struct uli526x_board_info *db = netdev_priv(dev); in uli526x_init() local
582 struct uli526x_board_info *db = netdev_priv(dev); in uli526x_start_xmit() local
649 struct uli526x_board_info *db = netdev_priv(dev); in uli526x_stop() local
681 struct uli526x_board_info *db = netdev_priv(dev); in uli526x_interrupt() local
730 struct uli526x_board_info *db = netdev_priv(dev); in uli526x_poll() local
742 struct uli526x_board_info * db) in uli526x_free_tx_pkt()
[all …]
H A Ddmfe.c354 struct dmfe_board_info *db; /* board information structure */ in dmfe_init_one() local
517 struct dmfe_board_info *db = netdev_priv(dev); in dmfe_remove_one() local
546 struct dmfe_board_info *db = netdev_priv(dev); in dmfe_open() local
603 struct dmfe_board_info *db = netdev_priv(dev); in dmfe_init_dm910x() local
670 struct dmfe_board_info *db = netdev_priv(dev); in dmfe_start_xmit() local
740 struct dmfe_board_info *db = netdev_priv(dev); in dmfe_stop() local
783 struct dmfe_board_info *db = netdev_priv(dev); in dmfe_interrupt() local
848 struct dmfe_board_info *db = netdev_priv(dev); in poll_dmfe() local
863 static void dmfe_free_tx_pkt(struct net_device *dev, struct dmfe_board_info *db) in dmfe_free_tx_pkt()
945 static void dmfe_rx_packet(struct net_device *dev, struct dmfe_board_info *db) in dmfe_rx_packet()
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/
H A Dhns_roce_db.c13 struct hns_roce_db *db) in hns_roce_db_map_user()
58 struct hns_roce_db *db) in hns_roce_db_unmap_user()
96 struct hns_roce_db *db, int order) in hns_roce_alloc_db_from_pgdir()
126 int hns_roce_alloc_db(struct hns_roce_dev *hr_dev, struct hns_roce_db *db, in hns_roce_alloc_db()
155 void hns_roce_free_db(struct hns_roce_dev *hr_dev, struct hns_roce_db *db) in hns_roce_free_db()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/crypt/
H A Dhandle.c17 void handle_db_destroy(struct handle_db *db) in handle_db_destroy()
26 int handle_get(struct handle_db *db, void *ptr) in handle_get()
61 void *handle_put(struct handle_db *db, int handle) in handle_put()
73 void *handle_lookup(struct handle_db *db, int handle) in handle_lookup()
/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dbsd_comp.c222 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 …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/tehuti/
H A Dtehuti.c923 static void bdx_rxdb_destroy(struct rxdb *db) in bdx_rxdb_destroy()
930 struct rxdb *db; in bdx_rxdb_create() local
949 static inline int bdx_rxdb_alloc_elem(struct rxdb *db) in bdx_rxdb_alloc_elem()
955 static inline void *bdx_rxdb_addr_elem(struct rxdb *db, int n) in bdx_rxdb_addr_elem()
961 static inline int bdx_rxdb_available(struct rxdb *db) in bdx_rxdb_available()
966 static inline void bdx_rxdb_free_elem(struct rxdb *db, int n) in bdx_rxdb_free_elem()
1027 struct rxdb *db = priv->rxdb; in bdx_rx_free_skbs() local
1091 struct rxdb *db = priv->rxdb; in bdx_rx_alloc_skbs() local
1152 struct rxdb *db; in bdx_recycle_skb() local
1205 struct rxdb *db = NULL; in bdx_rx_receive() local
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/ps3/
H A Dos-area.c373 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 …]
/OK3568_Linux_fs/kernel/lib/
H A Ddebugobjects.c462 struct debug_bucket *db = obj_hash; in debug_objects_oom() local
556 struct debug_bucket *db; in __debug_object_init() local
643 struct debug_bucket *db; in debug_object_activate() local
720 struct debug_bucket *db; in debug_object_deactivate() local
773 struct debug_bucket *db; in debug_object_destroy() local
823 struct debug_bucket *db; in debug_object_free() local
863 struct debug_bucket *db; in debug_object_assert_init() local
912 struct debug_bucket *db; in debug_object_active_state() local
959 struct debug_bucket *db; in __debug_check_no_obj_freed() local
1163 struct debug_bucket *db; in check_results() local
[all …]
/OK3568_Linux_fs/u-boot/drivers/net/
H A Duli526x.c208 struct uli526x_board_info *db; /* board information structure */ in uli526x_initialize() local
261 struct uli526x_board_info *db = dev->priv; in uli526x_init_one() local
341 struct uli526x_board_info *db = dev->priv; in uli526x_disable() local
367 struct uli526x_board_info *db = dev->priv; in uli526x_init() local
443 struct uli526x_board_info *db = dev->priv; in uli526x_start_xmit() local
496 struct uli526x_board_info *db) in uli526x_free_tx_pkt()
541 struct uli526x_board_info *db = dev->priv; in uli526x_rx_packet() local
624 static void uli526x_descriptor_init(struct uli526x_board_info *db, in uli526x_descriptor_init()
704 static void allocate_rx_buffer(struct uli526x_board_info *db) in allocate_rx_buffer()
774 static void uli526x_set_phyxcer(struct uli526x_board_info *db) in uli526x_set_phyxcer()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_hwinfo.c129 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
/OK3568_Linux_fs/kernel/security/integrity/platform_certs/
H A Dload_uefi.c52 unsigned int db = 0; in uefi_check_ignore_db() local
68 void *db; in get_cert_list() local
162 void *db = NULL, *dbx = NULL, *mokx = NULL; in load_uefi_certs() local
H A Dload_powerpc.c24 void *db; in get_cert_list() local
53 void *db = NULL, *dbx = NULL; in load_powerpc_certs() local
/OK3568_Linux_fs/kernel/drivers/mailbox/
H A Dtegra-hsp.c132 static bool tegra_hsp_doorbell_can_ring(struct tegra_hsp_doorbell *db) in tegra_hsp_doorbell_can_ring()
156 struct tegra_hsp_doorbell *db; in tegra_hsp_doorbell_get() local
169 struct tegra_hsp_doorbell *db; in tegra_hsp_doorbell_irq() local
182 struct tegra_hsp_doorbell *db; in tegra_hsp_doorbell_irq() local
274 struct tegra_hsp_doorbell *db; in tegra_hsp_doorbell_create() local
301 struct tegra_hsp_doorbell *db = chan->con_priv; in tegra_hsp_doorbell_send_data() local
310 struct tegra_hsp_doorbell *db = chan->con_priv; in tegra_hsp_doorbell_startup() local
348 struct tegra_hsp_doorbell *db = chan->con_priv; in tegra_hsp_doorbell_shutdown() local
511 struct tegra_hsp_doorbell *db; in tegra_hsp_db_xlate() local
790 struct tegra_hsp_doorbell *db; in tegra_hsp_resume() local
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_dir2.h161 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()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dsqlite3.cpp45 void checkDatabaseError(const QSqlDatabase &db) { in checkDatabaseError()
71 auto db = QSqlDatabase::database(connectionName); in ~DatabaseImpl() local
84 StatementImpl(const QString& sql, const QSqlDatabase& db) : query(db) { in StatementImpl()
110 auto db = QSqlDatabase::addDatabase("QSQLITE", connectionName); in tryOpen() local
167 auto db = QSqlDatabase::database(connectionName); in setBusyTimeout() local
205 Statement::Statement(Database& db, const char* sql) in Statement()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Dalloc.c210 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()
H A Dwq.h48 struct mlx5_db db; member
53 __be32 *db; member
66 __be32 *db; member
72 __be32 *db; member
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Ddoorbell.c48 struct mlx5_db *db) in mlx5_ib_db_map_user()
88 void mlx5_ib_db_unmap_user(struct mlx5_ib_ucontext *context, struct mlx5_db *db) in mlx5_ib_db_unmap_user()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx4/
H A Ddoorbell.c46 struct mlx4_db *db) in mlx4_ib_db_map_user()
88 void mlx4_ib_db_unmap_user(struct mlx4_ib_ucontext *context, struct mlx4_db *db) in mlx4_ib_db_unmap_user()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_edid.c1940 static bool cea_db_is_extended_tag(const void *db, int tag) in cea_db_is_extended_tag()
1947 static bool cea_db_is_hdmi_forum_eeodb(const void *db) in cea_db_is_hdmi_forum_eeodb()
3999 do_cea_modes(struct drm_connector *connector, const u8 *db, u8 len) in do_cea_modes()
4162 do_hdmi_vsdb_modes(struct drm_connector *connector, const u8 *db, u8 len, in do_hdmi_vsdb_modes()
4299 cea_db_payload_len(const u8 *db) in cea_db_payload_len()
4305 cea_db_extended_tag(const u8 *db) in cea_db_extended_tag()
4311 cea_db_tag(const u8 *db) in cea_db_tag()
4371 static bool cea_db_is_hdmi_vsdb(const u8 *db) in cea_db_is_hdmi_vsdb()
4386 static bool cea_db_is_hdmi_forum_vsdb(const u8 *db) in cea_db_is_hdmi_forum_vsdb()
4401 static bool cea_db_is_vcdb(const u8 *db) in cea_db_is_vcdb()
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mthca/
H A Dmthca_doorbell.h65 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_doorbell.c211 void write_kernel_doorbell(void __iomem *db, u32 value) in write_kernel_doorbell()
219 void write_kernel_doorbell64(void __iomem *db, u64 value) in write_kernel_doorbell64()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dsqlite3.cpp33 sqlite3* db; member in mapbox::sqlite::DatabaseImpl
38 StatementImpl(sqlite3* db, const char* sql) in StatementImpl()
88 sqlite3* db = nullptr; in tryOpen() local
150 Statement::Statement(Database& db, const char* sql) in Statement()

1234567