Home
last modified time | relevance | path

Searched defs:cl (Results 1 – 25 of 497) sorted by relevance

12345678910>>...20

/kernel/linux/linux-6.6/drivers/hid/intel-ish-hid/ishtp/
Dclient.c17 int ishtp_cl_get_tx_free_buffer_size(struct ishtp_cl *cl) in ishtp_cl_get_tx_free_buffer_size()
30 int ishtp_cl_get_tx_free_rings(struct ishtp_cl *cl) in ishtp_cl_get_tx_free_rings()
42 static void ishtp_read_list_flush(struct ishtp_cl *cl) in ishtp_read_list_flush()
66 int ishtp_cl_flush_queues(struct ishtp_cl *cl) in ishtp_cl_flush_queues()
85 static void ishtp_cl_init(struct ishtp_cl *cl, struct ishtp_device *dev) in ishtp_cl_init()
123 struct ishtp_cl *cl; in ishtp_cl_allocate() local
140 void ishtp_cl_free(struct ishtp_cl *cl) in ishtp_cl_free()
171 int ishtp_cl_link(struct ishtp_cl *cl) in ishtp_cl_link()
222 void ishtp_cl_unlink(struct ishtp_cl *cl) in ishtp_cl_unlink()
264 int ishtp_cl_disconnect(struct ishtp_cl *cl) in ishtp_cl_disconnect()
[all …]
Dclient-buffers.c19 int ishtp_cl_alloc_rx_ring(struct ishtp_cl *cl) in ishtp_cl_alloc_rx_ring()
57 int ishtp_cl_alloc_tx_ring(struct ishtp_cl *cl) in ishtp_cl_alloc_tx_ring()
97 void ishtp_cl_free_rx_ring(struct ishtp_cl *cl) in ishtp_cl_free_rx_ring()
130 void ishtp_cl_free_tx_ring(struct ishtp_cl *cl) in ishtp_cl_free_tx_ring()
182 struct ishtp_cl_rb *ishtp_io_rb_init(struct ishtp_cl *cl) in ishtp_io_rb_init()
231 struct ishtp_cl *cl; in ishtp_cl_io_rb_recycle() local
262 bool ishtp_cl_tx_empty(struct ishtp_cl *cl) in ishtp_cl_tx_empty()
283 struct ishtp_cl_rb *ishtp_cl_rx_get_rb(struct ishtp_cl *cl) in ishtp_cl_rx_get_rb()
/kernel/linux/linux-5.10/drivers/hid/intel-ish-hid/ishtp/
Dclient.c16 int ishtp_cl_get_tx_free_buffer_size(struct ishtp_cl *cl) in ishtp_cl_get_tx_free_buffer_size()
29 int ishtp_cl_get_tx_free_rings(struct ishtp_cl *cl) in ishtp_cl_get_tx_free_rings()
41 static void ishtp_read_list_flush(struct ishtp_cl *cl) in ishtp_read_list_flush()
65 int ishtp_cl_flush_queues(struct ishtp_cl *cl) in ishtp_cl_flush_queues()
84 static void ishtp_cl_init(struct ishtp_cl *cl, struct ishtp_device *dev) in ishtp_cl_init()
122 struct ishtp_cl *cl; in ishtp_cl_allocate() local
139 void ishtp_cl_free(struct ishtp_cl *cl) in ishtp_cl_free()
170 int ishtp_cl_link(struct ishtp_cl *cl) in ishtp_cl_link()
221 void ishtp_cl_unlink(struct ishtp_cl *cl) in ishtp_cl_unlink()
263 int ishtp_cl_disconnect(struct ishtp_cl *cl) in ishtp_cl_disconnect()
[all …]
Dclient-buffers.c19 int ishtp_cl_alloc_rx_ring(struct ishtp_cl *cl) in ishtp_cl_alloc_rx_ring()
57 int ishtp_cl_alloc_tx_ring(struct ishtp_cl *cl) in ishtp_cl_alloc_tx_ring()
97 void ishtp_cl_free_rx_ring(struct ishtp_cl *cl) in ishtp_cl_free_rx_ring()
130 void ishtp_cl_free_tx_ring(struct ishtp_cl *cl) in ishtp_cl_free_tx_ring()
182 struct ishtp_cl_rb *ishtp_io_rb_init(struct ishtp_cl *cl) in ishtp_io_rb_init()
231 struct ishtp_cl *cl; in ishtp_cl_io_rb_recycle() local
262 bool ishtp_cl_tx_empty(struct ishtp_cl *cl) in ishtp_cl_tx_empty()
283 struct ishtp_cl_rb *ishtp_cl_rx_get_rb(struct ishtp_cl *cl) in ishtp_cl_rx_get_rb()
/kernel/linux/linux-5.10/drivers/misc/mei/
Dclient.c365 static void mei_cl_set_read_by_fp(const struct mei_cl *cl, in mei_cl_set_read_by_fp()
387 static struct mei_cl_cb *mei_io_cb_init(struct mei_cl *cl, in mei_io_cb_init()
414 const struct mei_cl *cl) in mei_io_list_flush_cl()
435 const struct mei_cl *cl, in mei_io_tx_list_free_cl()
466 static void mei_cl_free_pending(struct mei_cl *cl) in mei_cl_free_pending()
484 struct mei_cl_cb *mei_cl_alloc_cb(struct mei_cl *cl, size_t length, in mei_cl_alloc_cb()
519 struct mei_cl_cb *mei_cl_enqueue_ctrl_wr_cb(struct mei_cl *cl, size_t length, in mei_cl_enqueue_ctrl_wr_cb()
546 struct mei_cl_cb *mei_cl_read_cb(struct mei_cl *cl, const struct file *fp) in mei_cl_read_cb()
569 int mei_cl_flush_queues(struct mei_cl *cl, const struct file *fp) in mei_cl_flush_queues()
600 static void mei_cl_init(struct mei_cl *cl, struct mei_device *dev) in mei_cl_init()
[all …]
Dclient.h163 static inline bool mei_cl_is_connected(struct mei_cl *cl) in mei_cl_is_connected()
175 static inline u8 mei_cl_me_id(const struct mei_cl *cl) in mei_cl_me_id()
187 static inline size_t mei_cl_mtu(const struct mei_cl *cl) in mei_cl_mtu()
199 static inline bool mei_cl_is_fixed_address(const struct mei_cl *cl) in mei_cl_is_fixed_address()
212 static inline bool mei_cl_is_single_recv_buf(const struct mei_cl *cl) in mei_cl_is_single_recv_buf()
224 static inline const uuid_le *mei_cl_uuid(const struct mei_cl *cl) in mei_cl_uuid()
236 static inline u8 mei_cl_host_addr(const struct mei_cl *cl) in mei_cl_host_addr()
269 #define MEI_CL_PRM(cl) (cl)->host_client_id, mei_cl_me_id(cl) argument
271 #define cl_dbg(dev, cl, format, arg...) \ argument
274 #define cl_warn(dev, cl, format, arg...) \ argument
[all …]
/kernel/linux/linux-6.6/drivers/misc/mei/
Dclient.c367 static void mei_cl_set_read_by_fp(const struct mei_cl *cl, in mei_cl_set_read_by_fp()
389 static struct mei_cl_cb *mei_io_cb_init(struct mei_cl *cl, in mei_io_cb_init()
417 const struct mei_cl *cl) in mei_io_list_flush_cl()
438 const struct mei_cl *cl, in mei_io_tx_list_free_cl()
469 static void mei_cl_free_pending(struct mei_cl *cl) in mei_cl_free_pending()
487 struct mei_cl_cb *mei_cl_alloc_cb(struct mei_cl *cl, size_t length, in mei_cl_alloc_cb()
522 struct mei_cl_cb *mei_cl_enqueue_ctrl_wr_cb(struct mei_cl *cl, size_t length, in mei_cl_enqueue_ctrl_wr_cb()
549 struct mei_cl_cb *mei_cl_read_cb(struct mei_cl *cl, const struct file *fp) in mei_cl_read_cb()
572 int mei_cl_flush_queues(struct mei_cl *cl, const struct file *fp) in mei_cl_flush_queues()
603 static void mei_cl_init(struct mei_cl *cl, struct mei_device *dev) in mei_cl_init()
[all …]
Dclient.h163 static inline bool mei_cl_is_connected(const struct mei_cl *cl) in mei_cl_is_connected()
175 static inline u8 mei_cl_me_id(const struct mei_cl *cl) in mei_cl_me_id()
187 static inline size_t mei_cl_mtu(const struct mei_cl *cl) in mei_cl_mtu()
199 static inline bool mei_cl_is_fixed_address(const struct mei_cl *cl) in mei_cl_is_fixed_address()
212 static inline bool mei_cl_is_single_recv_buf(const struct mei_cl *cl) in mei_cl_is_single_recv_buf()
224 static inline const uuid_le *mei_cl_uuid(const struct mei_cl *cl) in mei_cl_uuid()
236 static inline u8 mei_cl_host_addr(const struct mei_cl *cl) in mei_cl_host_addr()
277 #define MEI_CL_PRM(cl) (cl)->host_client_id, mei_cl_me_id(cl) argument
279 #define cl_dbg(dev, cl, format, arg...) \ argument
282 #define cl_warn(dev, cl, format, arg...) \ argument
[all …]
/kernel/linux/linux-6.6/drivers/md/bcache/
Dclosure.c16 static inline void closure_put_after_sub(struct closure *cl, int flags) in closure_put_after_sub()
44 void closure_sub(struct closure *cl, int v) in closure_sub()
52 void closure_put(struct closure *cl) in closure_put()
63 struct closure *cl, *t; in __closure_wake_up() local
85 bool closure_wait(struct closure_waitlist *waitlist, struct closure *cl) in closure_wait()
102 static void closure_sync_fn(struct closure *cl) in closure_sync_fn()
114 void __sched __closure_sync(struct closure *cl) in __closure_sync()
136 void closure_debug_create(struct closure *cl) in closure_debug_create()
148 void closure_debug_destroy(struct closure *cl) in closure_debug_destroy()
164 struct closure *cl; in debug_show() local
Dclosure.h181 static inline void closure_sync(struct closure *cl) in closure_sync()
196 static inline void closure_debug_create(struct closure *cl) {} in closure_debug_create()
197 static inline void closure_debug_destroy(struct closure *cl) {} in closure_debug_destroy()
201 static inline void closure_set_ip(struct closure *cl) in closure_set_ip()
208 static inline void closure_set_ret_ip(struct closure *cl) in closure_set_ret_ip()
215 static inline void closure_set_waiting(struct closure *cl, unsigned long f) in closure_set_waiting()
222 static inline void closure_set_stopped(struct closure *cl) in closure_set_stopped()
227 static inline void set_closure_fn(struct closure *cl, closure_fn *fn, in set_closure_fn()
237 static inline void closure_queue(struct closure *cl) in closure_queue()
256 static inline void closure_get(struct closure *cl) in closure_get()
[all …]
/kernel/linux/linux-5.10/drivers/md/bcache/
Dclosure.c16 static inline void closure_put_after_sub(struct closure *cl, int flags) in closure_put_after_sub()
44 void closure_sub(struct closure *cl, int v) in closure_sub()
52 void closure_put(struct closure *cl) in closure_put()
63 struct closure *cl, *t; in __closure_wake_up() local
85 bool closure_wait(struct closure_waitlist *waitlist, struct closure *cl) in closure_wait()
102 static void closure_sync_fn(struct closure *cl) in closure_sync_fn()
114 void __sched __closure_sync(struct closure *cl) in __closure_sync()
136 void closure_debug_create(struct closure *cl) in closure_debug_create()
148 void closure_debug_destroy(struct closure *cl) in closure_debug_destroy()
164 struct closure *cl; in debug_show() local
Dclosure.h181 static inline void closure_sync(struct closure *cl) in closure_sync()
196 static inline void closure_debug_create(struct closure *cl) {} in closure_debug_create()
197 static inline void closure_debug_destroy(struct closure *cl) {} in closure_debug_destroy()
201 static inline void closure_set_ip(struct closure *cl) in closure_set_ip()
208 static inline void closure_set_ret_ip(struct closure *cl) in closure_set_ret_ip()
215 static inline void closure_set_waiting(struct closure *cl, unsigned long f) in closure_set_waiting()
222 static inline void closure_set_stopped(struct closure *cl) in closure_set_stopped()
227 static inline void set_closure_fn(struct closure *cl, closure_fn *fn, in set_closure_fn()
237 static inline void closure_queue(struct closure *cl) in closure_queue()
256 static inline void closure_get(struct closure *cl) in closure_get()
[all …]
Drequest.c58 static void bch_data_insert_keys(struct closure *cl) in bch_data_insert_keys()
108 static void bch_data_invalidate(struct closure *cl) in bch_data_invalidate()
139 static void bch_data_insert_error(struct closure *cl) in bch_data_insert_error()
171 struct closure *cl = bio->bi_private; in bch_data_insert_endio() local
187 static void bch_data_insert_start(struct closure *cl) in bch_data_insert_start()
308 void bch_data_insert(struct closure *cl) in bch_data_insert()
465 struct closure cl; member
488 struct closure *cl = bio->bi_private; in bch_cache_read_endio() local
578 static void cache_lookup(struct closure *cl) in cache_lookup()
623 struct closure *cl = bio->bi_private; in request_endio() local
[all …]
/kernel/linux/linux-6.6/drivers/clk/
Dclkdev.c38 struct clk_lookup *p, *cl = NULL; in clk_find() local
74 struct clk_lookup *cl; in clk_find_hw() local
121 static void __clkdev_add(struct clk_lookup *cl) in __clkdev_add()
128 void clkdev_add(struct clk_lookup *cl) in clkdev_add()
136 void clkdev_add_table(struct clk_lookup *cl, size_t num) in clkdev_add_table()
151 struct clk_lookup cl; member
184 struct clk_lookup *cl; in vclkdev_create() local
205 struct clk_lookup *cl; in clkdev_create() local
228 struct clk_lookup *cl; in clkdev_hw_create() local
259 void clkdev_drop(struct clk_lookup *cl) in clkdev_drop()
[all …]
/kernel/linux/linux-5.10/drivers/clk/
Dclkdev.c38 struct clk_lookup *p, *cl = NULL; in clk_find() local
74 struct clk_lookup *cl; in clk_find_hw() local
121 static void __clkdev_add(struct clk_lookup *cl) in __clkdev_add()
128 void clkdev_add(struct clk_lookup *cl) in clkdev_add()
136 void clkdev_add_table(struct clk_lookup *cl, size_t num) in clkdev_add_table()
151 struct clk_lookup cl; member
184 struct clk_lookup *cl; in vclkdev_create() local
196 struct clk_lookup *cl; in clkdev_alloc() local
210 struct clk_lookup *cl; in clkdev_hw_alloc() local
233 struct clk_lookup *cl; in clkdev_create() local
[all …]
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Datomic_lse.h30 #define ATOMIC_FETCH_OP(name, mb, op, asm_op, cl...) \ in ATOMIC_OP() argument
57 #define ATOMIC_OP_ADD_RETURN(name, mb, cl...) \ argument
90 #define ATOMIC_FETCH_OP_AND(name, mb, cl...) \ argument
121 #define ATOMIC_OP_SUB_RETURN(name, mb, cl...) \ argument
145 #define ATOMIC_FETCH_OP_SUB(name, mb, cl...) \ argument
183 #define ATOMIC64_FETCH_OP(name, mb, op, asm_op, cl...) \ in ATOMIC64_OP() argument
210 #define ATOMIC64_OP_ADD_RETURN(name, mb, cl...) \ argument
243 #define ATOMIC64_FETCH_OP_AND(name, mb, cl...) \ argument
274 #define ATOMIC64_OP_SUB_RETURN(name, mb, cl...) \ argument
298 #define ATOMIC64_FETCH_OP_SUB(name, mb, cl...) \ argument
[all …]
/kernel/linux/linux-5.10/net/sched/
Dsch_hfsc.c186 eltree_insert(struct hfsc_class *cl) in eltree_insert()
205 eltree_remove(struct hfsc_class *cl) in eltree_remove()
211 eltree_update(struct hfsc_class *cl) in eltree_update()
221 struct hfsc_class *p, *cl = NULL; in eltree_get_mindl() local
251 vttree_insert(struct hfsc_class *cl) in vttree_insert()
270 vttree_remove(struct hfsc_class *cl) in vttree_remove()
276 vttree_update(struct hfsc_class *cl) in vttree_update()
283 vttree_firstfit(struct hfsc_class *cl, u64 cur_time) in vttree_firstfit()
300 vttree_get_minvt(struct hfsc_class *cl, u64 cur_time) in vttree_get_minvt()
320 cftree_insert(struct hfsc_class *cl) in cftree_insert()
[all …]
Dsch_cbq.c163 #define L2T(cl, len) qdisc_l2t((cl)->R_tab, len) argument
181 struct cbq_class *cl; in cbq_reclassify() local
210 struct cbq_class *cl = NULL; in cbq_classify() local
291 static inline void cbq_activate_class(struct cbq_class *cl) in cbq_activate_class()
319 struct cbq_class *cl; in cbq_deactivate_class() local
342 cbq_mark_toplevel(struct cbq_sched_data *q, struct cbq_class *cl) in cbq_mark_toplevel()
364 struct cbq_class *cl = cbq_classify(skb, sch, &ret); in cbq_enqueue() local
394 static void cbq_overlimit(struct cbq_class *cl) in cbq_overlimit()
447 struct cbq_class *cl; in cbq_undelay_prio() local
529 cbq_update_toplevel(struct cbq_sched_data *q, struct cbq_class *cl, in cbq_update_toplevel()
[all …]
Dsch_drr.c59 struct drr_class *cl = (struct drr_class *)*arg; in drr_change_class() local
142 static void drr_destroy_class(struct Qdisc *sch, struct drr_class *cl) in drr_destroy_class()
152 struct drr_class *cl = (struct drr_class *)arg; in drr_delete_class() local
173 static struct tcf_block *drr_tcf_block(struct Qdisc *sch, unsigned long cl, in drr_tcf_block()
189 struct drr_class *cl = drr_find_class(sch, classid); in drr_bind_tcf() local
199 struct drr_class *cl = (struct drr_class *)arg; in drr_unbind_tcf() local
208 struct drr_class *cl = (struct drr_class *)arg; in drr_graft_class() local
223 struct drr_class *cl = (struct drr_class *)arg; in drr_class_leaf() local
230 struct drr_class *cl = (struct drr_class *)arg; in drr_qlen_notify() local
238 struct drr_class *cl = (struct drr_class *)arg; in drr_dump_class() local
[all …]
Dsch_htb.c213 struct htb_class *cl; in htb_classify() local
275 struct htb_class *cl, int prio) in htb_add_to_id_tree()
301 struct htb_class *cl, s64 delay) in htb_add_to_wait_tree()
344 struct htb_class *cl, int mask) in htb_add_class_to_row()
373 struct htb_class *cl, int mask) in htb_remove_class_from_row()
400 static void htb_activate_prios(struct htb_sched *q, struct htb_class *cl) in htb_activate_prios()
438 static void htb_deactivate_prios(struct htb_sched *q, struct htb_class *cl) in htb_deactivate_prios()
475 static inline s64 htb_lowater(const struct htb_class *cl) in htb_lowater()
482 static inline s64 htb_hiwater(const struct htb_class *cl) in htb_hiwater()
503 htb_class_mode(struct htb_class *cl, s64 *diff) in htb_class_mode()
[all …]
/kernel/linux/linux-6.6/net/sched/
Dsch_hfsc.c185 eltree_insert(struct hfsc_class *cl) in eltree_insert()
204 eltree_remove(struct hfsc_class *cl) in eltree_remove()
210 eltree_update(struct hfsc_class *cl) in eltree_update()
220 struct hfsc_class *p, *cl = NULL; in eltree_get_mindl() local
250 vttree_insert(struct hfsc_class *cl) in vttree_insert()
269 vttree_remove(struct hfsc_class *cl) in vttree_remove()
275 vttree_update(struct hfsc_class *cl) in vttree_update()
282 vttree_firstfit(struct hfsc_class *cl, u64 cur_time) in vttree_firstfit()
299 vttree_get_minvt(struct hfsc_class *cl, u64 cur_time) in vttree_get_minvt()
319 cftree_insert(struct hfsc_class *cl) in cftree_insert()
[all …]
Dsch_drr.c58 struct drr_class *cl = (struct drr_class *)*arg; in drr_change_class() local
139 static void drr_destroy_class(struct Qdisc *sch, struct drr_class *cl) in drr_destroy_class()
150 struct drr_class *cl = (struct drr_class *)arg; in drr_delete_class() local
173 static struct tcf_block *drr_tcf_block(struct Qdisc *sch, unsigned long cl, in drr_tcf_block()
189 struct drr_class *cl = drr_find_class(sch, classid); in drr_bind_tcf() local
199 struct drr_class *cl = (struct drr_class *)arg; in drr_unbind_tcf() local
208 struct drr_class *cl = (struct drr_class *)arg; in drr_graft_class() local
223 struct drr_class *cl = (struct drr_class *)arg; in drr_class_leaf() local
230 struct drr_class *cl = (struct drr_class *)arg; in drr_qlen_notify() local
238 struct drr_class *cl = (struct drr_class *)arg; in drr_dump_class() local
[all …]
/kernel/linux/linux-5.10/drivers/hsi/clients/
Dssi_protocol.c141 struct hsi_client *cl; member
387 static void ssip_reset(struct hsi_client *cl) in ssip_reset()
422 static void ssip_dump_state(struct hsi_client *cl) in ssip_dump_state()
443 static void ssip_error(struct hsi_client *cl) in ssip_error()
458 struct hsi_client *cl = ssi->cl; in ssip_keep_alive() local
485 struct hsi_client *cl = ssi->cl; in ssip_rx_wd() local
494 struct hsi_client *cl = ssi->cl; in ssip_tx_wd() local
500 static void ssip_send_bootinfo_req_cmd(struct hsi_client *cl) in ssip_send_bootinfo_req_cmd()
516 static void ssip_start_rx(struct hsi_client *cl) in ssip_start_rx()
542 static void ssip_stop_rx(struct hsi_client *cl) in ssip_stop_rx()
[all …]
/kernel/linux/linux-6.6/drivers/hsi/clients/
Dssi_protocol.c139 struct hsi_client *cl; member
385 static void ssip_reset(struct hsi_client *cl) in ssip_reset()
420 static void ssip_dump_state(struct hsi_client *cl) in ssip_dump_state()
441 static void ssip_error(struct hsi_client *cl) in ssip_error()
456 struct hsi_client *cl = ssi->cl; in ssip_keep_alive() local
483 struct hsi_client *cl = ssi->cl; in ssip_rx_wd() local
492 struct hsi_client *cl = ssi->cl; in ssip_tx_wd() local
498 static void ssip_send_bootinfo_req_cmd(struct hsi_client *cl) in ssip_send_bootinfo_req_cmd()
514 static void ssip_start_rx(struct hsi_client *cl) in ssip_start_rx()
540 static void ssip_stop_rx(struct hsi_client *cl) in ssip_stop_rx()
[all …]
/kernel/linux/linux-6.6/sound/soc/intel/avs/
Dcldma.c60 void hda_cldma_fill(struct hda_cldma *cl) in hda_cldma_fill()
90 struct hda_cldma *cl = container_of(work, struct hda_cldma, memcpy_work.work); in cldma_memcpy_work() local
124 void hda_cldma_transfer(struct hda_cldma *cl, unsigned long start_delay) in hda_cldma_transfer()
136 int hda_cldma_start(struct hda_cldma *cl) in hda_cldma_start()
151 int hda_cldma_stop(struct hda_cldma *cl) in hda_cldma_stop()
168 int hda_cldma_reset(struct hda_cldma *cl) in hda_cldma_reset()
198 void hda_cldma_set_data(struct hda_cldma *cl, void *data, unsigned int size) in hda_cldma_set_data()
205 static void cldma_setup_bdle(struct hda_cldma *cl, u32 bdle_size) in cldma_setup_bdle()
234 void hda_cldma_setup(struct hda_cldma *cl) in hda_cldma_setup()
253 struct hda_cldma *cl = dev_id; in cldma_irq_handler() local
[all …]

12345678910>>...20