Home
last modified time | relevance | path

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

12345678910>>...74

/linux-6.6.21/drivers/usb/gadget/udc/aspeed-vhub/
Ddev.c31 void ast_vhub_dev_irq(struct ast_vhub_dev *d) in ast_vhub_dev_irq()
45 static void ast_vhub_dev_enable(struct ast_vhub_dev *d) in ast_vhub_dev_enable()
89 static void ast_vhub_dev_disable(struct ast_vhub_dev *d) in ast_vhub_dev_disable()
108 static int ast_vhub_dev_feature(struct ast_vhub_dev *d, in ast_vhub_dev_feature()
134 static int ast_vhub_ep_feature(struct ast_vhub_dev *d, in ast_vhub_ep_feature()
166 static int ast_vhub_dev_status(struct ast_vhub_dev *d, in ast_vhub_dev_status()
180 static int ast_vhub_ep_status(struct ast_vhub_dev *d, in ast_vhub_ep_status()
205 static void ast_vhub_dev_set_address(struct ast_vhub_dev *d, u8 addr) in ast_vhub_dev_set_address()
220 struct ast_vhub_dev *d = ep->dev; in ast_vhub_std_dev_request() local
278 struct ast_vhub_dev *d = to_ast_dev(gadget); in ast_vhub_udc_wakeup() local
[all …]
/linux-6.6.21/net/bridge/
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-6.6.21/scripts/dtc/
Ddata.c8 void data_free(struct data d) in data_free()
24 struct data data_grow_for(struct data d, unsigned int xlen) in data_grow_for()
46 struct data d; in data_copy_mem() local
59 struct data d; in data_copy_escape_string() local
81 struct data d = empty_data; in data_copy_file() local
107 struct data data_append_data(struct data d, const void *p, int len) in data_append_data()
115 struct data data_insert_at_marker(struct data d, struct marker *m, in data_insert_at_marker()
130 static struct data data_append_markers(struct data d, struct marker *m) in data_append_markers()
143 struct data d; in data_merge() local
158 struct data data_append_integer(struct data d, uint64_t value, int bits) in data_append_integer()
[all …]
/linux-6.6.21/drivers/media/usb/dvb-usb-v2/
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 …]
Danysee.c36 static int anysee_ctrl_msg(struct dvb_usb_device *d, in anysee_ctrl_msg()
104 static int anysee_read_reg(struct dvb_usb_device *d, u16 reg, u8 *val) in anysee_read_reg()
113 static int anysee_write_reg(struct dvb_usb_device *d, u16 reg, u8 val) in anysee_write_reg()
121 static int anysee_wr_reg_mask(struct dvb_usb_device *d, u16 reg, u8 val, in anysee_wr_reg_mask()
142 static int anysee_rd_reg_mask(struct dvb_usb_device *d, u16 reg, u8 *val, in anysee_rd_reg_mask()
164 static int anysee_get_hw_info(struct dvb_usb_device *d, u8 *id) in anysee_get_hw_info()
177 static int anysee_led_ctrl(struct dvb_usb_device *d, u8 mode, u8 interval) in anysee_led_ctrl()
185 static int anysee_ir_ctrl(struct dvb_usb_device *d, u8 onoff) in anysee_ir_ctrl()
196 struct dvb_usb_device *d = i2c_get_adapdata(adap); in anysee_master_xfer() local
489 static int anysee_read_config(struct dvb_usb_device *d) in anysee_read_config()
[all …]
Drtl28xxu.c17 static int rtl28xxu_ctrl_msg(struct dvb_usb_device *d, struct rtl28xxu_req *req) in rtl28xxu_ctrl_msg()
72 static int rtl28xxu_wr_regs(struct dvb_usb_device *d, u16 reg, u8 *val, int len) in rtl28xxu_wr_regs()
90 static int rtl28xxu_rd_regs(struct dvb_usb_device *d, u16 reg, u8 *val, int len) in rtl28xxu_rd_regs()
108 static int rtl28xxu_wr_reg(struct dvb_usb_device *d, u16 reg, u8 val) in rtl28xxu_wr_reg()
113 static int rtl28xxu_rd_reg(struct dvb_usb_device *d, u16 reg, u8 *val) in rtl28xxu_rd_reg()
118 static int rtl28xxu_wr_reg_mask(struct dvb_usb_device *d, u16 reg, u8 val, in rtl28xxu_wr_reg_mask()
143 struct dvb_usb_device *d = i2c_get_adapdata(adap); in rtl28xxu_i2c_xfer() local
298 static int rtl2831u_read_config(struct dvb_usb_device *d) in rtl2831u_read_config()
379 static int rtl2832u_read_config(struct dvb_usb_device *d) in rtl2832u_read_config()
631 static int rtl28xxu_read_config(struct dvb_usb_device *d) in rtl28xxu_read_config()
[all …]
Ddvbsky.c39 static int dvbsky_usb_generic_rw(struct dvb_usb_device *d, in dvbsky_usb_generic_rw()
59 static int dvbsky_stream_ctrl(struct dvb_usb_device *d, u8 onoff) in dvbsky_stream_ctrl()
80 struct dvb_usb_device *d = fe_to_d(fe); in dvbsky_streaming_ctrl() local
86 static int dvbsky_gpio_ctrl(struct dvb_usb_device *d, u8 gport, u8 value) in dvbsky_gpio_ctrl()
102 struct dvb_usb_device *d = i2c_get_adapdata(adap); in dvbsky_i2c_xfer() local
178 static int dvbsky_rc_query(struct dvb_usb_device *d) in dvbsky_rc_query()
200 static int dvbsky_get_rc_config(struct dvb_usb_device *d, struct dvb_usb_rc *rc) in dvbsky_get_rc_config()
219 struct dvb_usb_device *d = fe_to_d(fe); in dvbsky_usb_set_voltage() local
234 struct dvb_usb_device *d = adap_to_d(adap); in dvbsky_read_mac_addr() local
260 struct dvb_usb_device *d = fe_to_d(fe); in dvbsky_usb_read_status() local
[all …]
Daf9035.c32 static int af9035_ctrl_msg(struct dvb_usb_device *d, struct usb_req *req) in af9035_ctrl_msg()
114 static int af9035_wr_regs(struct dvb_usb_device *d, u32 reg, u8 *val, int len) in af9035_wr_regs()
138 static int af9035_rd_regs(struct dvb_usb_device *d, u32 reg, u8 *val, int len) in af9035_rd_regs()
148 static int af9035_wr_reg(struct dvb_usb_device *d, u32 reg, u8 val) in af9035_wr_reg()
154 static int af9035_rd_reg(struct dvb_usb_device *d, u32 reg, u8 *val) in af9035_rd_reg()
160 static int af9035_wr_reg_mask(struct dvb_usb_device *d, u32 reg, u8 val, in af9035_wr_reg_mask()
180 static int af9035_add_i2c_dev(struct dvb_usb_device *d, const char *type, in af9035_add_i2c_dev()
232 static void af9035_del_i2c_dev(struct dvb_usb_device *d) in af9035_del_i2c_dev()
270 struct dvb_usb_device *d = i2c_get_adapdata(adap); in af9035_i2c_master_xfer() local
485 static int af9035_identify_state(struct dvb_usb_device *d, const char **name) in af9035_identify_state()
[all …]
Daz6007.c125 static int az6007_read(struct dvb_usb_device *d, u8 req, u16 value, in az6007_read()
172 static int az6007_write(struct dvb_usb_device *d, u8 req, u16 value, in az6007_write()
190 struct dvb_usb_device *d = fe_to_d(fe); in az6007_streaming_ctrl() local
199 static int az6007_rc_query(struct dvb_usb_device *d) in az6007_rc_query()
233 static int az6007_get_rc_config(struct dvb_usb_device *d, struct dvb_usb_rc *rc) in az6007_get_rc_config()
252 struct dvb_usb_device *d = ca->data; in az6007_ci_read_attribute_mem() local
294 struct dvb_usb_device *d = ca->data; in az6007_ci_write_attribute_mem() local
325 struct dvb_usb_device *d = ca->data; in az6007_ci_read_cam_control() local
371 struct dvb_usb_device *d = ca->data; in az6007_ci_write_cam_control() local
402 struct dvb_usb_device *d = ca->data; in CI_CamReady() local
[all …]
/linux-6.6.21/drivers/net/bonding/
Dbond_sysfs.c141 static ssize_t bonding_sysfs_store_option(struct device *d, in bonding_sysfs_store_option()
165 static ssize_t bonding_show_slaves(struct device *d, in bonding_show_slaves()
198 static ssize_t bonding_show_mode(struct device *d, in bonding_show_mode()
211 static ssize_t bonding_show_xmit_hash(struct device *d, in bonding_show_xmit_hash()
226 static ssize_t bonding_show_arp_validate(struct device *d, in bonding_show_arp_validate()
242 static ssize_t bonding_show_arp_all_targets(struct device *d, in bonding_show_arp_all_targets()
258 static ssize_t bonding_show_fail_over_mac(struct device *d, in bonding_show_fail_over_mac()
274 static ssize_t bonding_show_arp_interval(struct device *d, in bonding_show_arp_interval()
286 static ssize_t bonding_show_arp_targets(struct device *d, in bonding_show_arp_targets()
307 static ssize_t bonding_show_missed_max(struct device *d, in bonding_show_missed_max()
[all …]
/linux-6.6.21/drivers/net/ethernet/ibm/emac/
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-6.6.21/drivers/media/platform/samsung/s5p-g2d/
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-6.6.21/tools/testing/selftests/powerpc/include/
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-6.6.21/include/linux/
Dirq.h254 #define __irqd_to_state(d) ACCESS_PRIVATE((d)->common, state_use_accessors) argument
256 static inline bool irqd_is_setaffinity_pending(struct irq_data *d) in irqd_is_setaffinity_pending()
261 static inline bool irqd_is_per_cpu(struct irq_data *d) in irqd_is_per_cpu()
266 static inline bool irqd_can_balance(struct irq_data *d) in irqd_can_balance()
271 static inline bool irqd_affinity_was_set(struct irq_data *d) in irqd_affinity_was_set()
276 static inline void irqd_mark_affinity_was_set(struct irq_data *d) in irqd_mark_affinity_was_set()
281 static inline bool irqd_trigger_type_was_set(struct irq_data *d) in irqd_trigger_type_was_set()
286 static inline u32 irqd_get_trigger_type(struct irq_data *d) in irqd_get_trigger_type()
295 static inline void irqd_set_trigger_type(struct irq_data *d, u32 type) in irqd_set_trigger_type()
302 static inline bool irqd_is_level_type(struct irq_data *d) in irqd_is_level_type()
[all …]
/linux-6.6.21/tools/perf/util/
Ddlfilter.c71 static struct addr_location *get_al(struct dlfilter *d) in get_al()
80 static struct thread *get_thread(struct dlfilter *d) in get_thread()
89 struct dlfilter *d = (struct dlfilter *)ctx; in dlfilter__resolve_ip() local
115 struct dlfilter *d = (struct dlfilter *)ctx; in dlfilter__resolve_addr() local
143 struct dlfilter *d = (struct dlfilter *)ctx; in dlfilter__args() local
164 struct dlfilter *d = (struct dlfilter *)ctx; in dlfilter__resolve_address() local
215 struct dlfilter *d = (struct dlfilter *)ctx; in dlfilter__insn() local
249 struct dlfilter *d = (struct dlfilter *)ctx; in dlfilter__srcline() local
277 struct dlfilter *d = (struct dlfilter *)ctx; in dlfilter__attr() local
297 struct dlfilter *d = (struct dlfilter *)ctx; in dlfilter__object_code() local
[all …]
/linux-6.6.21/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-6.6.21/drivers/soc/fsl/dpio/
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-6.6.21/tools/lib/bpf/
Dbtf_dump.c131 static const char *btf_name_of(const struct btf_dump *d, __u32 name_off) in btf_name_of()
136 static void btf_dump_printf(const struct btf_dump *d, const char *fmt, ...) in btf_dump_printf()
153 struct btf_dump *d; in btf_dump__new() local
194 static int btf_dump_resize(struct btf_dump *d) in btf_dump_resize()
234 void btf_dump__free(struct btf_dump *d) in btf_dump__free()
277 int btf_dump__dump_type(struct btf_dump *d, __u32 id) in btf_dump__dump_type()
311 static int btf_dump_mark_referenced(struct btf_dump *d) in btf_dump_mark_referenced()
377 static int btf_dump_add_emit_queue_id(struct btf_dump *d, __u32 id) in btf_dump_add_emit_queue_id()
469 static int btf_dump_order_type(struct btf_dump *d, __u32 id, bool through_ptr) in btf_dump_order_type()
652 static bool btf_dump_is_blacklisted(struct btf_dump *d, __u32 id) in btf_dump_is_blacklisted()
[all …]
/linux-6.6.21/drivers/mtd/
Dmtdswap.c160 #define TREE_ROOT(d, name) (&d->trees[MTDSWAP_ ## name].root) argument
161 #define TREE_EMPTY(d, name) (TREE_ROOT(d, name)->rb_node == NULL) argument
162 #define TREE_NONEMPTY(d, name) (!TREE_EMPTY(d, name)) argument
163 #define TREE_COUNT(d, name) (d->trees[MTDSWAP_ ## name].count) argument
184 static loff_t mtdswap_eb_offset(struct mtdswap_dev *d, struct swap_eb *eb) in mtdswap_eb_offset()
189 static void mtdswap_eb_detach(struct mtdswap_dev *d, struct swap_eb *eb) in mtdswap_eb_detach()
222 static void mtdswap_rb_add(struct mtdswap_dev *d, struct swap_eb *eb, int idx) in mtdswap_rb_add()
251 static int mtdswap_handle_badblock(struct mtdswap_dev *d, struct swap_eb *eb) in mtdswap_handle_badblock()
279 static int mtdswap_handle_write_error(struct mtdswap_dev *d, struct swap_eb *eb) in mtdswap_handle_write_error()
297 static int mtdswap_read_oob(struct mtdswap_dev *d, loff_t from, in mtdswap_read_oob()
[all …]
/linux-6.6.21/drivers/block/aoe/
Daoeblk.c37 struct aoedev *d = disk->private_data; in aoedisk_show_state() local
49 struct aoedev *d = disk->private_data; in aoedisk_show_mac() local
60 struct aoedev *d = disk->private_data; in aoedisk_show_netif() local
98 struct aoedev *d = disk->private_data; in aoedisk_show_fwver() local
106 struct aoedev *d = disk->private_data; in aoedisk_show_payload() local
113 struct aoedev *d; in aoe_debugfs_show() local
184 aoedisk_add_debugfs(struct aoedev *d) in aoedisk_add_debugfs()
200 aoedisk_rm_debugfs(struct aoedev *d) in aoedisk_rm_debugfs()
209 struct aoedev *d = disk->private_data; in aoeblk_open() local
237 struct aoedev *d = disk->private_data; in aoeblk_release() local
[all …]
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
368 aoecmd_ata_rw(struct aoedev *d) in aoecmd_ata_rw()
[all …]
/linux-6.6.21/drivers/gpu/drm/mcde/
Dmcde_dsi.c69 struct mcde_dsi *d; in mcde_dsi_irq() local
148 static void mcde_dsi_attach_to_mcde(struct mcde_dsi *d) in mcde_dsi_attach_to_mcde()
173 struct mcde_dsi *d = host_to_mcde_dsi(host); in mcde_dsi_host_attach() local
196 struct mcde_dsi *d = host_to_mcde_dsi(host); in mcde_dsi_host_detach() local
211 static int mcde_dsi_execute_transfer(struct mcde_dsi *d, in mcde_dsi_execute_transfer()
297 struct mcde_dsi *d = host_to_mcde_dsi(host); in mcde_dsi_host_transfer() local
392 struct mcde_dsi *d; in mcde_dsi_te_request() local
428 static void mcde_dsi_setup_video_mode(struct mcde_dsi *d, in mcde_dsi_setup_video_mode()
749 static void mcde_dsi_start(struct mcde_dsi *d) in mcde_dsi_start()
861 struct mcde_dsi *d = bridge_to_mcde_dsi(bridge); in mcde_dsi_enable() local
[all …]
/linux-6.6.21/drivers/irqchip/
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()
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()
63 static void bcm2836_arm_irqchip_mask_pmu_irq(struct irq_data *d) in bcm2836_arm_irqchip_mask_pmu_irq()
68 static void bcm2836_arm_irqchip_unmask_pmu_irq(struct irq_data *d) in bcm2836_arm_irqchip_unmask_pmu_irq()
79 static void bcm2836_arm_irqchip_mask_gpu_irq(struct irq_data *d) in bcm2836_arm_irqchip_mask_gpu_irq()
83 static void bcm2836_arm_irqchip_unmask_gpu_irq(struct irq_data *d) in bcm2836_arm_irqchip_unmask_gpu_irq()
93 static void bcm2836_arm_irqchip_dummy_op(struct irq_data *d) in bcm2836_arm_irqchip_dummy_op()
102 static int bcm2836_map(struct irq_domain *d, unsigned int irq, in bcm2836_map()
170 static void bcm2836_arm_irqchip_ipi_ack(struct irq_data *d) in bcm2836_arm_irqchip_ipi_ack()
178 static void bcm2836_arm_irqchip_ipi_send_mask(struct irq_data *d, in bcm2836_arm_irqchip_ipi_send_mask()
[all …]
/linux-6.6.21/drivers/media/usb/dvb-usb/
Dgp8psk.c29 static int gp8psk_usb_in_op(struct dvb_usb_device *d, u8 req, u16 value, in gp8psk_usb_in_op()
68 static int gp8psk_usb_out_op(struct dvb_usb_device *d, u8 req, u16 value, in gp8psk_usb_out_op()
100 static int gp8psk_get_fw_version(struct dvb_usb_device *d, u8 *fw_vers) in gp8psk_get_fw_version()
105 static int gp8psk_get_fpga_version(struct dvb_usb_device *d, u8 *fpga_vers) in gp8psk_get_fpga_version()
110 static void gp8psk_info(struct dvb_usb_device *d) in gp8psk_info()
127 static int gp8psk_load_bcm4500fw(struct dvb_usb_device *d) in gp8psk_load_bcm4500fw()
183 static int gp8psk_power_ctrl(struct dvb_usb_device *d, int onoff) in gp8psk_power_ctrl()
228 static int gp8psk_bcm4500_reload(struct dvb_usb_device *d) in gp8psk_bcm4500_reload()
258 struct dvb_usb_device *d = priv; in gp8psk_fe_in() local
266 struct dvb_usb_device *d = priv; in gp8psk_fe_out() local
[all …]

12345678910>>...74