Home
last modified time | relevance | path

Searched refs:db (Results 1 – 25 of 592) sorted by relevance

12345678910>>...24

/openbmc/linux/drivers/net/ethernet/dec/tulip/
H A Ddmfe.c523 pci_iounmap(db->pdev, db->ioaddr); in dmfe_remove_one()
766 db->tx_jabber_timeout, db->reset_count, db->reset_cr8, in dmfe_stop()
1212 dmfe_phy_read (db->ioaddr, db->phy_addr, 1, db->chip_id); in dmfe_timer()
1706 dmfe_phy_write(db->ioaddr, db->phy_addr, 4, phy_reg, db->chip_id); in dmfe_set_phyxcer()
1710 dmfe_phy_write(db->ioaddr, db->phy_addr, 0, 0x1800, db->chip_id); in dmfe_set_phyxcer()
1712 dmfe_phy_write(db->ioaddr, db->phy_addr, 0, 0x1200, db->chip_id); in dmfe_set_phyxcer()
2027 dmfe_phy_write(db->ioaddr, db->phy_addr, 16, db->HPNA_command, db->chip_id); in dmfe_program_DM9801()
2028 dmfe_phy_write(db->ioaddr, db->phy_addr, 17, reg17, db->chip_id); in dmfe_program_DM9801()
2029 dmfe_phy_write(db->ioaddr, db->phy_addr, 25, reg25, db->chip_id); in dmfe_program_DM9801()
2042 dmfe_phy_write(db->ioaddr, db->phy_addr, 16, db->HPNA_command, db->chip_id); in dmfe_program_DM9802()
[all …]
H A Duli526x.c335 db->buf_pool_start = db->buf_pool_ptr; in uli526x_init_one()
664 db->phy.write(db, db->phy_addr, 0, 0x8000); in uli526x_stop()
770 update_cr6(db->cr6_data, db->ioaddr); in uli526x_free_tx_pkt()
898 update_cr6(db->cr6_data, db->ioaddr); in uli526x_set_filter_mode()
1079 update_cr6(db->cr6_data, db->ioaddr); in uli526x_timer()
1275 db->tx_insert_ptr = db->first_tx_desc; in uli526x_descriptor_init()
1276 db->tx_remove_ptr = db->first_tx_desc; in uli526x_descriptor_init()
1282 db->rx_insert_ptr = db->first_rx_desc; in uli526x_descriptor_init()
1283 db->rx_ready_ptr = db->first_rx_desc; in uli526x_descriptor_init()
1549 phy->write(db, db->phy_addr, 0, 0x1200); in uli526x_set_phyxcer()
[all …]
/openbmc/linux/drivers/net/ethernet/davicom/
H A Ddm9051.c125 netif_err(db, drv, db->ndev, "%s: error %d set reg %02x\n", in dm9051_set_reg()
137 netif_err(db, drv, db->ndev, "%s: error %d update bits reg %02x\n", in dm9051_update_bits()
274 ret = dm9051_set_regs(db, DM9051_MAR, db->rctl.hash_table, sizeof(db->rctl.hash_table)); in dm9051_set_recv()
300 return dm9051_set_reg(db, DM9051_INTCR, dm9051_intcr_value(db)); in dm9051_core_reset()
322 return dm9051_set_reg(db, DM9051_IMR, db->imr_all); /* enable int */ in dm9051_enable_interrupt()
507 db->regmap_dm = devm_regmap_init_spi(db->spidev, &regconfigdm); in dm9051_map_init()
723 db->bc.status_err_counter + db->bc.large_err_counter, in dm9051_all_restart()
952 memset(db->rctl.hash_table, 0, sizeof(db->rctl.hash_table)); in dm9051_open()
1005 free_irq(db->spidev->irq, db); in dm9051_stop()
1116 db->mdiobus->priv = db; in dm9051_mdio_register()
[all …]
H A Ddm9000.c267 if (db->in_suspend || db->in_timeout) in dm9000_msleep()
791 mii_check_media(&db->mii, netif_msg_link(db), 0); in dm9000_poll_work()
891 iow(db, DM9000_IMR, db->imr_all); in dm9000_unmask_interrupts()
1030 (db->outblk)(db->io_data, skb->data, skb->len); in dm9000_start_xmit()
1117 (db->inblk)(db->io_data, &rxhdr, sizeof(rxhdr)); in dm9000_rx()
1166 (db->inblk)(db->io_data, rdptr, RxLen); in dm9000_rx()
1183 (db->dumpblk)(db->io_data, RxLen); in dm9000_rx()
1322 mii_check_media(&db->mii, netif_msg_link(db), 1); in dm9000_open()
1500 if (!db->addr_res || !db->data_res) { in dm9000_probe()
1502 db->addr_res, db->data_res); in dm9000_probe()
[all …]
/openbmc/linux/drivers/net/ethernet/allwinner/
H A Dsun4i-emac.c123 if (db->duplex) in emac_update_duplex()
155 db->speed = 0; in emac_handle_link_change()
175 phydev = of_phy_connect(db->ndev, db->phy_node, in emac_mdio_probe()
186 db->link = 0; in emac_mdio_probe()
187 db->speed = 0; in emac_mdio_probe()
188 db->duplex = -1; in emac_mdio_probe()
230 req->db = db; in emac_alloc_dma_req()
246 struct emac_board_info *db = req->db; in emac_dma_done_callback() local
528 emac_reset(db); in emac_timeout()
839 emac_reset(db); in emac_open()
[all …]
/openbmc/linux/drivers/net/ppp/
H A Dbsd_comp.c251 if (db->in_count >= db->checkpoint) in bsd_check()
256 db->in_count -= (db->in_count >> 2); in bsd_check()
257 db->bytes_out -= (db->bytes_out >> 2); in bsd_check()
260 db->checkpoint = db->in_count + CHECK_GAP; in bsd_check()
262 if (db->max_ent >= db->maxmaxcode) in bsd_check()
329 if (!db) in bsd_free()
345 kfree(db); in bsd_free()
548 #define lens_ptr(db,idx) lens_ptrx(db,idx) argument
549 #define dict_ptr(db,idx) dict_ptrx(db,idx) argument
880 db->unit, seq, db->seqno - 1); in bsd_decompress()
[all …]
/openbmc/u-boot/drivers/net/
H A Duli526x.c289 db->buf_pool_start = db->buf_pool_ptr; in uli526x_init_one()
346 uli_phy_write(db->ioaddr, db->phy_addr, 0, 0x8000, db->chip_id); in uli526x_disable()
374 outl(db->cr0_data, db->ioaddr + DCR0); in uli526x_init()
402 db->phy_addr, 0, db->chip_id); in uli526x_init()
419 update_cr6(db->cr6_data, db->ioaddr); in uli526x_init()
423 outl(db->cr7_data, db->ioaddr + DCR7); in uli526x_init()
430 update_cr6(db->cr6_data, db->ioaddr); in uli526x_init()
517 db->cr6_data = db->cr6_data | in uli526x_free_tx_pkt()
643 db->rx_ready_ptr = db->first_rx_desc; in uli526x_descriptor_init()
800 uli_phy_write(db->ioaddr, db->phy_addr, 4, phy_reg, db->chip_id); in uli526x_set_phyxcer()
[all …]
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-magnachip-d53e6ea8966.c219 dev_err(db->dev, in d53e6ea8966_prepare()
227 if (db->enable) in d53e6ea8966_prepare()
238 db->panel_info->panel_init_seq(db); in d53e6ea8966_prepare()
273 if (db->enable) in d53e6ea8966_unprepare()
278 if (db->reg_elvdd) in d53e6ea8966_unprepare()
350 db->bl_dev = devm_backlight_device_register(dev, "panel", dev, db, in ams495qa01_backlight_register()
373 db = devm_kzalloc(dev, sizeof(*db), GFP_KERNEL); in d53e6ea8966_probe()
374 if (!db) in d53e6ea8966_probe()
379 db->dev = dev; in d53e6ea8966_probe()
432 ret = db->panel_info->backlight_register(db); in d53e6ea8966_probe()
[all …]
H A Dpanel-samsung-db7430.c96 db->regulators); in db7430_power_on()
169 db->regulators); in db7430_power_off()
267 struct db7430 *db; in db7430_probe() local
270 db = devm_kzalloc(dev, sizeof(*db), GFP_KERNEL); in db7430_probe()
271 if (!db) in db7430_probe()
273 db->dev = dev; in db7430_probe()
283 db->regulators); in db7430_probe()
288 if (IS_ERR(db->reset)) { in db7430_probe()
289 ret = PTR_ERR(db->reset); in db7430_probe()
305 spi_set_drvdata(spi, db); in db7430_probe()
[all …]
/openbmc/qemu/accel/tcg/
H A Dtranslator.c33 set_can_do_io(db, true); in translator_io_start()
92 set_can_do_io(db, db->max_insns == 1); in gen_tb_start()
135 db->tb = tb; in translator_loop()
136 db->pc_first = pc; in translator_loop()
137 db->pc_next = pc; in translator_loop()
139 db->num_insns = 0; in translator_loop()
172 if (db->num_insns == db->max_insns) { in translator_loop()
198 if (tcg_op_buf_full() || db->num_insns >= db->max_insns) { in translator_loop()
205 ops->tb_stop(db, cpu); in translator_loop()
213 tb->size = db->pc_next - db->pc_first; in translator_loop()
[all …]
/openbmc/libpldm/tests/
H A Dinstance-id.cpp30 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
217 struct pldm_instance_db* db = nullptr; in TEST_F() local
[all …]
/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_db.c11 struct hns_roce_db *db) in hns_roce_db_map_user() argument
46 db->u.user_page = page; in hns_roce_db_map_user()
115 db->u.pgdir = pgdir; in hns_roce_alloc_db_from_pgdir()
116 db->index = i; in hns_roce_alloc_db_from_pgdir()
117 db->db_record = pgdir->page + db->index; in hns_roce_alloc_db_from_pgdir()
118 db->dma = pgdir->db_dma + db->index * HNS_ROCE_DB_UNIT_SIZE; in hns_roce_alloc_db_from_pgdir()
119 db->order = order; in hns_roce_alloc_db_from_pgdir()
160 o = db->order; in hns_roce_free_db()
161 i = db->index; in hns_roce_free_db()
163 if (db->order == 0 && test_bit(i ^ 1, db->u.pgdir->order0)) { in hns_roce_free_db()
[all …]
/openbmc/qemu/include/exec/
H A Dtranslator.h119 void (*tb_start)(DisasContextBase *db, CPUState *cpu);
120 void (*insn_start)(DisasContextBase *db, CPUState *cpu);
122 void (*tb_stop)(DisasContextBase *db, CPUState *cpu);
150 DisasContextBase *db);
170 bool translator_io_start(DisasContextBase *db);
192 uint16_t ret = translator_lduw(env, db, pc); in translator_lduw_swap()
200 translator_ldl_swap(CPUArchState *env, DisasContextBase *db, in translator_ldl_swap() argument
203 uint32_t ret = translator_ldl(env, db, pc); in translator_ldl_swap()
211 translator_ldq_swap(CPUArchState *env, DisasContextBase *db, in translator_ldq_swap() argument
214 uint64_t ret = translator_ldq(env, db, pc); in translator_ldq_swap()
[all …]
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_hwinfo.c159 u8 *db; in hwinfo_try_fetch() local
182 if (!db) in hwinfo_try_fetch()
189 header = (void *)db; in hwinfo_try_fetch()
200 db[*cpp_size] = '\0'; in hwinfo_try_fetch()
202 return (void *)db; in hwinfo_try_fetch()
204 kfree(db); in hwinfo_try_fetch()
218 if (db) in hwinfo_fetch()
219 return db; in hwinfo_fetch()
236 if (!db) in nfp_hwinfo_read()
241 kfree(db); in nfp_hwinfo_read()
[all …]
/openbmc/linux/arch/powerpc/platforms/ps3/
H A Dos-area.c420 if (!i->db) { in db_for_each_64()
421 i->db = db; in db_for_each_64()
423 i->idx = (void *)db + db->index_64; in db_for_each_64()
425 i->value_64 = (void *)db + db->index_64 in db_for_each_64()
451 for (i.db = NULL; db_for_each_64(db, id, &i); ) { in db_delete_64()
481 i.db = NULL; in db_set_64()
507 i.db = NULL; in db_get_64()
529 dump_field(str, db->magic_num, sizeof(db->magic_num)); in _dump_db()
533 db->version); in _dump_db()
642 dump_db(db); in update_flash_db()
[all …]
/openbmc/linux/tools/perf/scripts/python/
H A Dtask-analyzer.py189 global db
190 db = dict()
191 db["running"] = dict()
192 db["cpu"] = dict()
193 db["tid"] = dict()
194 db["global"] = []
702 if tid not in db["tid"]:
703 db["tid"][tid] = []
710 if cpu not in db["cpu"]:
711 db["cpu"][cpu] = []
[all …]
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dsqlite.py171 db.commit()
225 self.db.close()
335 self.db.commit()
383 self.db.commit()
399 self.db.commit()
414 self.db.commit()
436 self.db.commit()
449 self.db.commit()
484 self.db.commit()
498 self.db.commit()
[all …]
/openbmc/linux/net/dsa/
H A Dtrace.h27 const struct dsa_db *db, int err),
29 TP_ARGS(dp, addr, vid, db, err),
47 dsa_db_print(db, __entry->db_buf);
106 dsa_db_print(db, __entry->db_buf);
146 const struct dsa_db *db),
148 TP_ARGS(dp, addr, vid, db),
165 dsa_db_print(db, __entry->db_buf);
179 TP_ARGS(dp, addr, vid, db));
184 TP_ARGS(dp, addr, vid, db));
205 dsa_db_print(db, __entry->db_buf);
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dalloc.c163 struct mlx5_db *db) in mlx5_alloc_db_from_pgdir() argument
175 db->u.pgdir = pgdir; in mlx5_alloc_db_from_pgdir()
176 db->index = i; in mlx5_alloc_db_from_pgdir()
178 db->db = pgdir->db_page + offset / sizeof(*pgdir->db_page); in mlx5_alloc_db_from_pgdir()
181 db->db[0] = 0; in mlx5_alloc_db_from_pgdir()
182 db->db[1] = 0; in mlx5_alloc_db_from_pgdir()
222 __set_bit(db->index, db->u.pgdir->bitmap); in mlx5_db_free()
226 db->u.pgdir->db_page, db->u.pgdir->db_dma); in mlx5_db_free()
227 list_del(&db->u.pgdir->list); in mlx5_db_free()
228 bitmap_free(db->u.pgdir->bitmap); in mlx5_db_free()
[all …]
H A Dwq.c46 err = mlx5_db_alloc_node(mdev, &wq_ctrl->db, param->db_numa_node); in mlx5_wq_cyc_create()
52 wq->db = wq_ctrl->db.db; in mlx5_wq_cyc_create()
69 mlx5_db_free(mdev, &wq_ctrl->db); in mlx5_wq_cyc_create()
146 wq->rq.db = &wq_ctrl->db.db[MLX5_RCV_DBR]; in mlx5_wq_qp_create()
147 wq->sq.db = &wq_ctrl->db.db[MLX5_SND_DBR]; in mlx5_wq_qp_create()
154 mlx5_db_free(mdev, &wq_ctrl->db); in mlx5_wq_qp_create()
174 wq->db = wq_ctrl->db.db; in mlx5_cqwq_create()
192 mlx5_db_free(mdev, &wq_ctrl->db); in mlx5_cqwq_create()
225 wq->db = wq_ctrl->db.db; in mlx5_wq_ll_create()
242 mlx5_db_free(mdev, &wq_ctrl->db); in mlx5_wq_ll_create()
[all …]
/openbmc/linux/security/integrity/platform_certs/
H A Dload_uefi.c54 unsigned int db = 0; in uefi_check_ignore_db() local
55 unsigned long size = sizeof(db); in uefi_check_ignore_db()
70 void *db; in get_cert_list() local
81 db = kmalloc(lsize, GFP_KERNEL); in get_cert_list()
82 if (!db) in get_cert_list()
87 kfree(db); in get_cert_list()
93 return db; in get_cert_list()
164 void *db = NULL, *dbx = NULL, *mokx = NULL; in load_uefi_certs() local
184 if (!db) { in load_uefi_certs()
191 db, dbsize, get_handler_for_db); in load_uefi_certs()
[all …]
/openbmc/linux/lib/
H A Ddebugobjects.c624 struct debug_bucket *db; in __debug_object_init() local
697 struct debug_bucket *db; in debug_object_activate() local
754 struct debug_bucket *db; in debug_object_deactivate() local
765 obj = lookup_object(addr, db); in debug_object_deactivate()
797 struct debug_bucket *db; in debug_object_destroy() local
844 struct debug_bucket *db; in debug_object_free() local
886 struct debug_bucket *db; in debug_object_assert_init() local
927 struct debug_bucket *db; in debug_object_active_state() local
964 struct debug_bucket *db; in __debug_check_no_obj_freed() local
974 db = get_bucket(paddr); in __debug_check_no_obj_freed()
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/
H A Dconf.patch7 diff -urN bind-9.3.1.orig/conf/db.0 bind-9.3.1/conf/db.0
23 diff -urN bind-9.3.1.orig/conf/db.127 bind-9.3.1/conf/db.127
40 diff -urN bind-9.3.1.orig/conf/db.empty bind-9.3.1/conf/db.empty
58 diff -urN bind-9.3.1.orig/conf/db.255 bind-9.3.1/conf/db.255
74 diff -urN bind-9.3.1.orig/conf/db.local bind-9.3.1/conf/db.local
91 diff -urN bind-9.3.1.orig/conf/db.root bind-9.3.1/conf/db.root
153 + file "/etc/bind/db.root";
161 + file "/etc/bind/db.local";
166 + file "/etc/bind/db.127";
171 + file "/etc/bind/db.0";
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/
H A D0001-Fix-makedefs.patch39 - *) if [ -f /usr/include/db.h ]
40 + *) if [ -f "$BUILD_SYSROOT"/usr/include/db.h ]
43 - elif [ -f /usr/include/db/db.h ]
44 + elif [ -f "$BUILD_SYSROOT"/usr/include/db/db.h ]
46 - CCARGS="$CCARGS -I/usr/include/db"
88 - *) if [ -f /usr/include/db.h ]
89 + *) if [ -f "$BUILD_SYSROOT"/usr/include/db.h ]
92 - elif [ -f /usr/include/db/db.h ]
93 + elif [ -f "$BUILD_SYSROOT"/usr/include/db/db.h ]
95 - CCARGS="$CCARGS -I/usr/include/db"
[all …]
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A Dmakedbs.sh7 VAR_DB=/var/db
19 target=$VAR_DB/passwd.db
32 target=$VAR_DB/group.db
57 target=$VAR_DB/ethers.db
69 target=$VAR_DB/protocols.db
83 target=$VAR_DB/rpc.db
97 target=$VAR_DB/services.db
116 target=$VAR_DB/shadow.db
139 target=$VAR_DB/gshadow.db
162 target=$VAR_DB/netgroup.db

12345678910>>...24