Home
last modified time | relevance | path

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

12345678910>>...59

/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 …]
/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 …]
/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 …]
/linux/tools/perf/util/
H A Ddlfilter.c73 static struct addr_location *get_al(struct dlfilter *d) in get_al() argument
82 static struct thread *get_thread(struct dlfilter *d) in get_thread() argument
91 struct dlfilter *d = (struct dlfilter *)ctx; in dlfilter__resolve_ip() local
117 struct dlfilter *d = (struct dlfilter *)ctx; dlfilter__resolve_addr() local
145 struct dlfilter *d = (struct dlfilter *)ctx; dlfilter__args() local
166 struct dlfilter *d = (struct dlfilter *)ctx; dlfilter__resolve_address() local
217 struct dlfilter *d = (struct dlfilter *)ctx; dlfilter__insn() local
251 struct dlfilter *d = (struct dlfilter *)ctx; dlfilter__srcline() local
279 struct dlfilter *d = (struct dlfilter *)ctx; dlfilter__attr() local
299 struct dlfilter *d = (struct dlfilter *)ctx; dlfilter__object_code() local
368 dlfilter__init(struct dlfilter * d,const char * file,int dlargc,char ** dlargv) dlfilter__init() argument
393 dlfilter__exit(struct dlfilter * d) dlfilter__exit() argument
398 dlfilter__open(struct dlfilter * d) dlfilter__open() argument
415 dlfilter__close(struct dlfilter * d) dlfilter__close() argument
422 struct dlfilter *d = malloc(sizeof(*d)); dlfilter__new() local
442 dlfilter__free(struct dlfilter * d) dlfilter__free() argument
450 dlfilter__start(struct dlfilter * d,struct perf_session * session) dlfilter__start() argument
466 dlfilter__stop(struct dlfilter * d) dlfilter__stop() argument
479 dlfilter__cleanup(struct dlfilter * d) dlfilter__cleanup() argument
490 dlfilter__do_filter_event(struct dlfilter * d,union perf_event * event,struct perf_sample * sample,struct evsel * evsel,struct machine * machine,struct addr_location * al,struct addr_location * addr_al,bool early) dlfilter__do_filter_event() argument
[all...]
/linux/tools/lib/bpf/
H A Dbtf_dump.c132 static const char *btf_name_of(const struct btf_dump *d, __u32 name_off) in btf_name_of()
137 static void btf_dump_printf(const struct btf_dump *d, const char *fmt, ...) in btf_dump_printf()
154 struct btf_dump *d; in btf_dump__new() local
195 static int btf_dump_resize(struct btf_dump *d) in btf_dump_resize()
238 void btf_dump__free(struct btf_dump *d) in btf_dump__free()
281 int btf_dump__dump_type(struct btf_dump *d, __u32 id) in btf_dump__dump_type()
315 static int btf_dump_mark_referenced(struct btf_dump *d) in btf_dump_mark_referenced()
381 static int btf_dump_add_emit_queue_id(struct btf_dump *d, __u32 id) in btf_dump_add_emit_queue_id()
473 static int btf_dump_order_type(struct btf_dump *d, __u32 id, bool through_ptr) in btf_dump_order_type()
656 static bool btf_dump_is_blacklisted(struct btf_dump *d, __u32 id) in btf_dump_is_blacklisted()
[all …]
/linux/drivers/soc/fsl/dpio/
H A Ddpio-service.c57 static inline struct dpaa2_io *service_select_by_cpu(struct dpaa2_io *d, in service_select_by_cpu()
77 static inline struct dpaa2_io *service_select(struct dpaa2_io *d) in service_select()
117 struct dpaa2_io *d = container_of(dim, struct dpaa2_io, rx_dim); in dpaa2_io_dim_work() local
206 void dpaa2_io_down(struct dpaa2_io *d) in dpaa2_io_down()
271 int dpaa2_io_get_cpu(struct dpaa2_io *d) in dpaa2_io_get_cpu()
296 int dpaa2_io_service_register(struct dpaa2_io *d, in dpaa2_io_service_register()
340 struct dpaa2_io *d = ctx->dpio_private; in dpaa2_io_service_deregister() local
366 int dpaa2_io_service_rearm(struct dpaa2_io *d, in dpaa2_io_service_rearm()
395 int dpaa2_io_service_pull_fq(struct dpaa2_io *d, u32 fqid, in dpaa2_io_service_pull_fq()
426 int dpaa2_io_service_pull_channel(struct dpaa2_io *d, u32 channelid, in dpaa2_io_service_pull_channel()
[all …]
/linux/arch/alpha/lib/
H A Dmemcpy.c27 #define ALIGN_DEST_TO8_UP(d,s,n) \ argument
34 #define ALIGN_DEST_TO8_DN(d,s,n) \ argument
46 #define DO_REST_UP(d,s,n) \ argument
52 #define DO_REST_DN(d,s,n) \ argument
63 #define DO_REST_ALIGNED_UP(d,s,n) DO_REST_UP(d,s,n) argument
64 #define DO_REST_ALIGNED_DN(d,s,n) DO_REST_DN(d,s,n) argument
73 static inline void __memcpy_unaligned_up (unsigned long d, unsigned long s, in __memcpy_unaligned_up()
101 static inline void __memcpy_unaligned_dn (unsigned long d, unsigned long s, in __memcpy_unaligned_dn()
119 static inline void __memcpy_aligned_up (unsigned long d, unsigned long s, in __memcpy_aligned_up()
135 static inline void __memcpy_aligned_dn (unsigned long d, unsigned long s, in __memcpy_aligned_dn()
/linux/drivers/block/aoe/
H A Daoecmd.c78 getframe_deferred(struct aoedev *d, u32 tag) in getframe_deferred()
95 getframe(struct aoedev *d, u32 tag) in getframe()
119 newtag(struct aoedev *d) in newtag()
128 aoehdr_atainit(struct aoedev *d, struct aoetgt *t, struct aoe_hdr *h) in aoehdr_atainit()
170 skb_pool_put(struct aoedev *d, struct sk_buff *skb) in skb_pool_put()
176 skb_pool_get(struct aoedev *d) in skb_pool_get()
205 newtframe(struct aoedev *d, struct aoetgt *t) in newtframe()
249 newframe(struct aoedev *d) in newframe()
309 struct aoedev *d = f->t->d; in fhash() local
369 aoecmd_ata_rw(struct aoedev *d) in aoecmd_ata_rw()
[all …]
/linux/kernel/irq/
H A Dgeneric-chip.c25 void irq_gc_noop(struct irq_data *d) in irq_gc_noop()
37 void irq_gc_mask_disable_reg(struct irq_data *d) in irq_gc_mask_disable_reg()
56 void irq_gc_mask_set_bit(struct irq_data *d) in irq_gc_mask_set_bit()
75 void irq_gc_mask_clr_bit(struct irq_data *d) in irq_gc_mask_clr_bit()
94 void irq_gc_unmask_enable_reg(struct irq_data *d) in irq_gc_unmask_enable_reg()
110 void irq_gc_ack_set_bit(struct irq_data *d) in irq_gc_ack_set_bit()
125 void irq_gc_ack_clr_bit(struct irq_data *d) in irq_gc_ack_clr_bit()
147 void irq_gc_mask_disable_and_ack_set(struct irq_data *d) in irq_gc_mask_disable_and_ack_set()
164 void irq_gc_eoi(struct irq_data *d) in irq_gc_eoi()
183 int irq_gc_set_wake(struct irq_data *d, unsigned int on) in irq_gc_set_wake()
[all …]
/linux/drivers/irqchip/
H A Dirq-bcm2836.c43 static void bcm2836_arm_irqchip_mask_timer_irq(struct irq_data *d) in bcm2836_arm_irqchip_mask_timer_irq()
50 static void bcm2836_arm_irqchip_unmask_timer_irq(struct irq_data *d) in bcm2836_arm_irqchip_unmask_timer_irq()
64 static void bcm2836_arm_irqchip_mask_pmu_irq(struct irq_data *d) in bcm2836_arm_irqchip_mask_pmu_irq()
69 static void bcm2836_arm_irqchip_unmask_pmu_irq(struct irq_data *d) in bcm2836_arm_irqchip_unmask_pmu_irq()
81 static void bcm2836_arm_irqchip_mask_gpu_irq(struct irq_data *d) in bcm2836_arm_irqchip_mask_gpu_irq()
85 static void bcm2836_arm_irqchip_unmask_gpu_irq(struct irq_data *d) in bcm2836_arm_irqchip_unmask_gpu_irq()
96 static void bcm2836_arm_irqchip_dummy_op(struct irq_data *d) in bcm2836_arm_irqchip_dummy_op()
105 static int bcm2836_map(struct irq_domain *d, unsigned int irq, in bcm2836_map()
173 static void bcm2836_arm_irqchip_ipi_ack(struct irq_data *d) in bcm2836_arm_irqchip_ipi_ack()
181 static void bcm2836_arm_irqchip_ipi_send_mask(struct irq_data *d, in bcm2836_arm_irqchip_ipi_send_mask()
[all …]
H A Dirq-xtensa-mx.c26 static int xtensa_mx_irq_map(struct irq_domain *d, unsigned int irq, in xtensa_mx_irq_map()
46 static int xtensa_mx_irq_domain_xlate(struct irq_domain *d, in xtensa_mx_irq_domain_xlate()
70 static void xtensa_mx_irq_mask(struct irq_data *d) in xtensa_mx_irq_mask()
88 static void xtensa_mx_irq_unmask(struct irq_data *d) in xtensa_mx_irq_unmask()
106 static void xtensa_mx_irq_enable(struct irq_data *d) in xtensa_mx_irq_enable()
111 static void xtensa_mx_irq_disable(struct irq_data *d) in xtensa_mx_irq_disable()
116 static void xtensa_mx_irq_ack(struct irq_data *d) in xtensa_mx_irq_ack()
121 static int xtensa_mx_irq_retrigger(struct irq_data *d) in xtensa_mx_irq_retrigger()
131 static int xtensa_mx_irq_set_affinity(struct irq_data *d, in xtensa_mx_irq_set_affinity()
H A Dirq-mips-gic.c134 static bool gic_irq_lock_cluster(struct irq_data *d) in gic_irq_lock_cluster()
192 static void gic_send_ipi(struct irq_data *d, unsigned int cpu) in gic_send_ipi()
265 static void gic_mask_irq(struct irq_data *d) in gic_mask_irq()
279 static void gic_unmask_irq(struct irq_data *d) in gic_unmask_irq()
296 static void gic_ack_irq(struct irq_data *d) in gic_ack_irq()
308 static int gic_set_type(struct irq_data *d, unsigned int type) in gic_set_type()
368 static int gic_set_affinity(struct irq_data *d, const struct cpumask *cpumask, in gic_set_affinity()
490 static void gic_mask_local_irq(struct irq_data *d) in gic_mask_local_irq()
497 static void gic_unmask_local_irq(struct irq_data *d) in gic_unmask_local_irq()
510 static void gic_mask_local_irq_all_vpes(struct irq_data *d) in gic_mask_local_irq_all_vpes()
[all …]
H A Dirq-hip04.c71 static inline void __iomem *hip04_dist_base(struct irq_data *d) in hip04_dist_base()
77 static inline void __iomem *hip04_cpu_base(struct irq_data *d) in hip04_cpu_base()
83 static inline unsigned int hip04_irq(struct irq_data *d) in hip04_irq()
91 static void hip04_mask_irq(struct irq_data *d) in hip04_mask_irq()
101 static void hip04_unmask_irq(struct irq_data *d) in hip04_unmask_irq()
111 static void hip04_eoi_irq(struct irq_data *d) in hip04_eoi_irq()
116 static int hip04_irq_set_type(struct irq_data *d, unsigned int type) in hip04_irq_set_type()
146 static int hip04_irq_set_affinity(struct irq_data *d, in hip04_irq_set_affinity()
175 static void hip04_ipi_send_mask(struct irq_data *d, const struct cpumask *mask) in hip04_ipi_send_mask()
296 static int hip04_irq_domain_map(struct irq_domain *d, unsigned int irq, in hip04_irq_domain_map()
[all …]
H A Dirq-riscv-imsic-platform.c44 static void imsic_irq_mask(struct irq_data *d) in imsic_irq_mask()
49 static void imsic_irq_unmask(struct irq_data *d) in imsic_irq_unmask()
54 static int imsic_irq_retrigger(struct irq_data *d) in imsic_irq_retrigger()
67 static void imsic_irq_ack(struct irq_data *d) in imsic_irq_ack()
87 static void imsic_irq_compose_msg(struct irq_data *d, struct msi_msg *msg) in imsic_irq_compose_msg()
93 static void imsic_msi_update_msg(struct irq_data *d, struct imsic_vector *vec) in imsic_msi_update_msg()
101 static int imsic_irq_set_affinity(struct irq_data *d, const struct cpumask *mask_val, in imsic_irq_set_affinity()
179 static void imsic_irq_force_complete_move(struct irq_data *d) in imsic_irq_force_complete_move()
250 struct irq_data *d = irq_domain_get_irq_data(domain, virq); in imsic_irq_domain_free() local
257 static void imsic_irq_debug_show(struct seq_file *m, struct irq_domain *d, in imsic_irq_debug_show()
/linux/tools/virtio/linux/
H A Ddma-mapping.h16 #define dma_alloc_coherent(d, s, hp, f) ({ \ argument
22 #define dma_free_coherent(d, s, p, h) kfree(p) argument
24 #define dma_map_page(d, p, o, s, dir) (page_to_phys(p) + (o)) argument
25 #define dma_map_page_attrs(d, p, o, s, dir, a) (page_to_phys(p) + (o)) argument
27 #define dma_map_single(d, p, s, dir) (virt_to_phys(p)) argument
28 #define dma_map_single_attrs(d, p, s, dir, a) (virt_to_phys(p)) argument
31 #define dma_unmap_single(d, a, s, r) do { (void)(d); (void)(a); (void)(s); (void)(r); } while (0) argument
32 #define dma_unmap_page(d, a, s, r) do { (void)(d); (void)(a); (void)(s); (void)(r); } while (0) argument
33 #define dma_unmap_page_attrs(d, a, s, r, t) do { \ argument
40 #define dma_unmap_single_attrs(d, a, s, r, t) do { \ argument
[all …]
/linux/arch/mips/sgi-ip32/
H A Dip32-irq.c119 static inline void crime_enable_irq(struct irq_data *d) in crime_enable_irq()
127 static inline void crime_disable_irq(struct irq_data *d) in crime_disable_irq()
142 static void crime_edge_mask_and_ack_irq(struct irq_data *d) in crime_edge_mask_and_ack_irq()
171 static void enable_macepci_irq(struct irq_data *d) in enable_macepci_irq()
179 static void disable_macepci_irq(struct irq_data *d) in disable_macepci_irq()
234 static void enable_maceisa_irq(struct irq_data *d) in enable_maceisa_irq()
258 static void disable_maceisa_irq(struct irq_data *d) in disable_maceisa_irq()
276 static void mask_and_ack_maceisa_irq(struct irq_data *d) in mask_and_ack_maceisa_irq()
306 static void enable_mace_irq(struct irq_data *d) in enable_mace_irq()
314 static void disable_mace_irq(struct irq_data *d) in disable_mace_irq()
/linux/net/bluetooth/rfcomm/
H A Dcore.c209 static int rfcomm_check_security(struct rfcomm_dlc *d) in rfcomm_check_security() argument
260 struct rfcomm_dlc *d = timer_container_of(d, in rfcomm_dlc_timeout() local
269 rfcomm_dlc_set_timer(struct rfcomm_dlc * d,long timeout) rfcomm_dlc_set_timer() argument
277 rfcomm_dlc_clear_timer(struct rfcomm_dlc * d) rfcomm_dlc_clear_timer() argument
285 rfcomm_dlc_clear_state(struct rfcomm_dlc * d) rfcomm_dlc_clear_state() argument
302 struct rfcomm_dlc *d = kzalloc_obj(*d, prio); rfcomm_dlc_alloc() local
320 rfcomm_dlc_free(struct rfcomm_dlc * d) rfcomm_dlc_free() argument
328 rfcomm_dlc_link(struct rfcomm_session * s,struct rfcomm_dlc * d) rfcomm_dlc_link() argument
338 rfcomm_dlc_unlink(struct rfcomm_dlc * d) rfcomm_dlc_unlink() argument
354 struct rfcomm_dlc *d; rfcomm_dlc_get() local
368 __rfcomm_dlc_open(struct rfcomm_dlc * d,bdaddr_t * src,bdaddr_t * dst,u8 channel) __rfcomm_dlc_open() argument
422 rfcomm_dlc_open(struct rfcomm_dlc * d,bdaddr_t * src,bdaddr_t * dst,u8 channel) rfcomm_dlc_open() argument
434 __rfcomm_dlc_disconn(struct rfcomm_dlc * d) __rfcomm_dlc_disconn() argument
448 __rfcomm_dlc_close(struct rfcomm_dlc * d,int err) __rfcomm_dlc_close() argument
500 rfcomm_dlc_close(struct rfcomm_dlc * d,int err) rfcomm_dlc_close() argument
553 rfcomm_dlc_send_frag(struct rfcomm_dlc * d,struct sk_buff * frag) rfcomm_dlc_send_frag() argument
568 rfcomm_dlc_send(struct rfcomm_dlc * d,struct sk_buff * skb) rfcomm_dlc_send() argument
609 rfcomm_dlc_send_noerror(struct rfcomm_dlc * d,struct sk_buff * skb) rfcomm_dlc_send_noerror() argument
623 __rfcomm_dlc_throttle(struct rfcomm_dlc * d) __rfcomm_dlc_throttle() argument
634 __rfcomm_dlc_unthrottle(struct rfcomm_dlc * d) __rfcomm_dlc_unthrottle() argument
650 rfcomm_dlc_set_modem_status(struct rfcomm_dlc * d,u8 v24_sig) rfcomm_dlc_set_modem_status() argument
668 rfcomm_dlc_get_modem_status(struct rfcomm_dlc * d,u8 * v24_sig) rfcomm_dlc_get_modem_status() argument
744 struct rfcomm_dlc *d, *n; rfcomm_session_close() local
890 rfcomm_queue_disc(struct rfcomm_dlc * d) rfcomm_queue_disc() argument
951 rfcomm_send_pn(struct rfcomm_session * s,int cr,struct rfcomm_dlc * d) rfcomm_send_pn() argument
1031 rfcomm_dlc_send_rpn(struct rfcomm_dlc * d,u8 bit_rate,u8 data_bits,u8 stop_bits,u8 parity,u8 flow_ctrl_settings,u8 xon_char,u8 xoff_char,u16 param_mask) rfcomm_dlc_send_rpn() argument
1224 struct rfcomm_dlc *d = rfcomm_dlc_get(s, dlci); rfcomm_recv_ua() local
1278 struct rfcomm_dlc *d = rfcomm_dlc_get(s, dlci); rfcomm_recv_dm() local
1307 struct rfcomm_dlc *d = rfcomm_dlc_get(s, dlci); rfcomm_recv_disc() local
1337 __rfcomm_dlc_accept(struct rfcomm_dlc * d) __rfcomm_dlc_accept() argument
1359 rfcomm_dlc_accept(struct rfcomm_dlc * d) rfcomm_dlc_accept() argument
1374 rfcomm_check_accept(struct rfcomm_dlc * d) rfcomm_check_accept() argument
1395 struct rfcomm_dlc *d; rfcomm_recv_sabm() local
1435 rfcomm_apply_pn(struct rfcomm_dlc * d,int cr,struct rfcomm_pn * pn) rfcomm_apply_pn() argument
1467 struct rfcomm_dlc *d; rfcomm_recv_pn() local
1668 struct rfcomm_dlc *d; rfcomm_recv_msc() local
1770 struct rfcomm_dlc *d; rfcomm_recv_data() local
1879 struct rfcomm_dlc *d, *n; rfcomm_process_connect() local
1899 rfcomm_process_tx(struct rfcomm_dlc * d) rfcomm_process_tx() argument
1949 struct rfcomm_dlc *d, *n; rfcomm_process_dlcs() local
2212 struct rfcomm_dlc *d, *n; rfcomm_security_cfm() local
2266 struct rfcomm_dlc *d; rfcomm_dlc_debugfs_show() local
[all...]
/linux/arch/powerpc/platforms/52xx/
H A Dmpc52xx_pic.c159 static void mpc52xx_extirq_mask(struct irq_data *d) in mpc52xx_extirq_mask()
165 static void mpc52xx_extirq_unmask(struct irq_data *d) in mpc52xx_extirq_unmask()
171 static void mpc52xx_extirq_ack(struct irq_data *d) in mpc52xx_extirq_ack()
177 static int mpc52xx_extirq_set_type(struct irq_data *d, unsigned int flow_type) in mpc52xx_extirq_set_type()
216 static int mpc52xx_null_set_type(struct irq_data *d, unsigned int flow_type) in mpc52xx_null_set_type()
221 static void mpc52xx_main_mask(struct irq_data *d) in mpc52xx_main_mask()
227 static void mpc52xx_main_unmask(struct irq_data *d) in mpc52xx_main_unmask()
244 static void mpc52xx_periph_mask(struct irq_data *d) in mpc52xx_periph_mask()
250 static void mpc52xx_periph_unmask(struct irq_data *d) in mpc52xx_periph_unmask()
267 static void mpc52xx_sdma_mask(struct irq_data *d) in mpc52xx_sdma_mask()
[all …]
/linux/arch/mips/sgi-ip22/
H A Dip22-int.c35 static void enable_local0_irq(struct irq_data *d) in enable_local0_irq()
43 static void disable_local0_irq(struct irq_data *d) in disable_local0_irq()
54 static void enable_local1_irq(struct irq_data *d) in enable_local1_irq()
62 static void disable_local1_irq(struct irq_data *d) in disable_local1_irq()
73 static void enable_local2_irq(struct irq_data *d) in enable_local2_irq()
79 static void disable_local2_irq(struct irq_data *d) in disable_local2_irq()
92 static void enable_local3_irq(struct irq_data *d) in enable_local3_irq()
98 static void disable_local3_irq(struct irq_data *d) in disable_local3_irq()
/linux/drivers/input/rmi4/
H A Drmi_bus.h48 #define to_rmi_function(d) container_of(d, struct rmi_function, dev) argument
90 #define to_rmi_function_handler(d) \ argument
100 #define to_rmi_driver(d) \ argument
103 #define to_rmi_device(d) container_of(d, struct rmi_device, dev) argument
106 rmi_get_platform_data(struct rmi_device *d) in rmi_get_platform_data()
120 static inline int rmi_reset(struct rmi_device *d) in rmi_reset()
135 static inline int rmi_read(struct rmi_device *d, u16 addr, u8 *buf) in rmi_read()
151 static inline int rmi_read_block(struct rmi_device *d, u16 addr, in rmi_read_block()
166 static inline int rmi_write(struct rmi_device *d, u16 addr, u8 data) in rmi_write()
181 static inline int rmi_write_block(struct rmi_device *d, u16 addr, in rmi_write_block()
/linux/drivers/input/serio/
H A Dioc3kbd.c40 struct ioc3kbd_data *d = dev->port_data; in ioc3kbd_write() local
54 struct ioc3kbd_data *d = dev->port_data; in ioc3kbd_start() local
62 struct ioc3kbd_data *d = dev->port_data; in ioc3kbd_stop() local
69 struct ioc3kbd_data *d = dev->port_data; in ioc3aux_write() local
83 struct ioc3kbd_data *d = dev->port_data; in ioc3aux_start() local
91 struct ioc3kbd_data *d = dev->port_data; in ioc3aux_stop() local
108 struct ioc3kbd_data *d = dev_id; in ioc3kbd_intr() local
126 struct ioc3kbd_data *d; in ioc3kbd_probe() local
195 struct ioc3kbd_data *d = platform_get_drvdata(pdev); in ioc3kbd_remove() local
/linux/drivers/media/platform/st/stm32/dma2d/
H A Ddma2d-hw.c35 void dma2d_start(struct dma2d_dev *d) in dma2d_start()
40 u32 dma2d_get_int(struct dma2d_dev *d) in dma2d_get_int()
45 void dma2d_clear_int(struct dma2d_dev *d) in dma2d_clear_int()
52 void dma2d_config_common(struct dma2d_dev *d, enum dma2d_op_mode op_mode, in dma2d_config_common()
61 void dma2d_config_out(struct dma2d_dev *d, struct dma2d_frame *frm, in dma2d_config_out()
87 void dma2d_config_fg(struct dma2d_dev *d, struct dma2d_frame *frm, in dma2d_config_fg()
111 void dma2d_config_bg(struct dma2d_dev *d, struct dma2d_frame *frm, in dma2d_config_bg()
/linux/arch/mips/alchemy/common/
H A Dirq.c288 static void au1x_ic0_unmask(struct irq_data *d) in au1x_ic0_unmask()
298 static void au1x_ic1_unmask(struct irq_data *d) in au1x_ic1_unmask()
308 static void au1x_ic0_mask(struct irq_data *d) in au1x_ic0_mask()
318 static void au1x_ic1_mask(struct irq_data *d) in au1x_ic1_mask()
328 static void au1x_ic0_ack(struct irq_data *d) in au1x_ic0_ack()
342 static void au1x_ic1_ack(struct irq_data *d) in au1x_ic1_ack()
356 static void au1x_ic0_maskack(struct irq_data *d) in au1x_ic0_maskack()
368 static void au1x_ic1_maskack(struct irq_data *d) in au1x_ic1_maskack()
380 static int au1x_ic1_setwake(struct irq_data *d, unsigned int on) in au1x_ic1_setwake()
426 static int au1x_ic_settype(struct irq_data *d, unsigned int flow_type) in au1x_ic_settype()
[all …]
/linux/kernel/bpf/
H A Ddispatcher.c26 struct bpf_dispatcher *d, struct bpf_prog *prog) in bpf_dispatcher_find_prog()
38 struct bpf_dispatcher *d) in bpf_dispatcher_find_free()
43 static bool bpf_dispatcher_add_prog(struct bpf_dispatcher *d, in bpf_dispatcher_add_prog()
68 static bool bpf_dispatcher_remove_prog(struct bpf_dispatcher *d, in bpf_dispatcher_remove_prog()
94 static int bpf_dispatcher_prepare(struct bpf_dispatcher *d, void *image, void *buf) in bpf_dispatcher_prepare()
106 static void bpf_dispatcher_update(struct bpf_dispatcher *d, int prev_num_progs) in bpf_dispatcher_update()
137 void bpf_dispatcher_change_prog(struct bpf_dispatcher *d, struct bpf_prog *from, in bpf_dispatcher_change_prog()
/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_ctrl_net.c60 struct octep_ctrl_net_wait_data *d, in octep_send_mbox_req()
129 struct octep_ctrl_net_wait_data d = {}; in octep_ctrl_net_get_link_status() local
146 struct octep_ctrl_net_wait_data d = {}; in octep_ctrl_net_set_link_status() local
161 struct octep_ctrl_net_wait_data d = {}; in octep_ctrl_net_set_rx_state() local
175 struct octep_ctrl_net_wait_data d = {}; in octep_ctrl_net_get_mac_addr() local
194 struct octep_ctrl_net_wait_data d = {}; in octep_ctrl_net_set_mac_addr() local
207 struct octep_ctrl_net_wait_data d = {}; in octep_ctrl_net_get_mtu() local
226 struct octep_ctrl_net_wait_data d = {}; in octep_ctrl_net_set_mtu() local
241 struct octep_ctrl_net_wait_data d = {}; in octep_ctrl_net_get_if_stats() local
261 struct octep_ctrl_net_wait_data d = {}; in octep_ctrl_net_get_link_info() local
[all …]

12345678910>>...59