Home
last modified time | relevance | path

Searched defs:d (Results 301 – 325 of 3000) sorted by relevance

1...<<11121314151617181920>>...120

/openbmc/linux/tools/lib/bpf/
H A Dbpf_core_read.h284 #define ___last5(a, b, c, d, x) x argument
285 #define ___last6(a, b, c, d, e, x) x argument
286 #define ___last7(a, b, c, d, e, f, x) x argument
287 #define ___last8(a, b, c, d, e, f, g, x) x argument
288 #define ___last9(a, b, c, d, e, f, g, h, x) x argument
289 #define ___last10(a, b, c, d, e, f, g, h, i, x) x argument
295 #define ___nolast5(a, b, c, d, _) a, b, c, d argument
296 #define ___nolast6(a, b, c, d, e, _) a, b, c, d, e argument
306 #define ___arrow4(a, b, c, d) a->b->c->d argument
307 #define ___arrow5(a, b, c, d, e) a->b->c->d->e argument
[all …]
/openbmc/linux/drivers/irqchip/
H A Dirq-sa11x0.c34 static void sa1100_mask_irq(struct irq_data *d) in sa1100_mask_irq()
43 static void sa1100_unmask_irq(struct irq_data *d) in sa1100_unmask_irq()
52 static int sa1100_set_wake(struct irq_data *d, unsigned int on) in sa1100_set_wake()
65 static int sa1100_normal_irqdomain_map(struct irq_domain *d, in sa1100_normal_irqdomain_map()
H A Dirq-rda-intc.c30 static void rda_intc_mask_irq(struct irq_data *d) in rda_intc_mask_irq()
35 static void rda_intc_unmask_irq(struct irq_data *d) in rda_intc_unmask_irq()
68 static int rda_irq_map(struct irq_domain *d, in rda_irq_map()
H A Dirq-bcm7038-l1.c151 static void __bcm7038_l1_unmask(struct irq_data *d, unsigned int cpu_idx) in __bcm7038_l1_unmask()
162 static void __bcm7038_l1_mask(struct irq_data *d, unsigned int cpu_idx) in __bcm7038_l1_mask()
173 static void bcm7038_l1_unmask(struct irq_data *d) in bcm7038_l1_unmask()
183 static void bcm7038_l1_mask(struct irq_data *d) in bcm7038_l1_mask()
194 static int bcm7038_l1_set_affinity(struct irq_data *d, in bcm7038_l1_set_affinity()
347 static int bcm7038_l1_set_wake(struct irq_data *d, unsigned int on) in bcm7038_l1_set_wake()
377 static int bcm7038_l1_map(struct irq_domain *d, unsigned int virq, in bcm7038_l1_map()
H A Dirq-apple-aic.c333 static void aic_irq_mask(struct irq_data *d) in aic_irq_mask()
344 static void aic_irq_unmask(struct irq_data *d) in aic_irq_unmask()
355 static void aic_irq_eoi(struct irq_data *d) in aic_irq_eoi()
406 static int aic_irq_set_affinity(struct irq_data *d, in aic_irq_set_affinity()
456 static unsigned long aic_fiq_get_idx(struct irq_data *d) in aic_fiq_get_idx()
461 static void aic_fiq_set_mask(struct irq_data *d) in aic_fiq_set_mask()
478 static void aic_fiq_clear_mask(struct irq_data *d) in aic_fiq_clear_mask()
494 static void aic_fiq_mask(struct irq_data *d) in aic_fiq_mask()
500 static void aic_fiq_unmask(struct irq_data *d) in aic_fiq_unmask()
506 static void aic_fiq_eoi(struct irq_data *d) in aic_fiq_eoi()
[all …]
H A Dirq-lpc32xx.c46 static void lpc32xx_irq_mask(struct irq_data *d) in lpc32xx_irq_mask()
55 static void lpc32xx_irq_unmask(struct irq_data *d) in lpc32xx_irq_unmask()
64 static void lpc32xx_irq_ack(struct irq_data *d) in lpc32xx_irq_ack()
72 static int lpc32xx_irq_set_type(struct irq_data *d, unsigned int type) in lpc32xx_irq_set_type()
122 static void lpc32xx_irq_print_chip(struct irq_data *d, struct seq_file *p) in lpc32xx_irq_print_chip()
/openbmc/linux/arch/m68k/include/asm/
H A Dstring.h45 #define memcmp(d, s, n) __builtin_memcmp(d, s, n) argument
49 #define memset(d, c, n) __builtin_memset(d, c, n) argument
53 #define memcpy(d, s, n) __builtin_memcpy(d, s, n) argument
/openbmc/qemu/hw/virtio/
H A Dvirtio-pci.c58 static inline VirtIOPCIProxy *to_virtio_pci_proxy(DeviceState *d) in to_virtio_pci_proxy()
71 static void virtio_pci_notify(DeviceState *d, uint16_t vector) in virtio_pci_notify()
85 static void virtio_pci_save_config(DeviceState *d, QEMUFile *f) in virtio_pci_save_config()
147 static bool virtio_pci_has_extra_state(DeviceState *d) in virtio_pci_has_extra_state()
177 static int virtio_pci_load_config(DeviceState *d, QEMUFile *f) in virtio_pci_load_config()
312 static bool virtio_pci_ioeventfd_enabled(DeviceState *d) in virtio_pci_ioeventfd_enabled()
1366 static int virtio_pci_query_nvectors(DeviceState *d) in virtio_pci_query_nvectors()
1373 static AddressSpace *virtio_pci_get_dma_as(DeviceState *d) in virtio_pci_get_dma_as()
1381 static bool virtio_pci_iommu_enabled(DeviceState *d) in virtio_pci_iommu_enabled()
1394 static bool virtio_pci_queue_enabled(DeviceState *d, int n) in virtio_pci_queue_enabled()
[all …]
/openbmc/linux/drivers/pinctrl/qcom/
H A Dpinctrl-msm.c188 struct irq_data *d = irq_get_irq_data(irq); in msm_pinmux_set_mux() local
818 struct irq_data *d) in msm_gpio_update_dual_edge_pos()
840 static void msm_gpio_irq_mask(struct irq_data *d) in msm_gpio_irq_mask()
890 static void msm_gpio_irq_unmask(struct irq_data *d) in msm_gpio_irq_unmask()
918 static void msm_gpio_irq_enable(struct irq_data *d) in msm_gpio_irq_enable()
932 static void msm_gpio_irq_disable(struct irq_data *d) in msm_gpio_irq_disable()
992 static void msm_gpio_irq_ack(struct irq_data *d) in msm_gpio_irq_ack()
1017 static void msm_gpio_irq_eoi(struct irq_data *d) in msm_gpio_irq_eoi()
1195 static int msm_gpio_irq_reqres(struct irq_data *d) in msm_gpio_irq_reqres()
1230 static void msm_gpio_irq_relres(struct irq_data *d) in msm_gpio_irq_relres()
[all …]
/openbmc/openbmc/poky/meta/lib/oe/
H A Dsbom.py13 def get_recipe_spdxid(d): argument
17 def get_download_spdxid(d, idx): argument
25 def get_source_file_spdxid(d, idx): argument
71 def write_doc(d, spdx_doc, arch, subdir, spdx_deploy=None, indent=None): argument
/openbmc/linux/lib/raid6/
H A Dloongarch_simd.c37 int d, z, z0; in raid6_lsx_gen_syndrome() local
119 int d, z, z0; in raid6_lsx_xor_syndrome() local
268 int d, z, z0; in raid6_lasx_gen_syndrome() local
328 int d, z, z0; in raid6_lasx_xor_syndrome() local
/openbmc/linux/arch/powerpc/sysdev/xics/
H A Dics-opal.c41 static void ics_opal_unmask_irq(struct irq_data *d) in ics_opal_unmask_irq()
62 static unsigned int ics_opal_startup(struct irq_data *d) in ics_opal_startup()
83 static void ics_opal_mask_irq(struct irq_data *d) in ics_opal_mask_irq()
94 static int ics_opal_set_affinity(struct irq_data *d, in ics_opal_set_affinity()
/openbmc/qemu/hw/pci-bridge/
H A Dioh3420.c47 static uint8_t ioh3420_aer_vector(const PCIDevice *d) in ioh3420_aer_vector()
65 static int ioh3420_interrupts_init(PCIDevice *d, Error **errp) in ioh3420_interrupts_init()
80 static void ioh3420_interrupts_uninit(PCIDevice *d) in ioh3420_interrupts_uninit()
/openbmc/qemu/hw/usb/
H A Ddesc.c13 USBDescriptor *d = (void *)dest; in usb_desc_device() local
58 USBDescriptor *d = (void *)dest; in usb_desc_device_qualifier() local
84 USBDescriptor *d = (void *)dest; in usb_desc_config() local
167 USBDescriptor *d = (void *)dest; in usb_desc_iface() local
210 USBDescriptor *d = (void *)dest; in usb_desc_endpoint() local
265 USBDescriptor *d = (void *)dest; in usb_desc_cap_usb2_ext() local
286 USBDescriptor *d = (void *)dest; in usb_desc_cap_super() local
329 USBDescriptor *d = (void *)dest; in usb_desc_bos() local
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Dtechnisat-usb2.c165 struct dvb_usb_device *d = i2c_get_adapdata(adap); in technisat_usb2_i2c_xfer() local
226 static int technisat_usb2_set_led(struct dvb_usb_device *d, int red, in technisat_usb2_set_led()
275 static int technisat_usb2_set_led_timer(struct dvb_usb_device *d, u8 red, u8 green) in technisat_usb2_set_led_timer()
370 static int technisat_usb2_power_ctrl(struct dvb_usb_device *d, int level) in technisat_usb2_power_ctrl()
416 static int technisat_usb2_eeprom_lrc_read(struct dvb_usb_device *d, in technisat_usb2_eeprom_lrc_read()
451 static int technisat_usb2_read_mac_address(struct dvb_usb_device *d, in technisat_usb2_read_mac_address()
608 static int technisat_usb2_get_ir(struct dvb_usb_device *d) in technisat_usb2_get_ir()
675 static int technisat_usb2_rc_query(struct dvb_usb_device *d) in technisat_usb2_rc_query()
H A Ddvb-usb-i2c.c11 int dvb_usb_i2c_init(struct dvb_usb_device *d) in dvb_usb_i2c_init()
43 int dvb_usb_i2c_exit(struct dvb_usb_device *d) in dvb_usb_i2c_exit()
/openbmc/linux/samples/livepatch/
H A Dlivepatch-shadow-fix2.c41 static bool livepatch_fix2_dummy_check(struct dummy *d, unsigned long jiffies) in livepatch_fix2_dummy_check()
61 void *d = obj; in livepatch_fix2_dummy_leak_dtor() local
69 static void livepatch_fix2_dummy_free(struct dummy *d) in livepatch_fix2_dummy_free()
/openbmc/linux/crypto/
H A Dtwofish_generic.c53 #define ENCROUND(n, a, b, c, d) \ argument
60 #define DECROUND(n, a, b, c, d) \ argument
100 u32 a, b, c, d; in twofish_encrypt() local
135 u32 a, b, c, d; in twofish_decrypt() local
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dprogress.py43 def __init__(self, d, outfile=None): argument
88 def __init__(self, d, outfile=None): argument
115 def __init__(self, d, regex=r'(\d+)%', outfile=None): argument
130 def __init__(self, d, regex, outfile=None): argument
153 def __init__(self, d, stage_weights, debug=False): argument
268 def __init__(self, d, processname, stage_weights, debug=False): argument
/openbmc/linux/drivers/gpio/
H A Dgpio-sa1100.c126 static int sa1100_gpio_type(struct irq_data *d, unsigned int type) in sa1100_gpio_type()
154 static void sa1100_gpio_ack(struct irq_data *d) in sa1100_gpio_ack()
161 static void sa1100_gpio_mask(struct irq_data *d) in sa1100_gpio_mask()
171 static void sa1100_gpio_unmask(struct irq_data *d) in sa1100_gpio_unmask()
181 static int sa1100_gpio_wake(struct irq_data *d, unsigned int on) in sa1100_gpio_wake()
206 static int sa1100_gpio_irqdomain_map(struct irq_domain *d, in sa1100_gpio_irqdomain_map()
H A Dgpio-sifive.c60 static int sifive_gpio_irq_set_type(struct irq_data *d, unsigned int trigger) in sifive_gpio_irq_set_type()
74 static void sifive_gpio_irq_enable(struct irq_data *d) in sifive_gpio_irq_enable()
102 static void sifive_gpio_irq_disable(struct irq_data *d) in sifive_gpio_irq_disable()
115 static void sifive_gpio_irq_eoi(struct irq_data *d) in sifive_gpio_irq_eoi()
165 struct irq_data *d = irq_get_irq_data(chip->irq_number[child]); in sifive_gpio_child_to_parent_hwirq() local
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Dtargetcontrol.py24 def __init__(self, d, logger): argument
56 def match_image_fstype(self, d, image_fstypes=None): argument
65 def get_image_fstype(self, d): argument
91 def __init__(self, d, logger, image_fstype=None): argument
208 def __init__(self, d): argument
/openbmc/linux/tools/perf/
H A Dbuiltin-diff.c84 #define data__for_each_file_start(i, d, s) \ argument
699 struct data__file *d; in hists__precompute() local
881 struct data__file *d = fmt_to_data_file(fmt); in hist_entry__cmp_delta() local
890 struct data__file *d = fmt_to_data_file(fmt); in hist_entry__cmp_delta_abs() local
962 struct data__file *d; in data__fprintf() local
983 struct data__file *d; in data_process() local
1063 static void data__free(struct data__file *d) in data__free()
1156 struct data__file *d; in check_file_brstack() local
1181 struct data__file *d; in __cmd_diff() local
1794 struct data__file *d; in ui_init() local
[all …]
/openbmc/linux/arch/x86/crypto/
H A Dtwofish-x86_64-asm_64.S66 #define encrypt_round(a,b,c,d,round)\ argument
102 #define encrypt_last_round(a,b,c,d,round)\ argument
139 #define decrypt_round(a,b,c,d,round)\ argument
175 #define decrypt_last_round(a,b,c,d,round)\ argument
H A Dtwofish-i586-asm_32.S67 #define encrypt_round(a,b,c,d,round)\ argument
105 #define encrypt_last_round(a,b,c,d,round)\ argument
142 #define decrypt_round(a,b,c,d,round)\ argument
180 #define decrypt_last_round(a,b,c,d,round)\ argument

1...<<11121314151617181920>>...120