Home
last modified time | relevance | path

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

12345678910>>...83

/Linux-v4.19/net/bridge/
Dbr_sysfs_br.c31 static ssize_t store_bridge_parm(struct device *d, in store_bridge_parm()
59 static ssize_t forward_delay_show(struct device *d, in forward_delay_show()
66 static ssize_t forward_delay_store(struct device *d, in forward_delay_store()
74 static ssize_t hello_time_show(struct device *d, struct device_attribute *attr, in hello_time_show()
81 static ssize_t hello_time_store(struct device *d, in hello_time_store()
89 static ssize_t max_age_show(struct device *d, struct device_attribute *attr, in max_age_show()
96 static ssize_t max_age_store(struct device *d, struct device_attribute *attr, in max_age_store()
103 static ssize_t ageing_time_show(struct device *d, in ageing_time_show()
115 static ssize_t ageing_time_store(struct device *d, in ageing_time_store()
123 static ssize_t stp_state_show(struct device *d, in stp_state_show()
[all …]
/Linux-v4.19/drivers/usb/gadget/udc/aspeed-vhub/
Ddev.c37 void ast_vhub_dev_irq(struct ast_vhub_dev *d) in ast_vhub_dev_irq()
51 static void ast_vhub_dev_enable(struct ast_vhub_dev *d) in ast_vhub_dev_enable()
79 static void ast_vhub_dev_disable(struct ast_vhub_dev *d) in ast_vhub_dev_disable()
99 static int ast_vhub_dev_feature(struct ast_vhub_dev *d, in ast_vhub_dev_feature()
114 static int ast_vhub_ep_feature(struct ast_vhub_dev *d, in ast_vhub_ep_feature()
146 static int ast_vhub_dev_status(struct ast_vhub_dev *d, in ast_vhub_dev_status()
160 static int ast_vhub_ep_status(struct ast_vhub_dev *d, in ast_vhub_ep_status()
185 static void ast_vhub_dev_set_address(struct ast_vhub_dev *d, u8 addr) in ast_vhub_dev_set_address()
200 struct ast_vhub_dev *d = ep->dev; in ast_vhub_std_dev_request() local
253 struct ast_vhub_dev *d = to_ast_dev(gadget); in ast_vhub_udc_wakeup() local
[all …]
/Linux-v4.19/scripts/dtc/
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 …]
/Linux-v4.19/drivers/media/platform/s5p-g2d/
Dg2d-hw.c22 void g2d_reset(struct g2d_dev *d) in g2d_reset()
27 void g2d_set_src_size(struct g2d_dev *d, struct g2d_frame *f) in g2d_set_src_size()
47 void g2d_set_src_addr(struct g2d_dev *d, dma_addr_t a) in g2d_set_src_addr()
52 void g2d_set_dst_size(struct g2d_dev *d, struct g2d_frame *f) in g2d_set_dst_size()
72 void g2d_set_dst_addr(struct g2d_dev *d, dma_addr_t a) in g2d_set_dst_addr()
77 void g2d_set_rop4(struct g2d_dev *d, u32 r) in g2d_set_rop4()
82 void g2d_set_flip(struct g2d_dev *d, u32 r) in g2d_set_flip()
87 void g2d_set_v41_stretch(struct g2d_dev *d, struct g2d_frame *src, in g2d_set_v41_stretch()
97 void g2d_set_cmd(struct g2d_dev *d, u32 c) in g2d_set_cmd()
102 void g2d_start(struct g2d_dev *d) in g2d_start()
[all …]
/Linux-v4.19/drivers/net/ethernet/ibm/emac/
Ddebug.h33 #define EMAC_DBG(d, name, fmt, arg...) \ argument
37 # define DBG(d,f,x...) EMAC_DBG(d, emac, f, ##x) argument
38 # define MAL_DBG(d,f,x...) EMAC_DBG(d, mal, f, ##x) argument
39 # define ZMII_DBG(d,f,x...) EMAC_DBG(d, zmii, f, ##x) argument
40 # define RGMII_DBG(d,f,x...) EMAC_DBG(d, rgmii, f, ##x) argument
44 # define MAL_DBG(d,f,x...) ((void)0) argument
45 # define ZMII_DBG(d,f,x...) ((void)0) argument
46 # define RGMII_DBG(d,f,x...) ((void)0) argument
49 # define DBG2(d,f,x...) DBG(d,f, ##x) argument
50 # define MAL_DBG2(d,f,x...) MAL_DBG(d,f, ##x) argument
[all …]
/Linux-v4.19/drivers/media/usb/dvb-usb-v2/
Ddvb_usb_core.c35 static int dvb_usbv2_download_firmware(struct dvb_usb_device *d, in dvb_usbv2_download_firmware()
69 static int dvb_usbv2_i2c_init(struct dvb_usb_device *d) in dvb_usbv2_i2c_init()
94 static int dvb_usbv2_i2c_exit(struct dvb_usb_device *d) in dvb_usbv2_i2c_exit()
107 struct dvb_usb_device *d = container_of(work, in dvb_usb_read_remote_control() local
132 static int dvb_usbv2_remote_init(struct dvb_usb_device *d) in dvb_usbv2_remote_init()
195 static int dvb_usbv2_remote_exit(struct dvb_usb_device *d) in dvb_usbv2_remote_exit()
256 struct dvb_usb_device *d = adap_to_d(adap); in dvb_usb_start_feed() local
344 struct dvb_usb_device *d = adap_to_d(adap); in dvb_usb_stop_feed() local
404 struct dvb_usb_device *d = adap_to_d(adap); in dvb_usbv2_media_device_init() local
447 struct dvb_usb_device *d = adap_to_d(adap); in dvb_usbv2_adapter_dvb_init() local
[all …]
Danysee.c45 static int anysee_ctrl_msg(struct dvb_usb_device *d, in anysee_ctrl_msg()
113 static int anysee_read_reg(struct dvb_usb_device *d, u16 reg, u8 *val) in anysee_read_reg()
122 static int anysee_write_reg(struct dvb_usb_device *d, u16 reg, u8 val) in anysee_write_reg()
130 static int anysee_wr_reg_mask(struct dvb_usb_device *d, u16 reg, u8 val, in anysee_wr_reg_mask()
151 static int anysee_rd_reg_mask(struct dvb_usb_device *d, u16 reg, u8 *val, in anysee_rd_reg_mask()
173 static int anysee_get_hw_info(struct dvb_usb_device *d, u8 *id) in anysee_get_hw_info()
186 static int anysee_led_ctrl(struct dvb_usb_device *d, u8 mode, u8 interval) in anysee_led_ctrl()
194 static int anysee_ir_ctrl(struct dvb_usb_device *d, u8 onoff) in anysee_ir_ctrl()
205 struct dvb_usb_device *d = i2c_get_adapdata(adap); in anysee_master_xfer() local
498 static int anysee_read_config(struct dvb_usb_device *d) in anysee_read_config()
[all …]
Drtl28xxu.c30 static int rtl28xxu_ctrl_msg(struct dvb_usb_device *d, struct rtl28xxu_req *req) in rtl28xxu_ctrl_msg()
76 static int rtl28xxu_wr_regs(struct dvb_usb_device *d, u16 reg, u8 *val, int len) in rtl28xxu_wr_regs()
94 static int rtl28xxu_rd_regs(struct dvb_usb_device *d, u16 reg, u8 *val, int len) in rtl28xxu_rd_regs()
112 static int rtl28xxu_wr_reg(struct dvb_usb_device *d, u16 reg, u8 val) in rtl28xxu_wr_reg()
117 static int rtl28xxu_rd_reg(struct dvb_usb_device *d, u16 reg, u8 *val) in rtl28xxu_rd_reg()
122 static int rtl28xxu_wr_reg_mask(struct dvb_usb_device *d, u16 reg, u8 val, in rtl28xxu_wr_reg_mask()
147 struct dvb_usb_device *d = i2c_get_adapdata(adap); in rtl28xxu_i2c_xfer() local
282 static int rtl2831u_read_config(struct dvb_usb_device *d) in rtl2831u_read_config()
363 static int rtl2832u_read_config(struct dvb_usb_device *d) in rtl2832u_read_config()
593 static int rtl28xxu_read_config(struct dvb_usb_device *d) in rtl28xxu_read_config()
[all …]
Ddvbsky.c48 static int dvbsky_usb_generic_rw(struct dvb_usb_device *d, in dvbsky_usb_generic_rw()
68 static int dvbsky_stream_ctrl(struct dvb_usb_device *d, u8 onoff) in dvbsky_stream_ctrl()
86 struct dvb_usb_device *d = fe_to_d(fe); in dvbsky_streaming_ctrl() local
92 static int dvbsky_gpio_ctrl(struct dvb_usb_device *d, u8 gport, u8 value) in dvbsky_gpio_ctrl()
110 struct dvb_usb_device *d = i2c_get_adapdata(adap); in dvbsky_i2c_xfer() local
193 static int dvbsky_rc_query(struct dvb_usb_device *d) in dvbsky_rc_query()
217 static int dvbsky_get_rc_config(struct dvb_usb_device *d, struct dvb_usb_rc *rc) in dvbsky_get_rc_config()
236 struct dvb_usb_device *d = fe_to_d(fe); in dvbsky_usb_set_voltage() local
251 struct dvb_usb_device *d = adap_to_d(adap); in dvbsky_read_mac_addr() local
277 struct dvb_usb_device *d = fe_to_d(fe); in dvbsky_usb_read_status() local
[all …]
Daf9035.c45 static int af9035_ctrl_msg(struct dvb_usb_device *d, struct usb_req *req) in af9035_ctrl_msg()
129 static int af9035_wr_regs(struct dvb_usb_device *d, u32 reg, u8 *val, int len) in af9035_wr_regs()
153 static int af9035_rd_regs(struct dvb_usb_device *d, u32 reg, u8 *val, int len) in af9035_rd_regs()
163 static int af9035_wr_reg(struct dvb_usb_device *d, u32 reg, u8 val) in af9035_wr_reg()
169 static int af9035_rd_reg(struct dvb_usb_device *d, u32 reg, u8 *val) in af9035_rd_reg()
175 static int af9035_wr_reg_mask(struct dvb_usb_device *d, u32 reg, u8 val, in af9035_wr_reg_mask()
195 static int af9035_add_i2c_dev(struct dvb_usb_device *d, const char *type, in af9035_add_i2c_dev()
246 static void af9035_del_i2c_dev(struct dvb_usb_device *d) in af9035_del_i2c_dev()
284 struct dvb_usb_device *d = i2c_get_adapdata(adap); in af9035_i2c_master_xfer() local
493 static int af9035_identify_state(struct dvb_usb_device *d, const char **name) in af9035_identify_state()
[all …]
Daz6007.c133 static int az6007_read(struct dvb_usb_device *d, u8 req, u16 value, in az6007_read()
180 static int az6007_write(struct dvb_usb_device *d, u8 req, u16 value, in az6007_write()
198 struct dvb_usb_device *d = fe_to_d(fe); in az6007_streaming_ctrl() local
207 static int az6007_rc_query(struct dvb_usb_device *d) in az6007_rc_query()
240 static int az6007_get_rc_config(struct dvb_usb_device *d, struct dvb_usb_rc *rc) in az6007_get_rc_config()
259 struct dvb_usb_device *d = (struct dvb_usb_device *)ca->data; in az6007_ci_read_attribute_mem() local
301 struct dvb_usb_device *d = (struct dvb_usb_device *)ca->data; in az6007_ci_write_attribute_mem() local
332 struct dvb_usb_device *d = (struct dvb_usb_device *)ca->data; in az6007_ci_read_cam_control() local
378 struct dvb_usb_device *d = (struct dvb_usb_device *)ca->data; in az6007_ci_write_cam_control() local
409 struct dvb_usb_device *d = (struct dvb_usb_device *)ca->data; in CI_CamReady() local
[all …]
/Linux-v4.19/drivers/net/bonding/
Dbond_sysfs.c157 static ssize_t bonding_sysfs_store_option(struct device *d, in bonding_sysfs_store_option()
181 static ssize_t bonding_show_slaves(struct device *d, in bonding_show_slaves()
214 static ssize_t bonding_show_mode(struct device *d, in bonding_show_mode()
227 static ssize_t bonding_show_xmit_hash(struct device *d, in bonding_show_xmit_hash()
242 static ssize_t bonding_show_arp_validate(struct device *d, in bonding_show_arp_validate()
258 static ssize_t bonding_show_arp_all_targets(struct device *d, in bonding_show_arp_all_targets()
274 static ssize_t bonding_show_fail_over_mac(struct device *d, in bonding_show_fail_over_mac()
290 static ssize_t bonding_show_arp_interval(struct device *d, in bonding_show_arp_interval()
302 static ssize_t bonding_show_arp_targets(struct device *d, in bonding_show_arp_targets()
323 static ssize_t bonding_show_downdelay(struct device *d, in bonding_show_downdelay()
[all …]
/Linux-v4.19/arch/powerpc/net/
Dbpf_jit.h35 #define PLANT_INSTR(d, idx, instr) \ argument
45 #define PPC_ADDI(d, a, i) EMIT(PPC_INST_ADDI | ___PPC_RT(d) | \ argument
47 #define PPC_MR(d, a) PPC_OR(d, a, a) argument
49 #define PPC_ADDIS(d, a, i) EMIT(PPC_INST_ADDIS | \ argument
112 #define PPC_SUB(d, a, b) EMIT(PPC_INST_SUB | ___PPC_RT(d) | \ argument
114 #define PPC_ADD(d, a, b) EMIT(PPC_INST_ADD | ___PPC_RT(d) | \ argument
116 #define PPC_MULD(d, a, b) EMIT(PPC_INST_MULLD | ___PPC_RT(d) | \ argument
118 #define PPC_MULW(d, a, b) EMIT(PPC_INST_MULLW | ___PPC_RT(d) | \ argument
120 #define PPC_MULHWU(d, a, b) EMIT(PPC_INST_MULHWU | ___PPC_RT(d) | \ argument
122 #define PPC_MULI(d, a, i) EMIT(PPC_INST_MULLI | ___PPC_RT(d) | \ argument
[all …]
/Linux-v4.19/arch/alpha/lib/
Dmemcpy.c26 #define ALIGN_DEST_TO8_UP(d,s,n) \ argument
33 #define ALIGN_DEST_TO8_DN(d,s,n) \ argument
45 #define DO_REST_UP(d,s,n) \ argument
51 #define DO_REST_DN(d,s,n) \ argument
62 #define DO_REST_ALIGNED_UP(d,s,n) DO_REST_UP(d,s,n) argument
63 #define DO_REST_ALIGNED_DN(d,s,n) DO_REST_DN(d,s,n) argument
72 static inline void __memcpy_unaligned_up (unsigned long d, unsigned long s, in __memcpy_unaligned_up()
100 static inline void __memcpy_unaligned_dn (unsigned long d, unsigned long s, in __memcpy_unaligned_dn()
118 static inline void __memcpy_aligned_up (unsigned long d, unsigned long s, in __memcpy_aligned_up()
134 static inline void __memcpy_aligned_dn (unsigned long d, unsigned long s, in __memcpy_aligned_dn()
/Linux-v4.19/include/linux/
Doverflow.h49 #define check_add_overflow(a, b, d) ({ \ argument
58 #define check_sub_overflow(a, b, d) ({ \ argument
67 #define check_mul_overflow(a, b, d) ({ \ argument
80 #define __unsigned_add_overflow(a, b, d) ({ \ argument
89 #define __unsigned_sub_overflow(a, b, d) ({ \ argument
101 #define __unsigned_mul_overflow(a, b, d) ({ \ argument
129 #define __signed_add_overflow(a, b, d) ({ \ argument
145 #define __signed_sub_overflow(a, b, d) ({ \ argument
172 #define __signed_mul_overflow(a, b, d) ({ \ argument
187 #define check_add_overflow(a, b, d) \ argument
[all …]
Dirq.h235 #define __irqd_to_state(d) ACCESS_PRIVATE((d)->common, state_use_accessors) argument
237 static inline bool irqd_is_setaffinity_pending(struct irq_data *d) in irqd_is_setaffinity_pending()
242 static inline bool irqd_is_per_cpu(struct irq_data *d) in irqd_is_per_cpu()
247 static inline bool irqd_can_balance(struct irq_data *d) in irqd_can_balance()
252 static inline bool irqd_affinity_was_set(struct irq_data *d) in irqd_affinity_was_set()
257 static inline void irqd_mark_affinity_was_set(struct irq_data *d) in irqd_mark_affinity_was_set()
262 static inline bool irqd_trigger_type_was_set(struct irq_data *d) in irqd_trigger_type_was_set()
267 static inline u32 irqd_get_trigger_type(struct irq_data *d) in irqd_get_trigger_type()
276 static inline void irqd_set_trigger_type(struct irq_data *d, u32 type) in irqd_set_trigger_type()
283 static inline bool irqd_is_level_type(struct irq_data *d) in irqd_is_level_type()
[all …]
/Linux-v4.19/drivers/block/aoe/
Daoeblk.c38 struct aoedev *d = disk->private_data; in aoedisk_show_state() local
51 struct aoedev *d = disk->private_data; in aoedisk_show_mac() local
62 struct aoedev *d = disk->private_data; in aoedisk_show_netif() local
100 struct aoedev *d = disk->private_data; in aoedisk_show_fwver() local
108 struct aoedev *d = disk->private_data; in aoedisk_show_payload() local
115 struct aoedev *d; in aoedisk_debugfs_show() local
192 aoedisk_add_debugfs(struct aoedev *d) in aoedisk_add_debugfs()
216 aoedisk_rm_debugfs(struct aoedev *d) in aoedisk_rm_debugfs()
223 aoedisk_add_sysfs(struct aoedev *d) in aoedisk_add_sysfs()
228 aoedisk_rm_sysfs(struct aoedev *d) in aoedisk_rm_sysfs()
[all …]
Daoecmd.c79 getframe_deferred(struct aoedev *d, u32 tag) in getframe_deferred()
96 getframe(struct aoedev *d, u32 tag) in getframe()
120 newtag(struct aoedev *d) in newtag()
129 aoehdr_atainit(struct aoedev *d, struct aoetgt *t, struct aoe_hdr *h) in aoehdr_atainit()
171 skb_pool_put(struct aoedev *d, struct sk_buff *skb) in skb_pool_put()
177 skb_pool_get(struct aoedev *d) in skb_pool_get()
206 newtframe(struct aoedev *d, struct aoetgt *t) in newtframe()
250 newframe(struct aoedev *d) in newframe()
310 struct aoedev *d = f->t->d; in fhash() local
369 aoecmd_ata_rw(struct aoedev *d) in aoecmd_ata_rw()
[all …]
/Linux-v4.19/arch/unicore32/kernel/
Dirq.c44 static int puv3_gpio_type(struct irq_data *d, unsigned int type) in puv3_gpio_type()
77 static void puv3_low_gpio_ack(struct irq_data *d) in puv3_low_gpio_ack()
82 static void puv3_low_gpio_mask(struct irq_data *d) in puv3_low_gpio_mask()
87 static void puv3_low_gpio_unmask(struct irq_data *d) in puv3_low_gpio_unmask()
92 static int puv3_low_gpio_wake(struct irq_data *d, unsigned int on) in puv3_low_gpio_wake()
143 static void puv3_high_gpio_ack(struct irq_data *d) in puv3_high_gpio_ack()
150 static void puv3_high_gpio_mask(struct irq_data *d) in puv3_high_gpio_mask()
160 static void puv3_high_gpio_unmask(struct irq_data *d) in puv3_high_gpio_unmask()
170 static int puv3_high_gpio_wake(struct irq_data *d, unsigned int on) in puv3_high_gpio_wake()
192 static void puv3_mask_irq(struct irq_data *d) in puv3_mask_irq()
[all …]
/Linux-v4.19/tools/include/linux/
Doverflow.h49 #define check_add_overflow(a, b, d) ({ \ argument
58 #define check_sub_overflow(a, b, d) ({ \ argument
67 #define check_mul_overflow(a, b, d) ({ \ argument
80 #define __unsigned_add_overflow(a, b, d) ({ \ argument
89 #define __unsigned_sub_overflow(a, b, d) ({ \ argument
101 #define __unsigned_mul_overflow(a, b, d) ({ \ argument
129 #define __signed_add_overflow(a, b, d) ({ \ argument
145 #define __signed_sub_overflow(a, b, d) ({ \ argument
172 #define __signed_mul_overflow(a, b, d) ({ \ argument
187 #define check_add_overflow(a, b, d) \ argument
[all …]
/Linux-v4.19/arch/arm/mach-rpc/
Dirq.c11 static void iomd_ack_irq_a(struct irq_data *d) in iomd_ack_irq_a()
21 static void iomd_mask_irq_a(struct irq_data *d) in iomd_mask_irq_a()
30 static void iomd_unmask_irq_a(struct irq_data *d) in iomd_unmask_irq_a()
45 static void iomd_mask_irq_b(struct irq_data *d) in iomd_mask_irq_b()
54 static void iomd_unmask_irq_b(struct irq_data *d) in iomd_unmask_irq_b()
69 static void iomd_mask_irq_dma(struct irq_data *d) in iomd_mask_irq_dma()
78 static void iomd_unmask_irq_dma(struct irq_data *d) in iomd_unmask_irq_dma()
93 static void iomd_mask_irq_fiq(struct irq_data *d) in iomd_mask_irq_fiq()
102 static void iomd_unmask_irq_fiq(struct irq_data *d) in iomd_unmask_irq_fiq()
/Linux-v4.19/drivers/irqchip/
Dirq-xtensa-mx.c25 static int xtensa_mx_irq_map(struct irq_domain *d, unsigned int irq, in xtensa_mx_irq_map()
45 static int xtensa_mx_irq_domain_xlate(struct irq_domain *d, in xtensa_mx_irq_domain_xlate()
69 static void xtensa_mx_irq_mask(struct irq_data *d) in xtensa_mx_irq_mask()
84 static void xtensa_mx_irq_unmask(struct irq_data *d) in xtensa_mx_irq_unmask()
99 static void xtensa_mx_irq_enable(struct irq_data *d) in xtensa_mx_irq_enable()
104 static void xtensa_mx_irq_disable(struct irq_data *d) in xtensa_mx_irq_disable()
109 static void xtensa_mx_irq_ack(struct irq_data *d) in xtensa_mx_irq_ack()
114 static int xtensa_mx_irq_retrigger(struct irq_data *d) in xtensa_mx_irq_retrigger()
120 static int xtensa_mx_irq_set_affinity(struct irq_data *d, in xtensa_mx_irq_set_affinity()
Dirq-xtensa-pic.c29 static int xtensa_pic_irq_domain_xlate(struct irq_domain *d, in xtensa_pic_irq_domain_xlate()
44 static void xtensa_irq_mask(struct irq_data *d) in xtensa_irq_mask()
50 static void xtensa_irq_unmask(struct irq_data *d) in xtensa_irq_unmask()
56 static void xtensa_irq_enable(struct irq_data *d) in xtensa_irq_enable()
61 static void xtensa_irq_disable(struct irq_data *d) in xtensa_irq_disable()
66 static void xtensa_irq_ack(struct irq_data *d) in xtensa_irq_ack()
71 static int xtensa_irq_retrigger(struct irq_data *d) in xtensa_irq_retrigger()
/Linux-v4.19/drivers/ide/
Dsetup-pci.c80 unsigned long ide_pci_dma_base(ide_hwif_t *hwif, const struct ide_port_info *d) in ide_pci_dma_base()
109 int ide_pci_check_simplex(ide_hwif_t *hwif, const struct ide_port_info *d) in ide_pci_check_simplex()
170 void ide_setup_pci_noise(struct pci_dev *dev, const struct ide_port_info *d) in ide_setup_pci_noise()
194 const struct ide_port_info *d) in ide_pci_enable()
238 static int ide_pci_configure(struct pci_dev *dev, const struct ide_port_info *d) in ide_pci_configure()
277 static int ide_pci_check_iomem(struct pci_dev *dev, const struct ide_port_info *d, in ide_pci_check_iomem()
308 static int ide_hw_configure(struct pci_dev *dev, const struct ide_port_info *d, in ide_hw_configure()
354 int ide_hwif_setup_dma(ide_hwif_t *hwif, const struct ide_port_info *d) in ide_hwif_setup_dma()
406 const struct ide_port_info *d, int noisy) in ide_setup_pci_controller()
456 void ide_pci_setup_ports(struct pci_dev *dev, const struct ide_port_info *d, in ide_pci_setup_ports()
[all …]
/Linux-v4.19/drivers/media/usb/dvb-usb/
Dgp8psk.c32 static int gp8psk_usb_in_op(struct dvb_usb_device *d, u8 req, u16 value, in gp8psk_usb_in_op()
71 static int gp8psk_usb_out_op(struct dvb_usb_device *d, u8 req, u16 value, in gp8psk_usb_out_op()
103 static int gp8psk_get_fw_version(struct dvb_usb_device *d, u8 *fw_vers) in gp8psk_get_fw_version()
108 static int gp8psk_get_fpga_version(struct dvb_usb_device *d, u8 *fpga_vers) in gp8psk_get_fpga_version()
113 static void gp8psk_info(struct dvb_usb_device *d) in gp8psk_info()
130 static int gp8psk_load_bcm4500fw(struct dvb_usb_device *d) in gp8psk_load_bcm4500fw()
186 static int gp8psk_power_ctrl(struct dvb_usb_device *d, int onoff) in gp8psk_power_ctrl()
231 static int gp8psk_bcm4500_reload(struct dvb_usb_device *d) in gp8psk_bcm4500_reload()
261 struct dvb_usb_device *d = priv; in gp8psk_fe_in() local
269 struct dvb_usb_device *d = priv; in gp8psk_fe_out() local
[all …]

12345678910>>...83