Home
last modified time | relevance | path

Searched defs:d (Results 1 – 25 of 2741) sorted by relevance

12345678910>>...110

/openbmc/openbmc/poky/meta/lib/oe/
H A Ddistro_check.py7 def create_socket(url, d): argument
14 def get_links_from_url(url, d): argument
25 def find_latest_numeric_release(url, d): argument
52 def get_source_package_list_from_url(url, section, d): argument
65 def get_source_package_list_from_url_by_letter(url, section, d): argument
77 def get_latest_released_fedora_source_package_list(d): argument
84 def get_latest_released_opensuse_source_package_list(d): argument
92 def get_latest_released_clear_source_package_list(d): argument
97 def find_latest_debian_release(url, d): argument
109 def get_debian_style_source_package_list(url, section, d): argument
[all …]
H A Dpackagedata.py15 def packaged(pkg, d): argument
37 def get_subpkgedata_fn(pkg, d): argument
40 def has_subpkgdata(pkg, d): argument
43 def read_subpkgdata(pkg, d): argument
46 def has_pkgdata(pn, d): argument
50 def read_pkgdata(pn, d): argument
57 def read_subpkgdata_dict(pkg, d): argument
67 def read_subpkgdata_extended(pkg, d): argument
79 def _pkgmap(d): argument
103 def pkgmap(d): argument
[all …]
H A Dspdx30_tasks.py22 def set_timestamp_now(d, o, prop): argument
31 def add_license_expression(d, objset, license_expression, license_data): argument
132 def add_package_files( argument
196 def get_package_sources_from_debug( argument
273 def collect_dep_objsets(d, build): argument
337 def add_download_files(d, objset): argument
420 def set_purposes(d, element, *var_names, force_purposes=[]): argument
441 def create_spdx(d): argument
783 def create_package_spdx(d): argument
881 def write_bitbake_spdx(d): argument
[all …]
H A Dutils.py29 def conditional(variable, checkvalue, truevalue, falsevalue, d): argument
35 def vartrue(var, iftrue, iffalse, d): argument
42 def less_or_equal(variable, checkvalue, truevalue, falsevalue, d): argument
48 def version_less_or_equal(variable, checkvalue, truevalue, falsevalue, d): argument
55 def both_contain(variable1, variable2, checkvalue, d): argument
69 def set_intersect(variable1, variable2, d): argument
84 def prune_suffix(var, suffixes, d): argument
97 def str_filter(f, str, d): argument
101 def str_filter_out(f, str, d): argument
109 def inherits(d, *classes): argument
[all …]
H A Dreproducible.py61 def get_source_date_epoch_from_known_files(d, sourcedir): argument
77 def find_git_folder(d, sourcedir): argument
103 def get_source_date_epoch_from_git(d, sourcedir): argument
123 def get_source_date_epoch_from_youngest_file(d, sourcedir): argument
151 def fixed_source_date_epoch(d): argument
159 def get_source_date_epoch(d, sourcedir): argument
166 def epochfile_read(epochfile, d): argument
190 def epochfile_write(source_date_epoch, epochfile, d): argument
/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Ddev.c31 void ast_vhub_dev_irq(struct ast_vhub_dev *d) in ast_vhub_dev_irq()
45 static void ast_vhub_dev_enable(struct ast_vhub_dev *d) in ast_vhub_dev_enable()
89 static void ast_vhub_dev_disable(struct ast_vhub_dev *d) in ast_vhub_dev_disable()
108 static int ast_vhub_dev_feature(struct ast_vhub_dev *d, in ast_vhub_dev_feature()
134 static int ast_vhub_ep_feature(struct ast_vhub_dev *d, in ast_vhub_ep_feature()
166 static int ast_vhub_dev_status(struct ast_vhub_dev *d, in ast_vhub_dev_status()
180 static int ast_vhub_ep_status(struct ast_vhub_dev *d, in ast_vhub_ep_status()
205 static void ast_vhub_dev_set_address(struct ast_vhub_dev *d, u8 addr) in ast_vhub_dev_set_address()
220 struct ast_vhub_dev *d = ep->dev; in ast_vhub_std_dev_request() local
278 struct ast_vhub_dev *d = to_ast_dev(gadget); in ast_vhub_udc_wakeup() local
[all …]
/openbmc/linux/scripts/dtc/
H A Ddata.c8 void data_free(struct data d) in data_free()
24 struct data data_grow_for(struct data d, unsigned int xlen) in data_grow_for()
46 struct data d; in data_copy_mem() local
59 struct data d; in data_copy_escape_string() local
81 struct data d = empty_data; in data_copy_file() local
107 struct data data_append_data(struct data d, const void *p, int len) in data_append_data()
115 struct data data_insert_at_marker(struct data d, struct marker *m, in data_insert_at_marker()
130 static struct data data_append_markers(struct data d, struct marker *m) in data_append_markers()
143 struct data d; in data_merge() local
158 struct data data_append_integer(struct data d, uint64_t value, int bits) in data_append_integer()
[all …]
/openbmc/u-boot/scripts/dtc/
H A Ddata.c23 void data_free(struct data d) in data_free()
39 struct data data_grow_for(struct data d, int xlen) in data_grow_for()
61 struct data d; in data_copy_mem() local
74 struct data d; in data_copy_escape_string() local
95 struct data d = empty_data; in data_copy_file() local
120 struct data data_append_data(struct data d, const void *p, int len) in data_append_data()
128 struct data data_insert_at_marker(struct data d, struct marker *m, in data_insert_at_marker()
143 static struct data data_append_markers(struct data d, struct marker *m) in data_append_markers()
156 struct data d; in data_merge() local
171 struct data data_append_integer(struct data d, uint64_t value, int bits) in data_append_integer()
[all …]
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Dprim_ops.c182 static void calc_carry_chain(int bits, u32 d, u32 s, u32 res, int set_carry) in calc_carry_chain()
194 static void calc_borrow_chain(int bits, u32 d, u32 s, u32 res, int set_carry) in calc_borrow_chain()
210 u16 aaa_word(u16 d) in aaa_word()
231 u16 aas_word(u16 d) in aas_word()
252 u16 aad_word(u16 d) in aad_word()
269 u16 aam_word(u8 d) in aam_word()
285 u8 adc_byte(u8 d, u8 s) in adc_byte()
302 u16 adc_word(u16 d, u16 s) in adc_word()
320 u32 adc_long(u32 d, u32 s) in adc_long()
348 u8 add_byte(u8 d, u8 s) in add_byte()
[all …]
/openbmc/linux/net/bridge/
H A Dbr_sysfs_br.c31 static ssize_t store_bridge_parm(struct device *d, in store_bridge_parm()
66 static ssize_t forward_delay_show(struct device *d, in forward_delay_show()
79 static ssize_t forward_delay_store(struct device *d, in forward_delay_store()
87 static ssize_t hello_time_show(struct device *d, struct device_attribute *attr, in hello_time_show()
100 static ssize_t hello_time_store(struct device *d, in hello_time_store()
108 static ssize_t max_age_show(struct device *d, struct device_attribute *attr, in max_age_show()
121 static ssize_t max_age_store(struct device *d, struct device_attribute *attr, in max_age_store()
128 static ssize_t ageing_time_show(struct device *d, in ageing_time_show()
141 static ssize_t ageing_time_store(struct device *d, in ageing_time_store()
149 static ssize_t stp_state_show(struct device *d, in stp_state_show()
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dgit.py98 def __init__(self, d): argument
141 def init(self, d): argument
144 def supports(self, ud, d): argument
156 def urldata_init(self, ud, d): argument
327 def localpath(self, ud, d): argument
330 def need_update(self, ud, d): argument
336 def clonedir_need_update(self, ud, d): argument
346 def lfs_need_update(self, ud, d): argument
355 def clonedir_need_shallow_revs(self, ud, d): argument
369 def try_premirror(self, ud, d): argument
[all …]
H A Dnpmsw.py76 def supports(self, ud, d): argument
80 def urldata_init(self, ud, d): argument
242 def verify_donestamp(self, ud, d): argument
244 def _handle(m, ud, d): argument
248 def update_donestamp(self, ud, d): argument
250 def _handle(m, ud, d): argument
254 def need_update(self, ud, d): argument
256 def _handle(m, ud, d): argument
260 def try_mirrors(self, fetch, ud, d, mirrors): argument
262 def _handle(m, ud, d): argument
[all …]
H A Dhg.py26 def supports(self, ud, d): argument
39 def urldata_init(self, ud, d): argument
77 def need_update(self, ud, d): argument
85 def try_premirror(self, ud, d): argument
94 def _buildhgcommand(self, ud, d, command): argument
150 def download(self, ud, d): argument
196 def clean(self, ud, d): argument
206 def _latest_revision(self, ud, d, name): argument
214 def _build_revision(self, ud, d, name): argument
217 def _revision_key(self, ud, d, name): argument
[all …]
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-pci.c42 static uint8_t qvirtio_pci_config_readb(QVirtioDevice *d, uint64_t off) in qvirtio_pci_config_readb()
55 static uint16_t qvirtio_pci_config_readw(QVirtioDevice *d, uint64_t off) in qvirtio_pci_config_readw()
67 static uint32_t qvirtio_pci_config_readl(QVirtioDevice *d, uint64_t off) in qvirtio_pci_config_readl()
79 static uint64_t qvirtio_pci_config_readq(QVirtioDevice *d, uint64_t off) in qvirtio_pci_config_readq()
92 static uint64_t qvirtio_pci_get_features(QVirtioDevice *d) in qvirtio_pci_get_features()
98 static void qvirtio_pci_set_features(QVirtioDevice *d, uint64_t features) in qvirtio_pci_set_features()
104 static uint64_t qvirtio_pci_get_guest_features(QVirtioDevice *d) in qvirtio_pci_get_guest_features()
110 static uint8_t qvirtio_pci_get_status(QVirtioDevice *d) in qvirtio_pci_get_status()
116 static void qvirtio_pci_set_status(QVirtioDevice *d, uint8_t status) in qvirtio_pci_set_status()
122 static bool qvirtio_pci_get_queue_isr_status(QVirtioDevice *d, QVirtQueue *vq) in qvirtio_pci_get_queue_isr_status()
[all …]
H A Dvirtio.c26 static uint16_t qvirtio_readw(QVirtioDevice *d, QTestState *qts, uint64_t addr) in qvirtio_readw()
36 static uint32_t qvirtio_readl(QVirtioDevice *d, QTestState *qts, uint64_t addr) in qvirtio_readl()
46 static void qvirtio_writew(QVirtioDevice *d, QTestState *qts, in qvirtio_writew()
55 static void qvirtio_writel(QVirtioDevice *d, QTestState *qts, in qvirtio_writel()
64 static void qvirtio_writeq(QVirtioDevice *d, QTestState *qts, in qvirtio_writeq()
73 uint8_t qvirtio_config_readb(QVirtioDevice *d, uint64_t addr) in qvirtio_config_readb()
79 uint16_t qvirtio_config_readw(QVirtioDevice *d, uint64_t addr) in qvirtio_config_readw()
85 uint32_t qvirtio_config_readl(QVirtioDevice *d, uint64_t addr) in qvirtio_config_readl()
91 uint64_t qvirtio_config_readq(QVirtioDevice *d, uint64_t addr) in qvirtio_config_readq()
97 uint64_t qvirtio_get_features(QVirtioDevice *d) in qvirtio_get_features()
[all …]
H A Dvirtio-mmio.c19 static uint8_t qvirtio_mmio_config_readb(QVirtioDevice *d, uint64_t off) in qvirtio_mmio_config_readb()
25 static uint16_t qvirtio_mmio_config_readw(QVirtioDevice *d, uint64_t off) in qvirtio_mmio_config_readw()
31 static uint32_t qvirtio_mmio_config_readl(QVirtioDevice *d, uint64_t off) in qvirtio_mmio_config_readl()
37 static uint64_t qvirtio_mmio_config_readq(QVirtioDevice *d, uint64_t off) in qvirtio_mmio_config_readq()
43 static uint64_t qvirtio_mmio_get_features(QVirtioDevice *d) in qvirtio_mmio_get_features()
60 static void qvirtio_mmio_set_features(QVirtioDevice *d, uint64_t features) in qvirtio_mmio_set_features()
74 static uint64_t qvirtio_mmio_get_guest_features(QVirtioDevice *d) in qvirtio_mmio_get_guest_features()
80 static uint8_t qvirtio_mmio_get_status(QVirtioDevice *d) in qvirtio_mmio_get_status()
86 static void qvirtio_mmio_set_status(QVirtioDevice *d, uint8_t status) in qvirtio_mmio_set_status()
92 static bool qvirtio_mmio_get_queue_isr_status(QVirtioDevice *d, QVirtQueue *vq) in qvirtio_mmio_get_queue_isr_status()
[all …]
H A Dvirtio-pci-modern.c16 static uint8_t config_readb(QVirtioDevice *d, uint64_t addr) in config_readb()
22 static uint16_t config_readw(QVirtioDevice *d, uint64_t addr) in config_readw()
28 static uint32_t config_readl(QVirtioDevice *d, uint64_t addr) in config_readl()
34 static uint64_t config_readq(QVirtioDevice *d, uint64_t addr) in config_readq()
40 static uint64_t get_features(QVirtioDevice *d) in get_features()
62 static void set_features(QVirtioDevice *d, uint64_t features) in set_features()
87 static uint64_t get_guest_features(QVirtioDevice *d) in get_guest_features()
109 static uint8_t get_status(QVirtioDevice *d) in get_status()
118 static void set_status(QVirtioDevice *d, uint8_t status) in set_status()
148 static bool get_queue_isr_status(QVirtioDevice *d, QVirtQueue *vq) in get_queue_isr_status()
[all …]
/openbmc/linux/drivers/media/usb/dvb-usb-v2/
H A Ddvb_usb_core.c22 static int dvb_usbv2_download_firmware(struct dvb_usb_device *d, in dvb_usbv2_download_firmware()
56 static int dvb_usbv2_i2c_init(struct dvb_usb_device *d) in dvb_usbv2_i2c_init()
81 static int dvb_usbv2_i2c_exit(struct dvb_usb_device *d) in dvb_usbv2_i2c_exit()
94 struct dvb_usb_device *d = container_of(work, in dvb_usb_read_remote_control() local
119 static int dvb_usbv2_remote_init(struct dvb_usb_device *d) in dvb_usbv2_remote_init()
183 static int dvb_usbv2_remote_exit(struct dvb_usb_device *d) in dvb_usbv2_remote_exit()
244 struct dvb_usb_device *d = adap_to_d(adap); in dvb_usb_start_feed() local
332 struct dvb_usb_device *d = adap_to_d(adap); in dvb_usb_stop_feed() local
392 struct dvb_usb_device *d = adap_to_d(adap); in dvb_usbv2_media_device_init() local
435 struct dvb_usb_device *d = adap_to_d(adap); in dvb_usbv2_adapter_dvb_init() local
[all …]
H A Danysee.c36 static int anysee_ctrl_msg(struct dvb_usb_device *d, in anysee_ctrl_msg()
104 static int anysee_read_reg(struct dvb_usb_device *d, u16 reg, u8 *val) in anysee_read_reg()
113 static int anysee_write_reg(struct dvb_usb_device *d, u16 reg, u8 val) in anysee_write_reg()
121 static int anysee_wr_reg_mask(struct dvb_usb_device *d, u16 reg, u8 val, in anysee_wr_reg_mask()
142 static int anysee_rd_reg_mask(struct dvb_usb_device *d, u16 reg, u8 *val, in anysee_rd_reg_mask()
164 static int anysee_get_hw_info(struct dvb_usb_device *d, u8 *id) in anysee_get_hw_info()
177 static int anysee_led_ctrl(struct dvb_usb_device *d, u8 mode, u8 interval) in anysee_led_ctrl()
185 static int anysee_ir_ctrl(struct dvb_usb_device *d, u8 onoff) in anysee_ir_ctrl()
196 struct dvb_usb_device *d = i2c_get_adapdata(adap); in anysee_master_xfer() local
489 static int anysee_read_config(struct dvb_usb_device *d) in anysee_read_config()
[all …]
/openbmc/linux/drivers/net/ethernet/ibm/emac/
H A Ddebug.h28 #define EMAC_DBG(d, name, fmt, arg...) \ argument
32 # define DBG(d,f,x...) EMAC_DBG(d, emac, f, ##x) argument
33 # define MAL_DBG(d,f,x...) EMAC_DBG(d, mal, f, ##x) argument
34 # define ZMII_DBG(d,f,x...) EMAC_DBG(d, zmii, f, ##x) argument
35 # define RGMII_DBG(d,f,x...) EMAC_DBG(d, rgmii, f, ##x) argument
39 # define MAL_DBG(d,f,x...) ((void)0) argument
40 # define ZMII_DBG(d,f,x...) ((void)0) argument
41 # define RGMII_DBG(d,f,x...) ((void)0) argument
44 # define DBG2(d,f,x...) DBG(d,f, ##x) argument
45 # define MAL_DBG2(d,f,x...) MAL_DBG(d,f, ##x) argument
[all …]
/openbmc/linux/drivers/media/platform/samsung/s5p-g2d/
H A Dg2d-hw.c18 void g2d_reset(struct g2d_dev *d) in g2d_reset()
23 void g2d_set_src_size(struct g2d_dev *d, struct g2d_frame *f) in g2d_set_src_size()
43 void g2d_set_src_addr(struct g2d_dev *d, dma_addr_t a) in g2d_set_src_addr()
48 void g2d_set_dst_size(struct g2d_dev *d, struct g2d_frame *f) in g2d_set_dst_size()
68 void g2d_set_dst_addr(struct g2d_dev *d, dma_addr_t a) in g2d_set_dst_addr()
73 void g2d_set_rop4(struct g2d_dev *d, u32 r) in g2d_set_rop4()
78 void g2d_set_flip(struct g2d_dev *d, u32 r) in g2d_set_flip()
83 void g2d_set_v41_stretch(struct g2d_dev *d, struct g2d_frame *src, in g2d_set_v41_stretch()
93 void g2d_set_cmd(struct g2d_dev *d, u32 c) in g2d_set_cmd()
98 void g2d_start(struct g2d_dev *d) in g2d_start()
[all …]
/openbmc/linux/drivers/net/bonding/
H A Dbond_sysfs.c141 static ssize_t bonding_sysfs_store_option(struct device *d, in bonding_sysfs_store_option()
165 static ssize_t bonding_show_slaves(struct device *d, in bonding_show_slaves()
198 static ssize_t bonding_show_mode(struct device *d, in bonding_show_mode()
211 static ssize_t bonding_show_xmit_hash(struct device *d, in bonding_show_xmit_hash()
226 static ssize_t bonding_show_arp_validate(struct device *d, in bonding_show_arp_validate()
242 static ssize_t bonding_show_arp_all_targets(struct device *d, in bonding_show_arp_all_targets()
258 static ssize_t bonding_show_fail_over_mac(struct device *d, in bonding_show_fail_over_mac()
274 static ssize_t bonding_show_arp_interval(struct device *d, in bonding_show_arp_interval()
286 static ssize_t bonding_show_arp_targets(struct device *d, in bonding_show_arp_targets()
307 static ssize_t bonding_show_missed_max(struct device *d, in bonding_show_missed_max()
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Ddata.py62 def initVar(var, d): argument
66 def keys(d): argument
70 def expand(s, d, varname = None): argument
99 def inheritFromOS(d, savedenv, permitted): argument
111 def emit_var(var, o=sys.__stdout__, d = init(), all=False): argument
179 def emit_env(o=sys.__stdout__, d = init(), all=False): argument
189 def exported_keys(d): argument
194 def exported_vars(d): argument
206 def emit_func(func, o=sys.__stdout__, d = init()): argument
233 def emit_func_python(func, o=sys.__stdout__, d = init()): argument
[all …]
/openbmc/qemu/hw/xen/
H A Dxen-host-pci-device.c47 static void xen_host_pci_fill_local_addr(XenHostPCIDevice *d, Error **errp) in xen_host_pci_fill_local_addr()
97 static void xen_host_pci_sysfs_path(const XenHostPCIDevice *d, in xen_host_pci_sysfs_path()
111 static void xen_host_pci_get_resource(XenHostPCIDevice *d, Error **errp) in xen_host_pci_get_resource()
199 static void xen_host_pci_get_value(XenHostPCIDevice *d, const char *name, in xen_host_pci_get_value()
237 static inline void xen_host_pci_get_hex_value(XenHostPCIDevice *d, in xen_host_pci_get_hex_value()
245 static inline void xen_host_pci_get_dec_value(XenHostPCIDevice *d, in xen_host_pci_get_dec_value()
253 static bool xen_host_pci_dev_is_virtfn(XenHostPCIDevice *d) in xen_host_pci_dev_is_virtfn()
263 static void xen_host_pci_config_open(XenHostPCIDevice *d, Error **errp) in xen_host_pci_config_open()
275 static int xen_host_pci_config_read(XenHostPCIDevice *d, in xen_host_pci_config_read()
289 static int xen_host_pci_config_write(XenHostPCIDevice *d, in xen_host_pci_config_write()
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/include/
H A Dinstructions.h98 #define PREFIX_MLS(instr, t, a, r, d) stringify_in_c(.balign 64, , 4;) \ argument
107 #define PREFIX_8LS(instr, t, a, r, d) stringify_in_c(.balign 64, , 4;) \ argument
117 #define PLBZ(t, a, r, d) PREFIX_MLS(PPC_INST_LBZ, t, a, r, d) argument
118 #define PLHZ(t, a, r, d) PREFIX_MLS(PPC_INST_LHZ, t, a, r, d) argument
119 #define PLHA(t, a, r, d) PREFIX_MLS(PPC_INST_LHA, t, a, r, d) argument
120 #define PLWZ(t, a, r, d) PREFIX_MLS(PPC_INST_LWZ, t, a, r, d) argument
121 #define PLWA(t, a, r, d) PREFIX_8LS(0xa4000000, t, a, r, d) argument
122 #define PLD(t, a, r, d) PREFIX_8LS(0xe4000000, t, a, r, d) argument
123 #define PLQ(t, a, r, d) PREFIX_8LS(0xe0000000, t, a, r, d) argument
124 #define PSTB(s, a, r, d) PREFIX_MLS(PPC_INST_STB, s, a, r, d) argument
[all …]

12345678910>>...110