Home
last modified time | relevance | path

Searched refs:d (Results 251 – 275 of 8770) sorted by relevance

1...<<11121314151617181920>>...351

/openbmc/openbmc/poky/meta/lib/oe/
H A Dutils.py35 def vartrue(var, iftrue, iffalse, d): argument
56 val1 = d.getVar(variable1)
57 val2 = d.getVar(variable2)
84 def prune_suffix(var, suffixes, d): argument
91 prefix = d.getVar("MLPREFIX")
97 def str_filter(f, str, d): argument
101 def str_filter_out(f, str, d): argument
109 def inherits(d, *classes): argument
113 def features_backfill(var,d): argument
226 pn = d.getVar('PN')
[all …]
H A Dprservice.py7 def prserv_make_conn(d, check = False): argument
21 def prserv_dump_db(d): argument
22 if not d.getVar('PRSERV_HOST'):
26 conn = prserv_make_conn(d)
38 return d
41 if not d.getVar('PRSERV_HOST'):
45 conn = prserv_make_conn(d)
52 for v in d.keys():
79 df = d.getVar('PRSERV_DUMPFILE')
116 def prserv_check_avail(d): argument
[all …]
/openbmc/qemu/hw/isa/
H A Dpiix.c171 d->pic_levels = 0; in piix_reset()
172 d->rcr = 0; in piix_reset()
284 return d->rcr; in rcr_read()
311 memory_region_init_io(&d->rcr_mem, OBJECT(dev), &rcr_ops, d, in pci_piix_realize()
317 if (d->has_pic) { in pci_piix_realize()
335 if (d->has_pit) { in pci_piix_realize()
356 if (d->has_usb) { in pci_piix_realize()
365 if (d->has_acpi) { in pci_piix_realize()
366 object_initialize_child(OBJECT(d), "pm", &d->pm, TYPE_PIIX4_PM); in pci_piix_realize()
369 qdev_prop_set_bit(DEVICE(&d->pm), "smm-enabled", d->smm_enabled); in pci_piix_realize()
[all …]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dkernel-module-split.bbclass33 …ls.contains('DISTRO_FEATURES', 'systemd', '${nonarch_libdir}', '${sysconfdir}', d)}/modules-load.d"
34 …s.contains('DISTRO_FEATURES', 'systemd', '${nonarch_base_libdir}', '${sysconfdir}', d)}/modprobe.d"
52 tempfile.tempdir = d.getVar("WORKDIR")
92 dvar = d.getVar('PKGD')
113 d.appendVar('FILES:%s' % pkg, conf2append)
163 kernel_version = d.getVar("KERNEL_VERSION")
165 metapkg = d.getVar('KERNEL_MODULES_META_PACKAGE')
166 splitmods = d.getVar('KERNEL_SPLIT_MODULES')
167 postinst = d.getVar('pkg_postinst:modules')
168 postrm = d.getVar('pkg_postrm:modules')
[all …]
H A Dtestimage.bbclass122 testimage_main(d)
131 def testimage_sanity(d):
173 def testimage_main(d):
199 testimage_sanity(d)
206 pn = d.getVar("PN")
316 export_ssh_agent(d)
319 export_proxies(d)
394 targetdir = os.path.join(get_json_result_dir(d), d.getVar("PN"))
397 …os.symlink(d.getVar("BB_LOGFILE"), os.path.join(targetdir, os.path.basename(d.getVar("BB_LOGFILE")…
404 def get_runtime_paths(d):
[all …]
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_blit.c370 bool unmap_dst = d->dst_addr && dst_page != d->mapped_dst; in vmw_bo_cpu_blit_line()
371 bool unmap_src = d->src_addr && (src_page != d->mapped_src || in vmw_bo_cpu_blit_line()
391 d->dst_addr = in vmw_bo_cpu_blit_line()
404 d->src_addr = in vmw_bo_cpu_blit_line()
505 d.mapped_dst = 0; in vmw_bo_cpu_blit()
506 d.mapped_src = 0; in vmw_bo_cpu_blit()
507 d.dst_addr = NULL; in vmw_bo_cpu_blit()
508 d.src_addr = NULL; in vmw_bo_cpu_blit()
515 d.diff = diff; in vmw_bo_cpu_blit()
528 if (d.src_addr) in vmw_bo_cpu_blit()
[all …]
/openbmc/openbmc/poky/meta/classes/
H A Dcreate-spdx-2.2.bbclass86 def get_json_indent(d):
175 def process_sources(d):
176 pn = d.getVar('PN')
217 dirs[:] = [d for d in dirs if d not in ignore_dirs]
219 dirs[:] = [d for d in dirs if d not in ignore_top_level_dirs]
613 d,
724 deps.append((d.getVar("PN"), d.getVar("BB_HASHFILENAME")))
727 localdata = d
888 def spdx_get_src(d):
918 … src_dir = spdx_workdir + "/" + d.getVar('PN')+ "-" + d.getVar('PV') + "-" + d.getVar('PR')
[all …]
H A Dimage-buildinfo.bbclass20 def image_buildinfo_outputvars(vars, d):
24 value = d.getVar(var) or ""
31 def get_layer_revs(d):
36 def buildinfo_target(d):
38 if d.getVar('BB_WORKERCONTEXT') != '1':
45 if not d.getVar('IMAGE_BUILDINFO_FILE'):
55 buildinfo_target(d),
61 get_layer_revs(d),
70 bb.build.exec_func("buildinfo", d)
75 d.setVar("IMAGE_BUILDINFO_FILE", d.getVar("SDK_BUILDINFO_FILE"))
[all …]
H A Dexternalsrc.bbclass44 bpn = d.getVar('BPN')
66 bb.fetch.get_hashvalue(d)
68 fetch = bb.fetch2.Fetch((d.getVar('SRC_URI') or '').split(), d)
83 tasks = filter(lambda k: d.getVarFlag(k, "task"), d.keys())
86 if os.path.realpath(d.getVar('S')) == os.path.realpath(d.getVar('B')):
90 for v in d.keys():
126 d.setVarFlag('do_compile', 'file-checksums', '${@srctree_hash_files(d)}')
133 d.appendVar('RM_WORK_EXCLUDE', ' ' + d.getVar('PN'))
136 'do_clean' if d.getVar('S') == d.getVar('B') else None,
143 if d.getVar('S') == d.getVar('B'):
[all …]
H A Darchiver.bbclass103 pn = d.getVar('PN')
159 if d.getVarFlag('ARCHIVER_MODE', 'srpm') == "1" and d.getVar('PACKAGES'):
273 create_tarball(d, d.getVar('S'), 'patched', ar_outdir)
280 d.setVar('STAGING_DIR_HOST', d.getVar('STAGING_DIR_HOST'))
281 d.setVar('STAGING_DIR_TARGET', d.getVar('STAGING_DIR_TARGET'))
282 d.setVar('RECIPE_SYSROOT', d.getVar('RECIPE_SYSROOT'))
283 d.setVar('RECIPE_SYSROOT_NATIVE', d.getVar('RECIPE_SYSROOT_NATIVE'))
292 d.setVar('WORKDIR', d.getVar('ARCHIVER_WORKDIR'))
315 d.setVar('WORKDIR', d.getVar('ARCHIVER_WORKDIR'))
513 if not (d.getVar('SRC_URI') == "" or is_work_shared(d)):
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dclearcase.py63 def init(self, d): argument
66 def supports(self, ud, d): argument
75 def urldata_init(self, ud, d): argument
111 ud.viewname = "%s-view%s" % (ud.identifier, d.getVar("DATETIME", d, True))
174 custom_config_spec = d.getVar("CCASE_CUSTOM_CONFIG_SPEC", d)
199 ud.identifier += "-%s" % d.getVar("DATETIME",d, True)
211 def download(self, ud, d): argument
221 runfetchcmd(cmd, d)
243 self.clean(ud, d);
245 def clean(self, ud, d): argument
[all …]
H A Dsvn.py24 def supports(self, ud, d): argument
30 def urldata_init(self, ud, d): argument
47 svndir = d.getVar("SVNDIR") or (d.getVar("DL_DIR") + "/svn")
55 ud.setup_revisions(d)
122 def download(self, ud, d): argument
174 def clean(self, ud, d): argument
184 def _revision_key(self, ud, d, name): argument
190 def _latest_revision(self, ud, d, name): argument
194 bb.fetch2.check_network_access(d, self._buildsvncommand(ud, d, "log1"), ud.url)
196 output = runfetchcmd("LANG=C LC_ALL=C " + self._buildsvncommand(ud, d, "log1"), d, True)
[all …]
H A Dosc.py27 def supports(self, ud, d): argument
33 def urldata_init(self, ud, d): argument
40 oscdir = d.getVar("OSCDIR") or (d.getVar("DL_DIR") + "/osc")
49 pv = d.getVar("PV", False)
58 def _buildosccommand(self, ud, d, command): argument
70 config = "-c %s" % self.generate_config(ud, d)
88 def _latest_revision(self, ud, d, name): argument
94 output = runfetchcmd(api_source_cmd, d)
100 def _revision_key(self, ud, d, name): argument
109 def download(self, ud, d): argument
[all …]
/openbmc/linux/drivers/gpio/
H A Dgpio-ixp4xx.c70 irq_chip_mask_parent(d); in ixp4xx_gpio_mask_irq()
81 ixp4xx_gpio_irq_ack(d); in ixp4xx_gpio_irq_unmask()
83 gpiochip_enable_irq(gc, d->hwirq); in ixp4xx_gpio_irq_unmask()
84 irq_chip_unmask_parent(d); in ixp4xx_gpio_irq_unmask()
91 int line = d->hwirq; in ixp4xx_gpio_irq_set_type()
101 g->irq_edge |= BIT(d->hwirq); in ixp4xx_gpio_irq_set_type()
106 g->irq_edge |= BIT(d->hwirq); in ixp4xx_gpio_irq_set_type()
111 g->irq_edge |= BIT(d->hwirq); in ixp4xx_gpio_irq_set_type()
116 g->irq_edge &= ~BIT(d->hwirq); in ixp4xx_gpio_irq_set_type()
121 g->irq_edge &= ~BIT(d->hwirq); in ixp4xx_gpio_irq_set_type()
[all …]
/openbmc/qemu/block/
H A Dtrace-events67 …n(void *s, int blocked, int queued, int inflight) "LuringState %p blocked %d queued %d inflight %d"
68 …t(void *s, int blocked, int queued, int inflight) "LuringState %p blocked %d queued %d inflight %d"
98 qcow2_l2_allocate_done(void *bs, int l1_index, int ret) "bs %p l1_index %d ret %d"
102 qcow2_cache_get_replace_entry(void *co, int c, int i) "co %p is_l2_cache %d index %d"
103 qcow2_cache_get_read(void *co, int c, int i) "co %p is_l2_cache %d index %d"
104 qcow2_cache_get_done(void *co, int c, int i) "co %p is_l2_cache %d index %d"
106 qcow2_cache_entry_flush(void *co, int c, int i) "co %p is_l2_cache %d index %d"
141 …ic, int sq_head, int sqid, int cid, int status) "cmd_specific %d sq_head %d sqid %d cid %d status …
161 nvme_cmd_map_qiov_iov(void *s, int i, void *page, int pages) "s %p iov[%d] %p pages %d"
198 curl_sock_cb(int action, int fd) "sock action %d on fd %d"
[all …]
/openbmc/qemu/tests/qtest/
H A Dwdt_ib700-test.c59 QDict *d; in ib700_pause() local
63 d = ib700_program_and_wait(s); in ib700_pause()
65 qobject_unref(d); in ib700_pause()
72 QDict *d; in ib700_reset() local
76 d = ib700_program_and_wait(s); in ib700_reset()
78 qobject_unref(d); in ib700_reset()
85 QDict *d; in ib700_shutdown() local
90 d = ib700_program_and_wait(s); in ib700_shutdown()
92 qobject_unref(d); in ib700_shutdown()
99 QDict *d; in ib700_none() local
[all …]
/openbmc/linux/drivers/media/usb/dvb-usb-v2/
H A Dlmedm04.c383 d->udev, in lme2510_int_read()
413 mutex_lock(&d->i2c_mutex); in lme2510_pid_filter_ctrl()
461 ret = usb_control_msg(d->udev, usb_rcvctrlpipe(d->udev, 0), in lme2510_return_status()
495 mutex_lock(&d->i2c_mutex); in lme2510_i2c_xfer()
751 lme_coldreset(d); in lme_firmware_switch()
997 &d->i2c_adap); in dm04_lme2510_frontend_attach()
1039 d->rc_map = NULL; in dm04_lme2510_frontend_attach()
1070 &d->i2c_adap, 1)) in dm04_lme2510_tuner()
1075 &d->i2c_adap)) in dm04_lme2510_tuner()
1156 struct dvb_usb_device *d; in lme2510_get_stream_config() local
[all …]
H A Dec168.c127 ret = ec168_ctrl_msg(d, &req); in ec168_i2c_xfer()
147 ret = ec168_ctrl_msg(d, &req); in ec168_i2c_xfer()
170 mutex_unlock(&d->i2c_mutex); in ec168_i2c_xfer()
192 ret = ec168_ctrl_msg(d, &req); in ec168_identify_state()
226 ret = ec168_ctrl_msg(d, &req); in ec168_download_firmware()
228 dev_err(&d->udev->dev, in ec168_download_firmware()
241 ret = ec168_ctrl_msg(d, &req); in ec168_download_firmware()
249 ret = ec168_ctrl_msg(d, &req); in ec168_download_firmware()
257 ret = ec168_ctrl_msg(d, &req); in ec168_download_firmware()
277 &d->i2c_adap); in ec168_ec100_frontend_attach()
[all …]
/openbmc/linux/drivers/regulator/
H A Dirq_helpers.c60 d = &h->desc; in regulator_notifier_isr_work()
65 if (d->fatal_cnt && h->retry_cnt > d->fatal_cnt) { in regulator_notifier_isr_work()
66 if (!d->die) in regulator_notifier_isr_work()
69 ret = d->die(rid); in regulator_notifier_isr_work()
85 if (d->renable) { in regulator_notifier_isr_work()
165 d = &h->desc; in regulator_notifier_isr()
169 if (d->fatal_cnt) in regulator_notifier_isr()
263 if (d->fatal_cnt && h->retry_cnt > d->fatal_cnt) { in regulator_notifier_isr()
265 if (!d->die) { in regulator_notifier_isr()
346 if (!rdev_amount || !d || !d->map_event || !d->name) in regulator_irq_helper()
[all …]
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dsb1250-mac.c142 #define SBDMA_NEXTBUF(d,f) ((((d)->f+1) == (d)->sbdma_dscrtable_end) ? \ argument
143 (d)->sbdma_dscrtable : (d)->f+1)
637 d->sbdma_dscrtable_end = d->sbdma_dscrtable + d->sbdma_maxdescr; in sbdma_initctx()
645 d->sbdma_ctxtable = kcalloc(d->sbdma_maxdescr, in sbdma_initctx()
708 d->sbdma_addptr = d->sbdma_dscrtable; in sbdma_channel_start()
709 d->sbdma_remptr = d->sbdma_dscrtable; in sbdma_channel_start()
944 d->sbdma_ctxtable[dsc-d->sbdma_dscrtable] = sb; in sbdma_add_txbuffer()
1188 d->sbdma_remptr = SBDMA_NEXTBUF(d,sbdma_remptr); in sbdma_rx_process()
1230 if (d->sbdma_remptr == d->sbdma_addptr) in sbdma_tx_process()
1248 curidx = d->sbdma_remptr - d->sbdma_dscrtable; in sbdma_tx_process()
[all …]
/openbmc/linux/include/net/bluetooth/
H A Drfcomm.h235 void rfcomm_dlc_free(struct rfcomm_dlc *d);
243 void rfcomm_dlc_accept(struct rfcomm_dlc *d);
246 #define rfcomm_dlc_lock(d) mutex_lock(&d->lock) argument
247 #define rfcomm_dlc_unlock(d) mutex_unlock(&d->lock) argument
251 refcount_inc(&d->refcnt); in rfcomm_dlc_hold()
256 if (refcount_dec_and_test(&d->refcnt)) in rfcomm_dlc_put()
257 rfcomm_dlc_free(d); in rfcomm_dlc_put()
260 void __rfcomm_dlc_throttle(struct rfcomm_dlc *d);
266 __rfcomm_dlc_throttle(d); in rfcomm_dlc_throttle()
272 __rfcomm_dlc_unthrottle(d); in rfcomm_dlc_unthrottle()
[all …]
/openbmc/pyphosphor/obmc/utils/
H A Dpathtree.py28 d = d[k]['children']
105 d = self.root
107 d = d[k][kids]
109 if 'data' not in d[elements[-1]] and not d[elements[-1]][kids]:
116 d = self.root
119 d = d[k][kids]
138 d = self.root
141 d = d[k][kids]
154 d = d.setdefault(k, {kids: {}})[kids]
233 d = result
[all …]
/openbmc/linux/drivers/opp/
H A Ddebugfs.c60 struct dentry *d; in opp_debug_create_bw() local
68 d = debugfs_create_dir(name, pdentry); in opp_debug_create_bw()
74 debugfs_create_u32("avg_bw", S_IRUGO, d, in opp_debug_create_bw()
101 struct dentry *d; in opp_debug_create_supplies() local
110 d = debugfs_create_dir(name, pdentry); in opp_debug_create_supplies()
132 struct dentry *d; in opp_debug_create_one() local
151 d = debugfs_create_dir(name, pdentry); in opp_debug_create_one()
168 opp->dentry = d; in opp_debug_create_one()
175 struct dentry *d; in opp_list_debug_create_dir() local
182 opp_dev->dentry = d; in opp_list_debug_create_dir()
[all …]
/openbmc/linux/arch/arm/boot/compressed/
H A Dstring.c36 *d++ = *s++; in memcpy()
37 *d++ = *s++; in memcpy()
38 *d++ = *s++; in memcpy()
39 *d++ = *s++; in memcpy()
40 *d++ = *s++; in memcpy()
41 *d++ = *s++; in memcpy()
42 *d++ = *s++; in memcpy()
43 *d++ = *s++; in memcpy()
47 *d++ = *s++; in memcpy()
48 *d++ = *s++; in memcpy()
[all …]
/openbmc/qemu/hw/audio/
H A Des1370.c490 d->scount >> 16, d->scount & 0xffff); in es1370_write()
494 d += 2; in es1370_write()
512 d += 2; in es1370_write()
521 d->frame_cnt >> 16, d->frame_cnt & 0xffff); in es1370_write()
560 d->scount >> 16, d->scount & 0xffff); in es1370_read()
565 d += 2; in es1370_read()
572 d->frame_cnt >> 16, d->frame_cnt & 0xffff); in es1370_read()
577 d += 2; in es1370_read()
689 d->leftover = (transferred + d->leftover) & 3; in es1370_transfer_audio()
691 d->frame_cnt >> 16, d->frame_cnt & 0xffff, in es1370_transfer_audio()
[all …]

1...<<11121314151617181920>>...351