Home
last modified time | relevance | path

Searched defs:d (Results 101 – 125 of 3000) sorted by relevance

12345678910>>...120

/openbmc/linux/sound/usb/
H A Dvalidate.c28 const struct uac1_ac_header_descriptor *d = p; in validate_uac1_header() local
38 const struct uac_mixer_unit_descriptor *d = p; in validate_mixer_unit() local
72 const struct uac_processing_unit_descriptor *d = p; in validate_processing_unit() local
170 const struct uac_selector_unit_descriptor *d = p; in validate_selector_unit() local
194 const struct uac_feature_unit_descriptor *d = p; in validate_uac1_feature_unit() local
205 const struct uac2_feature_unit_descriptor *d = p; in validate_uac2_feature_unit() local
216 const struct uac3_feature_unit_descriptor *d = p; in validate_uac3_feature_unit() local
227 const struct usb_midi_out_jack_descriptor *d = p; in validate_midi_out_jack() local
/openbmc/linux/arch/sparc/include/asm/
H A Dio_32.h10 #define memset_io(d,c,sz) _memset_io(d,c,sz) argument
11 #define memcpy_fromio(d,s,sz) _memcpy_fromio(d,s,sz) argument
12 #define memcpy_toio(d,s,sz) _memcpy_toio(d,s,sz) argument
26 volatile void __iomem *d = dst; in _memset_io() local
37 char *d = dst; in _memcpy_fromio() local
50 volatile void __iomem *d = dst; in _memcpy_toio() local
108 char *d = dst; in sbus_memcpy_fromio() local
122 volatile void __iomem *d = dst; in sbus_memcpy_toio() local
/openbmc/linux/tools/perf/tests/
H A Dtime-utils-test.c70 static bool test__perf_time__parse_for_ranges(struct test_data *d) in test__perf_time__parse_for_ranges()
160 struct test_data d = { in test__time_utils() local
175 struct test_data d = { in test__time_utils() local
190 struct test_data d = { in test__time_utils() local
205 struct test_data d = { in test__time_utils() local
220 struct test_data d = { in test__time_utils() local
235 struct test_data d = { in test__time_utils() local
/openbmc/linux/drivers/iio/
H A Dindustrialio-sw-device.c32 struct iio_sw_device_type *d = NULL, *iter; in __iio_find_sw_device_type() local
43 int iio_register_sw_device_type(struct iio_sw_device_type *d) in iio_register_sw_device_type()
98 struct iio_sw_device *d; in iio_sw_device_create() local
119 void iio_sw_device_destroy(struct iio_sw_device *d) in iio_sw_device_destroy()
131 struct iio_sw_device *d; in device_make_group() local
145 struct iio_sw_device *d = to_iio_sw_device(item); in device_drop_group() local
/openbmc/linux/arch/powerpc/platforms/8xx/
H A Dpic.c22 static inline unsigned long mpc8xx_irqd_to_bit(struct irq_data *d) in mpc8xx_irqd_to_bit()
27 static void mpc8xx_unmask_irq(struct irq_data *d) in mpc8xx_unmask_irq()
33 static void mpc8xx_mask_irq(struct irq_data *d) in mpc8xx_mask_irq()
39 static void mpc8xx_ack(struct irq_data *d) in mpc8xx_ack()
44 static void mpc8xx_end_irq(struct irq_data *d) in mpc8xx_end_irq()
50 static int mpc8xx_set_irq_type(struct irq_data *d, unsigned int flow_type) in mpc8xx_set_irq_type()
/openbmc/qemu/hw/net/
H A Dlance.c51 SysBusPCNetState *d = opaque; in parent_lance_reset() local
59 SysBusPCNetState *d = opaque; in lance_mem_write() local
68 SysBusPCNetState *d = opaque; in lance_mem_read() local
106 SysBusPCNetState *d = SYSBUS_PCNET(dev); in lance_realize() local
125 SysBusPCNetState *d = SYSBUS_PCNET(dev); in lance_reset() local
132 SysBusPCNetState *d = SYSBUS_PCNET(obj); in lance_instance_init() local
/openbmc/linux/drivers/clk/ti/
H A Dadpll.c262 static int ti_adpll_init_mux(struct ti_adpll_data *d, in ti_adpll_init_mux()
290 static int ti_adpll_init_gate(struct ti_adpll_data *d, in ti_adpll_init_gate()
383 static bool ti_adpll_is_locked(struct ti_adpll_data *d) in ti_adpll_is_locked()
390 static int ti_adpll_wait_lock(struct ti_adpll_data *d) in ti_adpll_wait_lock()
407 struct ti_adpll_data *d = to_adpll(dco); in ti_adpll_prepare() local
418 struct ti_adpll_data *d = to_adpll(dco); in ti_adpll_unprepare() local
426 struct ti_adpll_data *d = to_adpll(dco); in ti_adpll_is_prepared() local
439 struct ti_adpll_data *d = to_adpll(dco); in ti_adpll_recalc_rate() local
482 static int ti_adpll_init_dco(struct ti_adpll_data *d) in ti_adpll_init_dco()
565 struct ti_adpll_data *d = co->adpll; in ti_adpll_clkout_get_parent() local
[all …]
/openbmc/linux/drivers/acpi/acpica/
H A Dacmacros.h57 #define ACPI_MOVE_16_TO_32(d, s) {(*(u32 *)(void *)(d))=0;\ argument
61 #define ACPI_MOVE_16_TO_64(d, s) {(*(u64 *)(void *)(d))=0;\ argument
74 #define ACPI_MOVE_32_TO_64(d, s) {(*(u64 *)(void *)(d))=0;\ argument
105 #define ACPI_MOVE_16_TO_16(d, s) *(u16 *)(void *)(d) = *(u16 *)(void *)(s) argument
106 #define ACPI_MOVE_16_TO_32(d, s) *(u32 *)(void *)(d) = *(u16 *)(void *)(s) argument
107 #define ACPI_MOVE_16_TO_64(d, s) *(u64 *)(void *)(d) = *(u16 *)(void *)(s) argument
112 #define ACPI_MOVE_32_TO_32(d, s) *(u32 *)(void *)(d) = *(u32 *)(void *)(s) argument
113 #define ACPI_MOVE_32_TO_64(d, s) *(u64 *)(void *)(d) = *(u32 *)(void *)(s) argument
401 #define ARGI_LIST4(a, b, c, d) (ARG_1(d)|ARG_2(c)|ARG_3(b)|ARG_4(a)) argument
408 #define ARGP_LIST4(a, b, c, d) (ARG_1(a)|ARG_2(b)|ARG_3(c)|ARG_4(d)) argument
[all …]
/openbmc/linux/drivers/sh/intc/
H A Dvirq.c35 void intc_irq_xlate_set(unsigned int irq, intc_enum id, struct intc_desc_int *d) in intc_irq_xlate_set()
53 struct intc_desc_int *d; in intc_irq_lookup() local
116 struct intc_desc_int *d = get_intc_desc(irq); in intc_virq_handler() local
136 struct intc_desc_int *d, in intc_subgroup_data()
146 struct intc_desc_int *d, in intc_subgroup_init_one()
190 void __init intc_subgroup_init(struct intc_desc *desc, struct intc_desc_int *d) in intc_subgroup_init()
201 static void __init intc_subgroup_map(struct intc_desc_int *d) in intc_subgroup_map()
264 struct intc_desc_int *d; in intc_finalize() local
H A Dhandle.c39 struct intc_desc_int *d, in _intc_mask_data()
89 intc_get_mask_handle(struct intc_desc *desc, struct intc_desc_int *d, in intc_get_mask_handle()
107 struct intc_desc_int *d, in _intc_prio_data()
158 intc_get_prio_handle(struct intc_desc *desc, struct intc_desc_int *d, in intc_get_prio_handle()
176 struct intc_desc_int *d, intc_enum enum_id) in intc_ack_data()
206 static void intc_enable_disable(struct intc_desc_int *d, in intc_enable_disable()
232 struct intc_desc_int *d, in intc_enable_disable_enum()
258 intc_get_sense_handle(struct intc_desc *desc, struct intc_desc_int *d, in intc_get_sense_handle()
288 struct intc_desc_int *d, intc_enum id) in intc_set_ack_handle()
/openbmc/linux/drivers/irqchip/
H A Dirq-mxs.c62 static u32 icoll_intr_bitshift(struct irq_data *d, u32 bit) in icoll_intr_bitshift()
72 static void __iomem *icoll_intr_reg(struct irq_data *d) in icoll_intr_reg()
78 static void icoll_ack_irq(struct irq_data *d) in icoll_ack_irq()
89 static void icoll_mask_irq(struct irq_data *d) in icoll_mask_irq()
95 static void icoll_unmask_irq(struct irq_data *d) in icoll_unmask_irq()
101 static void asm9260_mask_irq(struct irq_data *d) in asm9260_mask_irq()
107 static void asm9260_unmask_irq(struct irq_data *d) in asm9260_unmask_irq()
142 static int icoll_irq_domain_map(struct irq_domain *d, unsigned int virq, in icoll_irq_domain_map()
/openbmc/qemu/hw/net/can/
H A Dcan_mioe3680_pci.c79 Mioe3680PCIState *d = MIOe3680_PCI_DEV(dev); in mioe3680_pci_reset() local
90 Mioe3680PCIState *d = opaque; in mioe3680_pci_sja1_io_read() local
103 Mioe3680PCIState *d = opaque; in mioe3680_pci_sja1_io_write() local
116 Mioe3680PCIState *d = opaque; in mioe3680_pci_sja2_io_read() local
129 Mioe3680PCIState *d = opaque; in mioe3680_pci_sja2_io_write() local
159 Mioe3680PCIState *d = MIOe3680_PCI_DEV(pci_dev); in mioe3680_pci_realize() local
192 Mioe3680PCIState *d = MIOe3680_PCI_DEV(pci_dev); in mioe3680_pci_exit() local
218 Mioe3680PCIState *d = MIOe3680_PCI_DEV(obj); in mioe3680_pci_instance_init() local
H A Dcan_pcm3680_pci.c79 Pcm3680iPCIState *d = PCM3680i_PCI_DEV(dev); in pcm3680i_pci_reset() local
90 Pcm3680iPCIState *d = opaque; in pcm3680i_pci_sja1_io_read() local
103 Pcm3680iPCIState *d = opaque; in pcm3680i_pci_sja1_io_write() local
116 Pcm3680iPCIState *d = opaque; in pcm3680i_pci_sja2_io_read() local
129 Pcm3680iPCIState *d = opaque; in pcm3680i_pci_sja2_io_write() local
159 Pcm3680iPCIState *d = PCM3680i_PCI_DEV(pci_dev); in pcm3680i_pci_realize() local
193 Pcm3680iPCIState *d = PCM3680i_PCI_DEV(pci_dev); in pcm3680i_pci_exit() local
219 Pcm3680iPCIState *d = PCM3680i_PCI_DEV(obj); in pcm3680i_pci_instance_init() local
/openbmc/linux/tools/testing/selftests/proc/
H A Dread.c38 static void f_reg(DIR *d, const char *filename) in f_reg()
55 static void f_reg_write(DIR *d, const char *filename, const char *buf, size_t len) in f_reg_write()
68 static void f_lnk(DIR *d, const char *filename) in f_lnk()
77 static void f(DIR *d, unsigned int level) in f()
129 DIR *d; in main() local
/openbmc/linux/drivers/char/
H A Dtlclk.c279 static ssize_t show_current_ref(struct device *d, in show_current_ref()
295 static ssize_t show_telclock_version(struct device *d, in show_telclock_version()
311 static ssize_t show_alarms(struct device *d, in show_alarms()
326 static ssize_t store_received_ref_clk3a(struct device *d, in store_received_ref_clk3a()
348 static ssize_t store_received_ref_clk3b(struct device *d, in store_received_ref_clk3b()
370 static ssize_t store_enable_clk3b_output(struct device *d, in store_enable_clk3b_output()
623 static ssize_t store_filter_select(struct device *d, in store_filter_select()
664 static ssize_t store_hardware_switching(struct device *d, in store_hardware_switching()
685 static ssize_t store_refalign (struct device *d, in store_refalign()
704 static ssize_t store_mode_select (struct device *d, in store_mode_select()
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dcrate.py29 def supports(self, ud, d): argument
38 def urldata_init(self, ud, d): argument
48 def _crate_urldata_init(self, ud, d): argument
79 def unpack(self, ud, rootdir, d): argument
88 def _crate_unpack(self, ud, rootdir, d): argument
H A Ds3.py41 def __init__(self, d): argument
65 def supports(self, ud, d): argument
74 def urldata_init(self, ud, d): argument
84 def download(self, ud, d): argument
109 def checkstatus(self, fetch, ud, d): argument
/openbmc/openbmc/poky/meta/lib/oe/
H A Drecipeutils.py34 def simplify_history(history, d): argument
57 def get_var_files(fn, varlist, d): argument
337 def patch_recipe(d, fn, varvalues, patch=False, relpath='', redirect_output=None): argument
393 def copy_recipe_files(d, tgt_dir, whole_dir=False, download=True, all_variants=False): argument
454 def get_recipe_local_files(d, patches=False, archives=False): argument
498 def get_recipe_patches(d): argument
509 def get_recipe_patched_files(d): argument
542 def get_bbfile_path(d, destdir, extrapathhint=None): argument
613 def get_bbappend_path(d, destlayerdir, wildcardver=False): argument
973 def replace_dir_vars(path, d): argument
/openbmc/linux/drivers/block/aoe/
H A Daoedev.c138 aoedev_put(struct aoedev *d) in aoedev_put()
150 struct aoedev *d; in dummy_timer() local
160 aoe_failip(struct aoedev *d) in aoe_failip()
197 aoedev_downdev(struct aoedev *d) in aoedev_downdev()
243 user_req(char *s, size_t slen, struct aoedev *d) in user_req()
260 freedev(struct aoedev *d) in freedev()
306 struct aoedev *d, **dd; in flush() local
427 skbpoolfree(struct aoedev *d) in skbpoolfree()
441 struct aoedev *d; in aoedev_by_aoeaddr() local
498 freetgt(struct aoedev *d, struct aoetgt *t) in freetgt()
/openbmc/linux/arch/sparc/crypto/
H A Dopcodes.h30 #define AES_EROUND01(a,b,c,d) \ argument
32 #define AES_EROUND23(a,b,c,d) \ argument
34 #define AES_DROUND01(a,b,c,d) \ argument
36 #define AES_DROUND23(a,b,c,d) \ argument
38 #define AES_EROUND01_L(a,b,c,d) \ argument
40 #define AES_EROUND23_L(a,b,c,d) \ argument
42 #define AES_DROUND01_L(a,b,c,d) \ argument
44 #define AES_DROUND23_L(a,b,c,d) \ argument
46 #define AES_KEXPAND1(a,b,c,d) \ argument
59 #define DES_ROUND(a,b,c,d) \ argument
[all …]
/openbmc/linux/drivers/media/usb/dvb-usb-v2/
H A Ddvb_usb_urb.c11 static int dvb_usb_v2_generic_io(struct dvb_usb_device *d, in dvb_usb_v2_generic_io()
60 int dvb_usbv2_generic_rw(struct dvb_usb_device *d, in dvb_usbv2_generic_rw()
73 int dvb_usbv2_generic_write(struct dvb_usb_device *d, u8 *buf, u16 len) in dvb_usbv2_generic_write()
85 int dvb_usbv2_generic_rw_locked(struct dvb_usb_device *d, in dvb_usbv2_generic_rw_locked()
92 int dvb_usbv2_generic_write_locked(struct dvb_usb_device *d, u8 *buf, u16 len) in dvb_usbv2_generic_write_locked()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_dump.c29 struct btf_dump *d; in btf_dump_all_types() local
136 struct btf_dump *d = NULL; in test_btf_dump_incremental() local
269 static int btf_dump_data(struct btf *btf, struct btf_dump *d, in btf_dump_data()
350 static void test_btf_dump_int_data(struct btf *btf, struct btf_dump *d, in test_btf_dump_int_data()
408 static void test_btf_dump_float_data(struct btf *btf, struct btf_dump *d, in test_btf_dump_float_data()
453 static void test_btf_dump_char_data(struct btf *btf, struct btf_dump *d, in test_btf_dump_char_data()
530 static void test_btf_dump_enum_data(struct btf *btf, struct btf_dump *d, in test_btf_dump_enum_data()
566 static void test_btf_dump_struct_data(struct btf *btf, struct btf_dump *d, in test_btf_dump_struct_data()
801 static void test_btf_dump_var_data(struct btf *btf, struct btf_dump *d, in test_btf_dump_var_data()
842 struct btf_dump *d; in test_btf_dump_datasec_data() local
[all …]
/openbmc/qemu/target/arm/tcg/
H A Dgengvec64.c25 static void gen_rax1_i64(TCGv_i64 d, TCGv_i64 n, TCGv_i64 m) in gen_rax1_i64()
31 static void gen_rax1_vec(unsigned vece, TCGv_vec d, TCGv_vec n, TCGv_vec m) in gen_rax1_vec()
51 static void gen_xar8_i64(TCGv_i64 d, TCGv_i64 n, TCGv_i64 m, int64_t sh) in gen_xar8_i64()
64 static void gen_xar16_i64(TCGv_i64 d, TCGv_i64 n, TCGv_i64 m, int64_t sh) in gen_xar16_i64()
77 static void gen_xar_i32(TCGv_i32 d, TCGv_i32 n, TCGv_i32 m, int32_t sh) in gen_xar_i32()
83 static void gen_xar_i64(TCGv_i64 d, TCGv_i64 n, TCGv_i64 m, int64_t sh) in gen_xar_i64()
89 static void gen_xar_vec(unsigned vece, TCGv_vec d, TCGv_vec n, in gen_xar_vec()
145 static void gen_eor3_vec(unsigned vece, TCGv_vec d, TCGv_vec n, in gen_eor3_vec()
152 void gen_gvec_eor3(unsigned vece, uint32_t d, uint32_t n, uint32_t m, in gen_gvec_eor3()
171 static void gen_bcax_vec(unsigned vece, TCGv_vec d, TCGv_vec n, in gen_bcax_vec()
[all …]
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Ddib0700_core.c21 int dib0700_get_version(struct dvb_usb_device *d, u32 *hwversion, in dib0700_get_version()
53 static int dib0700_ctrl_wr(struct dvb_usb_device *d, u8 *tx, u8 txlen) in dib0700_ctrl_wr()
164 struct dvb_usb_device *d = i2c_get_adapdata(adap); in dib0700_i2c_xfer_new() local
285 struct dvb_usb_device *d = i2c_get_adapdata(adap); in dib0700_i2c_xfer_legacy() local
353 struct dvb_usb_device *d = i2c_get_adapdata(adap); in dib0700_i2c_xfer() local
400 static int dib0700_set_clock(struct dvb_usb_device *d, u8 en_pll, in dib0700_set_clock()
430 int dib0700_set_i2c_speed(struct dvb_usb_device *d, u16 scl_kHz) in dib0700_set_i2c_speed()
640 struct dvb_usb_device *d = rc->priv; in dib0700_change_protocol() local
710 struct dvb_usb_device *d = purb->context; in dib0700_rc_urb_completion() local
807 int dib0700_rc_setup(struct dvb_usb_device *d, struct usb_interface *intf) in dib0700_rc_setup()
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Ddevice.h114 #define nvkm_rd08(d,a) ioread8((d)->pri + (a)) argument
115 #define nvkm_rd16(d,a) ioread16_native((d)->pri + (a)) argument
116 #define nvkm_rd32(d,a) ioread32_native((d)->pri + (a)) argument
117 #define nvkm_wr08(d,a,v) iowrite8((v), (d)->pri + (a)) argument
118 #define nvkm_wr16(d,a,v) iowrite16_native((v), (d)->pri + (a)) argument
119 #define nvkm_wr32(d,a,v) iowrite32_native((v), (d)->pri + (a)) argument
144 #define nvdev_fatal(d,f,a...) nvdev_printk((d), FATAL, crit, f, ##a) argument
145 #define nvdev_error(d,f,a...) nvdev_printk((d), ERROR, err, f, ##a) argument
146 #define nvdev_warn(d,f,a...) nvdev_printk((d), WARN, notice, f, ##a) argument
147 #define nvdev_info(d,f,a...) nvdev_printk((d), INFO, info, f, ##a) argument
[all …]

12345678910>>...120