Home
last modified time | relevance | path

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

12345678910

/Linux-v4.19/drivers/misc/mei/
Dclient.h119 static inline bool mei_cl_is_connected(struct mei_cl *cl) in mei_cl_is_connected()
131 static inline u8 mei_cl_me_id(const struct mei_cl *cl) in mei_cl_me_id()
143 static inline size_t mei_cl_mtu(const struct mei_cl *cl) in mei_cl_mtu()
155 static inline bool mei_cl_is_fixed_address(const struct mei_cl *cl) in mei_cl_is_fixed_address()
168 static inline bool mei_cl_is_single_recv_buf(const struct mei_cl *cl) in mei_cl_is_single_recv_buf()
180 static inline const uuid_le *mei_cl_uuid(const struct mei_cl *cl) in mei_cl_uuid()
192 static inline u8 mei_cl_host_addr(const struct mei_cl *cl) in mei_cl_host_addr()
225 #define MEI_CL_PRM(cl) (cl)->host_client_id, mei_cl_me_id(cl) argument
227 #define cl_dbg(dev, cl, format, arg...) \ argument
230 #define cl_warn(dev, cl, format, arg...) \ argument
[all …]
Dclient.c391 static struct mei_cl_cb *mei_io_cb_init(struct mei_cl *cl, in mei_io_cb_init()
416 const struct mei_cl *cl) in mei_io_list_flush_cl()
433 const struct mei_cl *cl) in mei_io_tx_list_free_cl()
468 struct mei_cl_cb *mei_cl_alloc_cb(struct mei_cl *cl, size_t length, in mei_cl_alloc_cb()
503 struct mei_cl_cb *mei_cl_enqueue_ctrl_wr_cb(struct mei_cl *cl, size_t length, in mei_cl_enqueue_ctrl_wr_cb()
530 struct mei_cl_cb *mei_cl_read_cb(const struct mei_cl *cl, const struct file *fp) in mei_cl_read_cb()
549 int mei_cl_flush_queues(struct mei_cl *cl, const struct file *fp) in mei_cl_flush_queues()
575 static void mei_cl_init(struct mei_cl *cl, struct mei_device *dev) in mei_cl_init()
598 struct mei_cl *cl; in mei_cl_allocate() local
618 int mei_cl_link(struct mei_cl *cl) in mei_cl_link()
[all …]
Dinterrupt.c43 struct mei_cl *cl; in mei_irq_compl_handler() local
63 static inline int mei_cl_hbm_equal(struct mei_cl *cl, in mei_cl_hbm_equal()
96 static int mei_cl_irq_read_msg(struct mei_cl *cl, in mei_cl_irq_read_msg()
168 static int mei_cl_irq_disconnect_rsp(struct mei_cl *cl, struct mei_cl_cb *cb, in mei_cl_irq_disconnect_rsp()
200 static int mei_cl_irq_read(struct mei_cl *cl, struct mei_cl_cb *cb, in mei_cl_irq_read()
267 struct mei_cl *cl; in mei_irq_read_handler() local
365 struct mei_cl *cl; in mei_irq_write_handler() local
455 static void mei_connect_timeout(struct mei_cl *cl) in mei_connect_timeout()
490 struct mei_cl *cl; in mei_timer() local
Dhbm.c162 void mei_hbm_cl_hdr(struct mei_cl *cl, u8 hbm_cmd, void *buf, size_t len) in mei_hbm_cl_hdr()
184 static inline int mei_hbm_cl_write(struct mei_device *dev, struct mei_cl *cl, in mei_hbm_cl_write()
205 bool mei_hbm_cl_addr_equal(struct mei_cl *cl, struct mei_hbm_cl_cmd *cmd) in mei_hbm_cl_addr_equal()
223 struct mei_cl *cl; in mei_hbm_cl_find_by_cmd() local
435 struct mei_cl *cl, u8 start) in mei_hbm_cl_notify_req()
480 struct mei_cl *cl, in mei_hbm_cl_notify_start_res()
506 struct mei_cl *cl, in mei_hbm_cl_notify_stop_res()
533 struct mei_cl *cl; in mei_hbm_cl_notify() local
647 int mei_hbm_cl_flow_control_req(struct mei_device *dev, struct mei_cl *cl) in mei_hbm_cl_flow_control_req()
700 struct mei_cl *cl; in mei_hbm_cl_tx_flow_ctrl_creds_res() local
[all …]
Dmain.c51 struct mei_cl *cl; in mei_open() local
96 struct mei_cl *cl = file->private_data; in mei_release() local
136 struct mei_cl *cl = file->private_data; in mei_read() local
256 struct mei_cl *cl = file->private_data; in mei_write() local
351 struct mei_cl *cl; in mei_ioctl_connect_client() local
415 struct mei_cl *cl = file->private_data; in mei_ioctl_client_notify_request() local
434 struct mei_cl *cl = file->private_data; in mei_ioctl_client_notify_get() local
459 struct mei_cl *cl = file->private_data; in mei_ioctl() local
567 struct mei_cl *cl = file->private_data; in mei_poll() local
620 static bool mei_cl_is_write_queued(struct mei_cl *cl) in mei_cl_is_write_queued()
[all …]
/Linux-v4.19/drivers/hid/intel-ish-hid/ishtp/
Dclient.c31 static void ishtp_read_list_flush(struct ishtp_cl *cl) in ishtp_read_list_flush()
55 int ishtp_cl_flush_queues(struct ishtp_cl *cl) in ishtp_cl_flush_queues()
74 static void ishtp_cl_init(struct ishtp_cl *cl, struct ishtp_device *dev) in ishtp_cl_init()
111 struct ishtp_cl *cl; in ishtp_cl_allocate() local
128 void ishtp_cl_free(struct ishtp_cl *cl) in ishtp_cl_free()
162 int ishtp_cl_link(struct ishtp_cl *cl, int id) in ishtp_cl_link()
216 void ishtp_cl_unlink(struct ishtp_cl *cl) in ishtp_cl_unlink()
258 int ishtp_cl_disconnect(struct ishtp_cl *cl) in ishtp_cl_disconnect()
313 static bool ishtp_cl_is_other_connecting(struct ishtp_cl *cl) in ishtp_cl_is_other_connecting()
346 int ishtp_cl_connect(struct ishtp_cl *cl) in ishtp_cl_connect()
[all …]
Dclient-buffers.c28 int ishtp_cl_alloc_rx_ring(struct ishtp_cl *cl) in ishtp_cl_alloc_rx_ring()
66 int ishtp_cl_alloc_tx_ring(struct ishtp_cl *cl) in ishtp_cl_alloc_tx_ring()
103 void ishtp_cl_free_rx_ring(struct ishtp_cl *cl) in ishtp_cl_free_rx_ring()
136 void ishtp_cl_free_tx_ring(struct ishtp_cl *cl) in ishtp_cl_free_tx_ring()
187 struct ishtp_cl_rb *ishtp_io_rb_init(struct ishtp_cl *cl) in ishtp_io_rb_init()
236 struct ishtp_cl *cl; in ishtp_cl_io_rb_recycle() local
Dhbm.c64 static inline void ishtp_hbm_cl_hdr(struct ishtp_cl *cl, uint8_t hbm_cmd, in ishtp_hbm_cl_hdr()
85 static inline bool ishtp_hbm_cl_addr_equal(struct ishtp_cl *cl, void *buf) in ishtp_hbm_cl_addr_equal()
294 struct ishtp_cl *cl) in ishtp_hbm_cl_flow_control_req()
345 int ishtp_hbm_cl_disconnect_req(struct ishtp_device *dev, struct ishtp_cl *cl) in ishtp_hbm_cl_disconnect_req()
368 struct ishtp_cl *cl = NULL; in ishtp_hbm_cl_disconnect_res() local
391 int ishtp_hbm_cl_connect_req(struct ishtp_device *dev, struct ishtp_cl *cl) in ishtp_hbm_cl_connect_req()
414 struct ishtp_cl *cl = NULL; in ishtp_hbm_cl_connect_res() local
444 struct ishtp_cl *cl; in ishtp_hbm_fw_disconnect_req() local
481 struct ishtp_cl *cl; in ishtp_hbm_dma_xfer_ack() local
816 struct ishtp_cl *cl = NULL; in recv_hbm() local
/Linux-v4.19/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()
53 void closure_put(struct closure *cl) in closure_put()
65 struct closure *cl, *t; in __closure_wake_up() local
88 bool closure_wait(struct closure_waitlist *waitlist, struct closure *cl) in closure_wait()
106 static void closure_sync_fn(struct closure *cl) in closure_sync_fn()
112 void __sched __closure_sync(struct closure *cl) in __closure_sync()
135 void closure_debug_create(struct closure *cl) in closure_debug_create()
148 void closure_debug_destroy(struct closure *cl) in closure_debug_destroy()
165 struct closure *cl; in debug_seq_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()
120 static void bch_data_invalidate(struct closure *cl) in bch_data_invalidate()
151 static void bch_data_insert_error(struct closure *cl) in bch_data_insert_error()
183 struct closure *cl = bio->bi_private; in bch_data_insert_endio() local
199 static void bch_data_insert_start(struct closure *cl) in bch_data_insert_start()
320 void bch_data_insert(struct closure *cl) in bch_data_insert()
468 struct closure cl; member
490 struct closure *cl = bio->bi_private; in bch_cache_read_endio() local
580 static void cache_lookup(struct closure *cl) in cache_lookup()
625 struct closure *cl = bio->bi_private; in request_endio() local
[all …]
Dmovinggc.c16 struct closure cl; member
38 static void moving_io_destructor(struct closure *cl) in moving_io_destructor()
45 static void write_moving_finish(struct closure *cl) in write_moving_finish()
92 static void write_moving(struct closure *cl) in write_moving()
116 static void read_moving_submit(struct closure *cl) in read_moving_submit()
131 struct closure cl; in read_moving() local
Dsuper.c240 static void bch_write_bdev_super_unlock(struct closure *cl) in bch_write_bdev_super_unlock()
249 struct closure *cl = &dc->sb_write; in bch_write_bdev_super() local
277 static void bcache_write_super_unlock(struct closure *cl) in bcache_write_super_unlock()
286 struct closure *cl = &c->sb_write; in bcache_write_super() local
320 struct closure *cl = bio->bi_private; in uuid_endio() local
328 static void uuid_io_unlock(struct closure *cl) in uuid_io_unlock()
338 struct closure *cl = &c->uuid_write; in uuid_io() local
376 static char *uuid_read(struct cache_set *c, struct jset *j, struct closure *cl) in uuid_read()
420 struct closure cl; in __uuid_write() local
505 struct closure *cl = &ca->prio; in prio_io() local
[all …]
/Linux-v4.19/net/sched/
Dsch_cbq.c168 #define L2T(cl, len) qdisc_l2t((cl)->R_tab, len) argument
186 struct cbq_class *cl; in cbq_reclassify() local
215 struct cbq_class *cl = NULL; in cbq_classify() local
296 static inline void cbq_activate_class(struct cbq_class *cl) in cbq_activate_class()
324 struct cbq_class *cl; in cbq_deactivate_class() local
347 cbq_mark_toplevel(struct cbq_sched_data *q, struct cbq_class *cl) in cbq_mark_toplevel()
369 struct cbq_class *cl = cbq_classify(skb, sch, &ret); in cbq_enqueue() local
399 static void cbq_overlimit(struct cbq_class *cl) in cbq_overlimit()
452 struct cbq_class *cl; in cbq_undelay_prio() local
534 cbq_update_toplevel(struct cbq_sched_data *q, struct cbq_class *cl, in cbq_update_toplevel()
[all …]
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_drr.c53 static void drr_purge_queue(struct drr_class *cl) in drr_purge_queue()
71 struct drr_class *cl = (struct drr_class *)*arg; in drr_change_class() local
153 static void drr_destroy_class(struct Qdisc *sch, struct drr_class *cl) in drr_destroy_class()
163 struct drr_class *cl = (struct drr_class *)arg; in drr_delete_class() local
184 static struct tcf_block *drr_tcf_block(struct Qdisc *sch, unsigned long cl, in drr_tcf_block()
200 struct drr_class *cl = drr_find_class(sch, classid); in drr_bind_tcf() local
210 struct drr_class *cl = (struct drr_class *)arg; in drr_unbind_tcf() local
219 struct drr_class *cl = (struct drr_class *)arg; in drr_graft_class() local
234 struct drr_class *cl = (struct drr_class *)arg; in drr_class_leaf() local
241 struct drr_class *cl = (struct drr_class *)arg; in drr_qlen_notify() local
[all …]
Dsch_htb.c216 struct htb_class *cl; in htb_classify() local
278 struct htb_class *cl, int prio) in htb_add_to_id_tree()
304 struct htb_class *cl, s64 delay) in htb_add_to_wait_tree()
347 struct htb_class *cl, int mask) in htb_add_class_to_row()
376 struct htb_class *cl, int mask) in htb_remove_class_from_row()
403 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 …]
Dsch_qfq.c220 static void qfq_purge_queue(struct qfq_class *cl) in qfq_purge_queue()
325 struct qfq_class *cl) in qfq_add_to_agg()
353 static void qfq_deactivate_class(struct qfq_sched *q, struct qfq_class *cl) in qfq_deactivate_class()
364 static void qfq_rm_from_agg(struct qfq_sched *q, struct qfq_class *cl) in qfq_rm_from_agg()
377 static void qfq_deact_rm_from_agg(struct qfq_sched *q, struct qfq_class *cl) in qfq_deact_rm_from_agg()
386 static int qfq_change_agg(struct Qdisc *sch, struct qfq_class *cl, u32 weight, in qfq_change_agg()
409 struct qfq_class *cl = (struct qfq_class *)*arg; in qfq_change_class() local
534 static void qfq_destroy_class(struct Qdisc *sch, struct qfq_class *cl) in qfq_destroy_class()
547 struct qfq_class *cl = (struct qfq_class *)arg; in qfq_delete_class() local
568 static struct tcf_block *qfq_tcf_block(struct Qdisc *sch, unsigned long cl, in qfq_tcf_block()
[all …]
/Linux-v4.19/drivers/clk/
Dclkdev.c134 struct clk_lookup *p, *cl = NULL; in clk_find() local
168 struct clk_lookup *cl; in clk_get_sys() local
215 static void __clkdev_add(struct clk_lookup *cl) in __clkdev_add()
222 void clkdev_add(struct clk_lookup *cl) in clkdev_add()
230 void clkdev_add_table(struct clk_lookup *cl, size_t num) in clkdev_add_table()
245 struct clk_lookup cl; member
278 struct clk_lookup *cl; in vclkdev_create() local
290 struct clk_lookup *cl; in clkdev_alloc() local
304 struct clk_lookup *cl; in clkdev_hw_alloc() local
327 struct clk_lookup *cl; in clkdev_create() local
[all …]
/Linux-v4.19/arch/arm64/include/asm/
Datomic_lse.h49 #define ATOMIC_FETCH_OP(name, mb, op, asm_op, cl...) \ in ATOMIC_OP() argument
81 #define ATOMIC_OP_ADD_RETURN(name, mb, cl...) \ argument
125 #define ATOMIC_FETCH_OP_AND(name, mb, cl...) \ argument
169 #define ATOMIC_OP_SUB_RETURN(name, mb, cl...) \ argument
197 #define ATOMIC_FETCH_OP_SUB(name, mb, cl...) \ argument
246 #define ATOMIC64_FETCH_OP(name, mb, op, asm_op, cl...) \ in ATOMIC64_OP() argument
278 #define ATOMIC64_OP_ADD_RETURN(name, mb, cl...) \ argument
322 #define ATOMIC64_FETCH_OP_AND(name, mb, cl...) \ argument
366 #define ATOMIC64_OP_SUB_RETURN(name, mb, cl...) \ argument
394 #define ATOMIC64_FETCH_OP_SUB(name, mb, cl...) \ argument
[all …]
Datomic_ll_sc.h58 #define ATOMIC_OP_RETURN(name, mb, acq, rel, cl, op, asm_op) \ argument
80 #define ATOMIC_FETCH_OP(name, mb, acq, rel, cl, op, asm_op) \ argument
152 #define ATOMIC64_OP_RETURN(name, mb, acq, rel, cl, op, asm_op) \ argument
174 #define ATOMIC64_FETCH_OP(name, mb, acq, rel, cl, op, asm_op) \ argument
251 #define __CMPXCHG_CASE(w, sz, name, mb, acq, rel, cl) \ argument
296 #define __CMPXCHG_DBL(name, mb, rel, cl) \ argument
/Linux-v4.19/drivers/hsi/clients/
Dssi_protocol.c154 struct hsi_client *cl; member
399 static void ssip_reset(struct hsi_client *cl) in ssip_reset()
434 static void ssip_dump_state(struct hsi_client *cl) in ssip_dump_state()
455 static void ssip_error(struct hsi_client *cl) in ssip_error()
470 struct hsi_client *cl = ssi->cl; in ssip_keep_alive() local
496 struct hsi_client *cl = ssi->cl; in ssip_rx_wd() local
505 struct hsi_client *cl = ssi->cl; in ssip_tx_wd() local
511 static void ssip_send_bootinfo_req_cmd(struct hsi_client *cl) in ssip_send_bootinfo_req_cmd()
527 static void ssip_start_rx(struct hsi_client *cl) in ssip_start_rx()
553 static void ssip_stop_rx(struct hsi_client *cl) in ssip_stop_rx()
[all …]
/Linux-v4.19/include/linux/hsi/
Dhsi.h151 static inline void hsi_client_set_drvdata(struct hsi_client *cl, void *data) in hsi_client_set_drvdata()
156 static inline void *hsi_client_drvdata(struct hsi_client *cl) in hsi_client_drvdata()
200 struct hsi_client *cl; member
253 #define hsi_get_port(cl) to_hsi_port((cl)->device.parent) argument
259 static inline int hsi_port_claimed(struct hsi_client *cl) in hsi_port_claimed()
342 static inline unsigned int hsi_id(struct hsi_client *cl) in hsi_id()
353 static inline unsigned int hsi_port_id(struct hsi_client *cl) in hsi_port_id()
367 static inline int hsi_setup(struct hsi_client *cl) in hsi_setup()
383 static inline int hsi_flush(struct hsi_client *cl) in hsi_flush()
397 static inline int hsi_async_read(struct hsi_client *cl, struct hsi_msg *msg) in hsi_async_read()
[all …]
/Linux-v4.19/drivers/hsi/
Dhsi_core.c73 struct hsi_client *cl = to_hsi_client(dev); in hsi_client_release() local
83 struct hsi_client *cl; in hsi_new_client() local
212 struct hsi_client *cl; in hsi_add_client_from_dt() local
590 int hsi_async(struct hsi_client *cl, struct hsi_msg *msg) in hsi_async()
611 int hsi_claim_port(struct hsi_client *cl, unsigned int share) in hsi_claim_port()
639 void hsi_release_port(struct hsi_client *cl) in hsi_release_port()
660 struct hsi_client *cl = container_of(nb, struct hsi_client, nb); in hsi_event_notifier_call() local
679 int hsi_register_port_event(struct hsi_client *cl, in hsi_register_port_event()
704 int hsi_unregister_port_event(struct hsi_client *cl) in hsi_unregister_port_event()
751 int hsi_get_channel_id_by_name(struct hsi_client *cl, char *name) in hsi_get_channel_id_by_name()
/Linux-v4.19/drivers/staging/iio/addac/
Dadt7316-i2c.c23 struct i2c_client *cl = client; in adt7316_i2c_read() local
43 struct i2c_client *cl = client; in adt7316_i2c_write() local
55 struct i2c_client *cl = client; in adt7316_i2c_multi_read() local
74 struct i2c_client *cl = client; in adt7316_i2c_multi_write() local

12345678910