Home
last modified time | relevance | path

Searched defs:q (Results 1 – 25 of 1028) sorted by relevance

12345678910>>...42

/kernel/linux/linux-5.10/block/
Dblk-sysfs.c61 static ssize_t queue_requests_show(struct request_queue *q, char *page) in queue_requests_show()
67 queue_requests_store(struct request_queue *q, const char *page, size_t count) in queue_requests_store()
89 static ssize_t queue_ra_show(struct request_queue *q, char *page) in queue_ra_show()
98 queue_ra_store(struct request_queue *q, const char *page, size_t count) in queue_ra_store()
111 static ssize_t queue_max_sectors_show(struct request_queue *q, char *page) in queue_max_sectors_show()
118 static ssize_t queue_max_segments_show(struct request_queue *q, char *page) in queue_max_segments_show()
123 static ssize_t queue_max_discard_segments_show(struct request_queue *q, in queue_max_discard_segments_show()
129 static ssize_t queue_max_integrity_segments_show(struct request_queue *q, char *page) in queue_max_integrity_segments_show()
134 static ssize_t queue_max_segment_size_show(struct request_queue *q, char *page) in queue_max_segment_size_show()
139 static ssize_t queue_logical_block_size_show(struct request_queue *q, char *page) in queue_logical_block_size_show()
[all …]
Dblk-settings.c25 void blk_queue_rq_timeout(struct request_queue *q, unsigned int timeout) in blk_queue_rq_timeout()
102 void blk_queue_bounce_limit(struct request_queue *q, u64 max_addr) in blk_queue_bounce_limit()
149 void blk_queue_max_hw_sectors(struct request_queue *q, unsigned int max_hw_sectors) in blk_queue_max_hw_sectors()
180 void blk_queue_chunk_sectors(struct request_queue *q, unsigned int chunk_sectors) in blk_queue_chunk_sectors()
191 void blk_queue_max_discard_sectors(struct request_queue *q, in blk_queue_max_discard_sectors()
204 void blk_queue_max_write_same_sectors(struct request_queue *q, in blk_queue_max_write_same_sectors()
217 void blk_queue_max_write_zeroes_sectors(struct request_queue *q, in blk_queue_max_write_zeroes_sectors()
229 void blk_queue_max_zone_append_sectors(struct request_queue *q, in blk_queue_max_zone_append_sectors()
260 void blk_queue_max_segments(struct request_queue *q, unsigned short max_segments) in blk_queue_max_segments()
281 void blk_queue_max_discard_segments(struct request_queue *q, in blk_queue_max_discard_segments()
[all …]
Delevator.c62 struct request_queue *q = rq->q; in elv_iosched_allow_bio_merge() local
140 static struct elevator_type *elevator_get(struct request_queue *q, in elevator_get()
164 struct elevator_queue *elevator_alloc(struct request_queue *q, in elevator_alloc()
191 void __elevator_exit(struct request_queue *q, struct elevator_queue *e) in __elevator_exit()
206 void elv_rqhash_del(struct request_queue *q, struct request *rq) in elv_rqhash_del()
213 void elv_rqhash_add(struct request_queue *q, struct request *rq) in elv_rqhash_add()
223 void elv_rqhash_reposition(struct request_queue *q, struct request *rq) in elv_rqhash_reposition()
229 struct request *elv_rqhash_find(struct request_queue *q, sector_t offset) in elv_rqhash_find()
303 enum elv_merge elv_merge(struct request_queue *q, struct request **req, in elv_merge()
359 bool elv_attempt_insert_merge(struct request_queue *q, struct request *rq, in elv_attempt_insert_merge()
[all …]
Dblk-mq-debugfs.h39 static inline void blk_mq_debugfs_register(struct request_queue *q) in blk_mq_debugfs_register()
43 static inline void blk_mq_debugfs_unregister(struct request_queue *q) in blk_mq_debugfs_unregister()
47 static inline void blk_mq_debugfs_register_hctx(struct request_queue *q, in blk_mq_debugfs_register_hctx()
56 static inline void blk_mq_debugfs_register_hctxs(struct request_queue *q) in blk_mq_debugfs_register_hctxs()
60 static inline void blk_mq_debugfs_unregister_hctxs(struct request_queue *q) in blk_mq_debugfs_unregister_hctxs()
64 static inline void blk_mq_debugfs_register_sched(struct request_queue *q) in blk_mq_debugfs_register_sched()
68 static inline void blk_mq_debugfs_unregister_sched(struct request_queue *q) in blk_mq_debugfs_unregister_sched()
72 static inline void blk_mq_debugfs_register_sched_hctx(struct request_queue *q, in blk_mq_debugfs_register_sched_hctx()
89 static inline void blk_mq_debugfs_unregister_queue_rqos(struct request_queue *q) in blk_mq_debugfs_unregister_queue_rqos()
Dblk-pm.c31 void blk_pm_runtime_init(struct request_queue *q, struct device *dev) in blk_pm_runtime_init()
61 int blk_pre_runtime_suspend(struct request_queue *q) in blk_pre_runtime_suspend()
122 void blk_post_runtime_suspend(struct request_queue *q, int err) in blk_post_runtime_suspend()
152 void blk_pre_runtime_resume(struct request_queue *q) in blk_pre_runtime_resume()
176 void blk_post_runtime_resume(struct request_queue *q) in blk_post_runtime_resume()
199 void blk_set_runtime_active(struct request_queue *q) in blk_set_runtime_active()
Dblk-rq-qos.h29 struct request_queue *q; member
61 static inline struct rq_qos *rq_qos_id(struct request_queue *q, in rq_qos_id()
72 static inline struct rq_qos *wbt_rq_qos(struct request_queue *q) in wbt_rq_qos()
77 static inline struct rq_qos *blkcg_rq_qos(struct request_queue *q) in blkcg_rq_qos()
101 static inline void rq_qos_add(struct request_queue *q, struct rq_qos *rqos) in rq_qos_add()
123 static inline void rq_qos_del(struct request_queue *q, struct rq_qos *rqos) in rq_qos_del()
168 static inline void rq_qos_cleanup(struct request_queue *q, struct bio *bio) in rq_qos_cleanup()
174 static inline void rq_qos_done(struct request_queue *q, struct request *rq) in rq_qos_done()
180 static inline void rq_qos_issue(struct request_queue *q, struct request *rq) in rq_qos_issue()
186 static inline void rq_qos_requeue(struct request_queue *q, struct request *rq) in rq_qos_requeue()
[all …]
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
Dvideobuf-core.c50 #define CALL(q, f, arg...) \ argument
52 #define CALLPTR(q, f, arg...) \ argument
55 struct videobuf_buffer *videobuf_alloc_vb(struct videobuf_queue *q) in videobuf_alloc_vb()
76 static int state_neither_active_nor_queued(struct videobuf_queue *q, in state_neither_active_nor_queued()
88 int videobuf_waiton(struct videobuf_queue *q, struct videobuf_buffer *vb, in videobuf_waiton()
121 int videobuf_iolock(struct videobuf_queue *q, struct videobuf_buffer *vb, in videobuf_iolock()
131 void *videobuf_queue_to_vaddr(struct videobuf_queue *q, in videobuf_queue_to_vaddr()
143 void videobuf_queue_core_init(struct videobuf_queue *q, in videobuf_queue_core_init()
185 int videobuf_queue_is_busy(struct videobuf_queue *q) in videobuf_queue_is_busy()
230 static int __videobuf_free(struct videobuf_queue *q) in __videobuf_free()
[all …]
/kernel/linux/linux-5.10/net/xdp/
Dxsk_queue.h112 static inline bool xskq_cons_read_addr_unchecked(struct xsk_queue *q, u64 *addr) in xskq_cons_read_addr_unchecked()
173 static inline bool xskq_cons_is_valid_desc(struct xsk_queue *q, in xskq_cons_is_valid_desc()
184 static inline bool xskq_cons_read_desc(struct xsk_queue *q, in xskq_cons_read_desc()
204 static inline void __xskq_cons_release(struct xsk_queue *q) in __xskq_cons_release()
210 static inline void __xskq_cons_peek(struct xsk_queue *q) in __xskq_cons_peek()
217 static inline void xskq_cons_get_entries(struct xsk_queue *q) in xskq_cons_get_entries()
223 static inline bool xskq_cons_has_entries(struct xsk_queue *q, u32 cnt) in xskq_cons_has_entries()
236 static inline bool xskq_cons_peek_addr_unchecked(struct xsk_queue *q, u64 *addr) in xskq_cons_peek_addr_unchecked()
243 static inline bool xskq_cons_peek_desc(struct xsk_queue *q, in xskq_cons_peek_desc()
252 static inline void xskq_cons_release(struct xsk_queue *q) in xskq_cons_release()
[all …]
/kernel/linux/linux-5.10/drivers/s390/cio/
Dqdio_main.c112 static int qdio_do_eqbs(struct qdio_q *q, unsigned char *state, in qdio_do_eqbs()
162 static int qdio_do_sqbs(struct qdio_q *q, unsigned char state, int start, in qdio_do_sqbs()
203 static inline int get_buf_states(struct qdio_q *q, unsigned int bufnr, in get_buf_states()
242 static inline int get_buf_state(struct qdio_q *q, unsigned int bufnr, in get_buf_state()
249 static inline int set_buf_states(struct qdio_q *q, int bufnr, in set_buf_states()
271 static inline int set_buf_state(struct qdio_q *q, int bufnr, in set_buf_state()
280 struct qdio_q *q; in qdio_init_buf_states() local
291 static inline int qdio_siga_sync(struct qdio_q *q, unsigned int output, in qdio_siga_sync()
312 static inline int qdio_siga_sync_q(struct qdio_q *q) in qdio_siga_sync_q()
320 static int qdio_siga_output(struct qdio_q *q, unsigned int count, in qdio_siga_output()
[all …]
/kernel/linux/linux-5.10/sound/core/seq/
Dseq_queue.c50 static int queue_list_add(struct snd_seq_queue *q) in queue_list_add()
71 struct snd_seq_queue *q; in queue_list_remove() local
98 struct snd_seq_queue *q; in queue_new() local
129 static void queue_delete(struct snd_seq_queue *q) in queue_delete()
170 struct snd_seq_queue *q; in snd_seq_queue_alloc() local
189 struct snd_seq_queue *q; in snd_seq_queue_delete() local
205 struct snd_seq_queue *q; in queueptr() local
222 struct snd_seq_queue *q; in snd_seq_queue_find_name() local
239 void snd_seq_check_queue(struct snd_seq_queue *q, int atomic, int hop) in snd_seq_check_queue()
302 struct snd_seq_queue *q; in snd_seq_enqueue_event() local
[all …]
/kernel/linux/linux-5.10/kernel/sched/
Dswait.c7 void __init_swait_queue_head(struct swait_queue_head *q, const char *name, in __init_swait_queue_head()
22 void swake_up_locked(struct swait_queue_head *q) in swake_up_locked()
42 void swake_up_all_locked(struct swait_queue_head *q) in swake_up_all_locked()
48 void swake_up_one(struct swait_queue_head *q) in swake_up_one()
62 void swake_up_all(struct swait_queue_head *q) in swake_up_all()
85 void __prepare_to_swait(struct swait_queue_head *q, struct swait_queue *wait) in __prepare_to_swait()
92 void prepare_to_swait_exclusive(struct swait_queue_head *q, struct swait_queue *wait, int state) in prepare_to_swait_exclusive()
103 long prepare_to_swait_event(struct swait_queue_head *q, struct swait_queue *wait, int state) in prepare_to_swait_event()
126 void __finish_swait(struct swait_queue_head *q, struct swait_queue *wait) in __finish_swait()
133 void finish_swait(struct swait_queue_head *q, struct swait_queue *wait) in finish_swait()
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
Drxe_queue.h72 static inline int next_index(struct rxe_queue *q, int index) in next_index()
77 static inline int queue_empty(struct rxe_queue *q) in queue_empty()
83 static inline int queue_full(struct rxe_queue *q) in queue_full()
89 static inline void advance_producer(struct rxe_queue *q) in advance_producer()
95 static inline void advance_consumer(struct rxe_queue *q) in advance_consumer()
101 static inline void *producer_addr(struct rxe_queue *q) in producer_addr()
107 static inline void *consumer_addr(struct rxe_queue *q) in consumer_addr()
113 static inline unsigned int producer_index(struct rxe_queue *q) in producer_index()
118 static inline unsigned int consumer_index(struct rxe_queue *q) in consumer_index()
123 static inline void *addr_from_index(struct rxe_queue *q, unsigned int index) in addr_from_index()
[all …]
/kernel/linux/linux-5.10/sound/core/seq/oss/
Dseq_oss_readq.c35 struct seq_oss_readq *q; in snd_seq_oss_readq_new() local
62 snd_seq_oss_readq_delete(struct seq_oss_readq *q) in snd_seq_oss_readq_delete()
74 snd_seq_oss_readq_clear(struct seq_oss_readq *q) in snd_seq_oss_readq_clear()
89 snd_seq_oss_readq_puts(struct seq_oss_readq *q, int dev, unsigned char *data, int len) in snd_seq_oss_readq_puts()
123 int snd_seq_oss_readq_sysex(struct seq_oss_readq *q, int dev, in snd_seq_oss_readq_sysex()
141 snd_seq_oss_readq_put_event(struct seq_oss_readq *q, union evrec *ev) in snd_seq_oss_readq_put_event()
169 snd_seq_oss_readq_pick(struct seq_oss_readq *q, union evrec *rec) in snd_seq_oss_readq_pick()
181 snd_seq_oss_readq_wait(struct seq_oss_readq *q) in snd_seq_oss_readq_wait()
193 snd_seq_oss_readq_free(struct seq_oss_readq *q) in snd_seq_oss_readq_free()
206 snd_seq_oss_readq_poll(struct seq_oss_readq *q, struct file *file, poll_table *wait) in snd_seq_oss_readq_poll()
[all …]
Dseq_oss_writeq.c27 struct seq_oss_writeq *q; in snd_seq_oss_writeq_new() local
53 snd_seq_oss_writeq_delete(struct seq_oss_writeq *q) in snd_seq_oss_writeq_delete()
66 snd_seq_oss_writeq_clear(struct seq_oss_writeq *q) in snd_seq_oss_writeq_clear()
82 snd_seq_oss_writeq_sync(struct seq_oss_writeq *q) in snd_seq_oss_writeq_sync()
122 snd_seq_oss_writeq_wakeup(struct seq_oss_writeq *q, abstime_t time) in snd_seq_oss_writeq_wakeup()
138 snd_seq_oss_writeq_get_free_size(struct seq_oss_writeq *q) in snd_seq_oss_writeq_get_free_size()
151 snd_seq_oss_writeq_set_output(struct seq_oss_writeq *q, int val) in snd_seq_oss_writeq_set_output()
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/
Dvideobuf2-core.c37 #define dprintk(q, level, fmt, arg...) \ argument
93 #define log_qop(q, op) \ argument
97 #define call_qop(q, op, args...) \ argument
108 #define call_void_qop(q, op, args...) \ argument
157 #define call_qop(q, op, args...) \ argument
160 #define call_void_qop(q, op, args...) \ argument
177 #define call_bufop(q, op, args...) \ argument
185 #define call_void_bufop(q, op, args...) \ argument
216 struct vb2_queue *q = vb->vb2_queue; in __vb2_buf_mem_alloc() local
362 struct vb2_queue *q = vb->vb2_queue; in __setup_offsets() local
[all …]
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/
Dhw_queue.c31 static inline int queue_free_slots(struct hl_hw_queue *q, u32 queue_len) in queue_free_slots()
44 struct hl_hw_queue *q; in hl_int_hw_queue_update_ci() local
74 struct hl_hw_queue *q, u32 ctl, u32 len, u64 ptr) in ext_and_hw_queue_submit_bd()
107 struct hl_hw_queue *q, int num_of_entries, in ext_queue_sanity_checks()
156 struct hl_hw_queue *q, in int_queue_sanity_checks()
190 static int hw_queue_sanity_checks(struct hl_device *hdev, struct hl_hw_queue *q, in hw_queue_sanity_checks()
221 struct hl_hw_queue *q = &hdev->kernel_queues[hw_queue_id]; in hl_hw_queue_send_cb_no_cmpl() local
271 struct hl_hw_queue *q = &hdev->kernel_queues[job->hw_queue_id]; in ext_queue_schedule_job() local
330 struct hl_hw_queue *q = &hdev->kernel_queues[job->hw_queue_id]; in int_queue_schedule_job() local
359 struct hl_hw_queue *q = &hdev->kernel_queues[job->hw_queue_id]; in hw_queue_schedule_job() local
[all …]
/kernel/linux/linux-5.10/drivers/net/
Dtap.c33 static inline bool tap_legacy_is_little_endian(struct tap_queue *q) in tap_legacy_is_little_endian()
39 static long tap_get_vnet_be(struct tap_queue *q, int __user *sp) in tap_get_vnet_be()
49 static long tap_set_vnet_be(struct tap_queue *q, int __user *sp) in tap_set_vnet_be()
64 static inline bool tap_legacy_is_little_endian(struct tap_queue *q) in tap_legacy_is_little_endian()
69 static long tap_get_vnet_be(struct tap_queue *q, int __user *argp) in tap_get_vnet_be()
74 static long tap_set_vnet_be(struct tap_queue *q, int __user *argp) in tap_set_vnet_be()
80 static inline bool tap_is_little_endian(struct tap_queue *q) in tap_is_little_endian()
86 static inline u16 tap16_to_cpu(struct tap_queue *q, __virtio16 val) in tap16_to_cpu()
91 static inline __virtio16 cpu_to_tap16(struct tap_queue *q, u16 val) in cpu_to_tap16()
145 struct tap_queue *q) in tap_enable_queue()
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
Dpio.c24 static u16 generate_cookie(struct b43_pio_txqueue *q, in generate_cookie()
49 struct b43_pio_txqueue *q = NULL; in parse_cookie() local
126 struct b43_pio_txqueue *q; in b43_setup_pioqueue_tx() local
162 struct b43_pio_rxqueue *q; in b43_setup_pioqueue_rx() local
178 static void b43_pio_cancel_tx_packets(struct b43_pio_txqueue *q) in b43_pio_cancel_tx_packets()
192 static void b43_destroy_pioqueue_tx(struct b43_pio_txqueue *q, in b43_destroy_pioqueue_tx()
201 static void b43_destroy_pioqueue_rx(struct b43_pio_rxqueue *q, in b43_destroy_pioqueue_rx()
290 struct b43_pio_txqueue *q; in select_queue_by_priority() local
317 static u16 tx_write_2byte_queue(struct b43_pio_txqueue *q, in tx_write_2byte_queue()
352 struct b43_pio_txqueue *q = pack->queue; in pio_tx_frame_2byte_queue() local
[all …]
/kernel/liteos_a/testsuites/unittest/libc/sys/smoke/
Dsys_test_013.cpp33 struct q { struct
34 struct q *n; argument
35 struct q *p; argument
39 static struct q *New(int i) in New() argument
41 struct q *q = static_cast<struct q *>(malloc(sizeof *q)); in New() local
51 struct q *q = New(0); in TestCase() local
/kernel/linux/linux-5.10/net/sched/
Dsch_multiq.c32 struct multiq_sched_data *q = qdisc_priv(sch); in multiq_classify() local
89 struct multiq_sched_data *q = qdisc_priv(sch); in multiq_dequeue() local
120 struct multiq_sched_data *q = qdisc_priv(sch); in multiq_peek() local
151 struct multiq_sched_data *q = qdisc_priv(sch); in multiq_reset() local
163 struct multiq_sched_data *q = qdisc_priv(sch); in multiq_destroy() local
175 struct multiq_sched_data *q = qdisc_priv(sch); in multiq_tune() local
239 struct multiq_sched_data *q = qdisc_priv(sch); in multiq_init() local
264 struct multiq_sched_data *q = qdisc_priv(sch); in multiq_dump() local
284 struct multiq_sched_data *q = qdisc_priv(sch); in multiq_graft() local
297 struct multiq_sched_data *q = qdisc_priv(sch); in multiq_leaf() local
[all …]
Dsch_red.c55 static inline int red_use_ecn(struct red_sched_data *q) in red_use_ecn()
60 static inline int red_use_harddrop(struct red_sched_data *q) in red_use_harddrop()
65 static int red_use_nodrop(struct red_sched_data *q) in red_use_nodrop()
73 struct red_sched_data *q = qdisc_priv(sch); in red_enqueue() local
151 struct red_sched_data *q = qdisc_priv(sch); in red_dequeue() local
168 struct red_sched_data *q = qdisc_priv(sch); in red_peek() local
176 struct red_sched_data *q = qdisc_priv(sch); in red_reset() local
186 struct red_sched_data *q = qdisc_priv(sch); in red_offload() local
215 struct red_sched_data *q = qdisc_priv(sch); in red_destroy() local
238 struct red_sched_data *q = qdisc_priv(sch); in __red_change() local
[all …]
Dsch_choke.c76 static unsigned int choke_len(const struct choke_sched_data *q) in choke_len()
82 static int use_ecn(const struct choke_sched_data *q) in use_ecn()
88 static int use_harddrop(const struct choke_sched_data *q) in use_harddrop()
94 static void choke_zap_head_holes(struct choke_sched_data *q) in choke_zap_head_holes()
104 static void choke_zap_tail_holes(struct choke_sched_data *q) in choke_zap_tail_holes()
117 struct choke_sched_data *q = qdisc_priv(sch); in choke_drop_by_idx() local
180 static struct sk_buff *choke_peek_random(const struct choke_sched_data *q, in choke_peek_random()
200 static bool choke_match_random(const struct choke_sched_data *q, in choke_match_random()
216 struct choke_sched_data *q = qdisc_priv(sch); in choke_enqueue() local
286 struct choke_sched_data *q = qdisc_priv(sch); in choke_dequeue() local
[all …]
Dsch_prio.c33 struct prio_sched_data *q = qdisc_priv(sch); in prio_classify() local
99 struct prio_sched_data *q = qdisc_priv(sch); in prio_peek() local
113 struct prio_sched_data *q = qdisc_priv(sch); in prio_dequeue() local
134 struct prio_sched_data *q = qdisc_priv(sch); in prio_reset() local
170 struct prio_sched_data *q = qdisc_priv(sch); in prio_destroy() local
181 struct prio_sched_data *q = qdisc_priv(sch); in prio_tune() local
234 struct prio_sched_data *q = qdisc_priv(sch); in prio_init() local
266 struct prio_sched_data *q = qdisc_priv(sch); in prio_dump() local
291 struct prio_sched_data *q = qdisc_priv(sch); in prio_graft() local
321 struct prio_sched_data *q = qdisc_priv(sch); in prio_leaf() local
[all …]
/kernel/linux/linux-5.10/drivers/scsi/arm/
Dqueue.c39 #define SET_MAGIC(q,m) ((q)->magic = (m)) argument
40 #define BAD_MAGIC(q,m) ((q)->magic != (m)) argument
42 #define SET_MAGIC(q,m) do { } while (0) argument
43 #define BAD_MAGIC(q,m) (0) argument
58 QE_t *q; in queue_initialise() local
107 QE_t *q; in __queue_add() local
136 QE_t *q; in __queue_remove() local
166 QE_t *q = list_entry(l, QE_t, list); in queue_remove_exclude() local
215 QE_t *q = list_entry(l, QE_t, list); in queue_remove_tgtluntag() local
241 QE_t *q = list_entry(l, QE_t, list); in queue_remove_all_target() local
[all …]
/kernel/linux/linux-5.10/drivers/spi/
Dspi-fsl-qspi.c278 static inline int needs_swap_endian(struct fsl_qspi *q) in needs_swap_endian()
283 static inline int needs_4x_clock(struct fsl_qspi *q) in needs_4x_clock()
288 static inline int needs_fill_txfifo(struct fsl_qspi *q) in needs_fill_txfifo()
293 static inline int needs_wakeup_wait_mode(struct fsl_qspi *q) in needs_wakeup_wait_mode()
298 static inline int needs_amba_base_offset(struct fsl_qspi *q) in needs_amba_base_offset()
303 static inline int needs_tdh_setting(struct fsl_qspi *q) in needs_tdh_setting()
312 static inline u32 fsl_qspi_endian_xchg(struct fsl_qspi *q, u32 a) in fsl_qspi_endian_xchg()
324 static void qspi_writel(struct fsl_qspi *q, u32 val, void __iomem *addr) in qspi_writel()
332 static u32 qspi_readl(struct fsl_qspi *q, void __iomem *addr) in qspi_readl()
342 struct fsl_qspi *q = dev_id; in fsl_qspi_irq_handler() local
[all …]

12345678910>>...42