Home
last modified time | relevance | path

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

12345678910>>...68

/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 …]
/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 …]
/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()
82 static struct thread *get_thread(struct dlfilter *d) in get_thread()
91 struct dlfilter *d = (struct dlfilter *)ctx; in dlfilter__resolve_ip() local
117 struct dlfilter *d = (struct dlfilter *)ctx; in dlfilter__resolve_addr() local
145 struct dlfilter *d = (struct dlfilter *)ctx; in dlfilter__args() local
166 struct dlfilter *d = (struct dlfilter *)ctx; in dlfilter__resolve_address() local
217 struct dlfilter *d = (struct dlfilter *)ctx; in dlfilter__insn() local
252 struct dlfilter *d = (struct dlfilter *)ctx; in dlfilter__srcline() local
280 struct dlfilter *d = (struct dlfilter *)ctx; in dlfilter__attr() local
300 struct dlfilter *d = (struct dlfilter *)ctx; in dlfilter__object_code() local
[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/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/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 …]
/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/drivers/media/usb/dvb-usb/
H A Ddvb-usb-remote.c48 struct dvb_usb_device *d = input_get_drvdata(dev); in legacy_dvb_usb_getkeycode() local
71 struct dvb_usb_device *d = input_get_drvdata(dev); in legacy_dvb_usb_setkeycode() local
111 struct dvb_usb_device *d = in legacy_dvb_usb_read_remote_control() local
190 static int legacy_dvb_usb_remote_init(struct dvb_usb_device *d) in legacy_dvb_usb_remote_init()
248 struct dvb_usb_device *d = in dvb_usb_read_remote_control() local
269 static int rc_core_dvb_usb_remote_init(struct dvb_usb_device *d) in rc_core_dvb_usb_remote_init()
313 int dvb_usb_remote_init(struct dvb_usb_device *d) in dvb_usb_remote_init()
346 int dvb_usb_remote_exit(struct dvb_usb_device *d) in dvb_usb_remote_exit()
362 int dvb_usb_nec_rc_key_to_event(struct dvb_usb_device *d, in dvb_usb_nec_rc_key_to_event()
/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/drivers/input/rmi4/
H A Drmi_bus.h48 #define to_rmi_function(d) container_of(d, struct rmi_function, dev) argument
89 #define to_rmi_function_handler(d) \ argument
99 #define to_rmi_driver(d) \ argument
102 #define to_rmi_device(d) container_of(d, struct rmi_device, dev) argument
105 rmi_get_platform_data(struct rmi_device *d) in rmi_get_platform_data()
119 static inline int rmi_reset(struct rmi_device *d) in rmi_reset()
134 static inline int rmi_read(struct rmi_device *d, u16 addr, u8 *buf) in rmi_read()
150 static inline int rmi_read_block(struct rmi_device *d, u16 addr, in rmi_read_block()
165 static inline int rmi_write(struct rmi_device *d, u16 addr, u8 data) in rmi_write()
180 static inline int rmi_write_block(struct rmi_device *d, u16 addr, in rmi_write_block()
/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/net/bluetooth/rfcomm/
H A Dcore.c212 static int rfcomm_check_security(struct rfcomm_dlc *d) in rfcomm_check_security() argument
263 struct rfcomm_dlc *d = timer_container_of(d, in rfcomm_dlc_timeout() local
272 rfcomm_dlc_set_timer(struct rfcomm_dlc * d,long timeout) rfcomm_dlc_set_timer() argument
280 rfcomm_dlc_clear_timer(struct rfcomm_dlc * d) rfcomm_dlc_clear_timer() argument
288 rfcomm_dlc_clear_state(struct rfcomm_dlc * d) rfcomm_dlc_clear_state() argument
305 struct rfcomm_dlc *d = kzalloc(sizeof(*d), prio); rfcomm_dlc_alloc() local
323 rfcomm_dlc_free(struct rfcomm_dlc * d) rfcomm_dlc_free() argument
331 rfcomm_dlc_link(struct rfcomm_session * s,struct rfcomm_dlc * d) rfcomm_dlc_link() argument
341 rfcomm_dlc_unlink(struct rfcomm_dlc * d) rfcomm_dlc_unlink() argument
357 struct rfcomm_dlc *d; rfcomm_dlc_get() local
371 __rfcomm_dlc_open(struct rfcomm_dlc * d,bdaddr_t * src,bdaddr_t * dst,u8 channel) __rfcomm_dlc_open() argument
425 rfcomm_dlc_open(struct rfcomm_dlc * d,bdaddr_t * src,bdaddr_t * dst,u8 channel) rfcomm_dlc_open() argument
437 __rfcomm_dlc_disconn(struct rfcomm_dlc * d) __rfcomm_dlc_disconn() argument
451 __rfcomm_dlc_close(struct rfcomm_dlc * d,int err) __rfcomm_dlc_close() argument
503 rfcomm_dlc_close(struct rfcomm_dlc * d,int err) rfcomm_dlc_close() argument
556 rfcomm_dlc_send_frag(struct rfcomm_dlc * d,struct sk_buff * frag) rfcomm_dlc_send_frag() argument
571 rfcomm_dlc_send(struct rfcomm_dlc * d,struct sk_buff * skb) rfcomm_dlc_send() argument
612 rfcomm_dlc_send_noerror(struct rfcomm_dlc * d,struct sk_buff * skb) rfcomm_dlc_send_noerror() argument
626 __rfcomm_dlc_throttle(struct rfcomm_dlc * d) __rfcomm_dlc_throttle() argument
637 __rfcomm_dlc_unthrottle(struct rfcomm_dlc * d) __rfcomm_dlc_unthrottle() argument
653 rfcomm_dlc_set_modem_status(struct rfcomm_dlc * d,u8 v24_sig) rfcomm_dlc_set_modem_status() argument
671 rfcomm_dlc_get_modem_status(struct rfcomm_dlc * d,u8 * v24_sig) rfcomm_dlc_get_modem_status() argument
747 struct rfcomm_dlc *d, *n; rfcomm_session_close() local
893 rfcomm_queue_disc(struct rfcomm_dlc * d) rfcomm_queue_disc() argument
954 rfcomm_send_pn(struct rfcomm_session * s,int cr,struct rfcomm_dlc * d) rfcomm_send_pn() argument
1210 struct rfcomm_dlc *d = rfcomm_dlc_get(s, dlci); rfcomm_recv_ua() local
1264 struct rfcomm_dlc *d = rfcomm_dlc_get(s, dlci); rfcomm_recv_dm() local
1293 struct rfcomm_dlc *d = rfcomm_dlc_get(s, dlci); rfcomm_recv_disc() local
1320 rfcomm_dlc_accept(struct rfcomm_dlc * d) rfcomm_dlc_accept() argument
1342 rfcomm_check_accept(struct rfcomm_dlc * d) rfcomm_check_accept() argument
1363 struct rfcomm_dlc *d; rfcomm_recv_sabm() local
1403 rfcomm_apply_pn(struct rfcomm_dlc * d,int cr,struct rfcomm_pn * pn) rfcomm_apply_pn() argument
1435 struct rfcomm_dlc *d; rfcomm_recv_pn() local
1612 struct rfcomm_dlc *d; rfcomm_recv_msc() local
1707 struct rfcomm_dlc *d; rfcomm_recv_data() local
1808 struct rfcomm_dlc *d, *n; rfcomm_process_connect() local
1828 rfcomm_process_tx(struct rfcomm_dlc * d) rfcomm_process_tx() argument
1878 struct rfcomm_dlc *d, *n; rfcomm_process_dlcs() local
2141 struct rfcomm_dlc *d, *n; rfcomm_security_cfm() local
2195 struct rfcomm_dlc *d; rfcomm_dlc_debugfs_show() local
[all...]
/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/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/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/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 …]
/linux/drivers/dma/lgm/
H A Dlgm-dma.c279 ldma_update_bits(struct ldma_dev *d, u32 mask, u32 val, u32 ofs) in ldma_update_bits()
315 static void ldma_dev_reset(struct ldma_dev *d) in ldma_dev_reset()
325 static void ldma_dev_pkt_arb_cfg(struct ldma_dev *d, bool enable) in ldma_dev_pkt_arb_cfg()
336 static void ldma_dev_sram_desc_cfg(struct ldma_dev *d, bool enable) in ldma_dev_sram_desc_cfg()
347 static void ldma_dev_chan_flow_ctl_cfg(struct ldma_dev *d, bool enable) in ldma_dev_chan_flow_ctl_cfg()
363 static void ldma_dev_global_polling_enable(struct ldma_dev *d) in ldma_dev_global_polling_enable()
376 static void ldma_dev_desc_fetch_on_demand_cfg(struct ldma_dev *d, bool enable) in ldma_dev_desc_fetch_on_demand_cfg()
392 static void ldma_dev_byte_enable_cfg(struct ldma_dev *d, bool enable) in ldma_dev_byte_enable_cfg()
403 static void ldma_dev_orrc_cfg(struct ldma_dev *d) in ldma_dev_orrc_cfg()
421 static void ldma_dev_df_tout_cfg(struct ldma_dev *d, bool enable, int tcnt) in ldma_dev_df_tout_cfg()
[all …]

12345678910>>...68