Home
last modified time | relevance | path

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

12345678910

/linux/drivers/hid/intel-ish-hid/ishtp/
A Dclient.c123 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()
351 int ishtp_cl_connect(struct ishtp_cl *cl) in ishtp_cl_connect()
613 struct ishtp_cl *cl = rb->cl; in ishtp_cl_read_complete() local
637 struct ishtp_cl *cl = prm; in ipc_tx_callback() local
716 struct ishtp_cl *cl) in ishtp_cl_send_msg_ipc()
735 struct ishtp_cl *cl) in ishtp_cl_send_msg_dma()
828 struct ishtp_cl *cl; in recv_ishtp_cl_msg() local
[all …]
A 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()
A Dhbm.c55 static inline void ishtp_hbm_cl_hdr(struct ishtp_cl *cl, uint8_t hbm_cmd, in ishtp_hbm_cl_hdr()
76 static inline bool ishtp_hbm_cl_addr_equal(struct ishtp_cl *cl, void *buf) in ishtp_hbm_cl_addr_equal()
262 struct ishtp_cl *cl) in ishtp_hbm_cl_flow_control_req()
313 int ishtp_hbm_cl_disconnect_req(struct ishtp_device *dev, struct ishtp_cl *cl) in ishtp_hbm_cl_disconnect_req()
335 struct ishtp_cl *cl = NULL; in ishtp_hbm_cl_disconnect_res() local
358 int ishtp_hbm_cl_connect_req(struct ishtp_device *dev, struct ishtp_cl *cl) in ishtp_hbm_cl_connect_req()
380 struct ishtp_cl *cl = NULL; in ishtp_hbm_cl_connect_res() local
410 struct ishtp_cl *cl; in ishtp_hbm_fw_disconnect_req() local
447 struct ishtp_cl *cl; in ishtp_hbm_dma_xfer_ack() local
782 struct ishtp_cl *cl = NULL; in recv_hbm() local
/linux/drivers/misc/mei/
A Dclient.c415 const struct mei_cl *cl) in mei_io_list_flush_cl()
436 const struct mei_cl *cl, in mei_io_tx_list_free_cl()
626 struct mei_cl *cl; in mei_cl_allocate() local
646 int mei_cl_link(struct mei_cl *cl) in mei_cl_link()
688 int mei_cl_unlink(struct mei_cl *cl) in mei_cl_unlink()
974 int mei_cl_disconnect(struct mei_cl *cl) in mei_cl_disconnect()
1208 struct mei_cl *cl; in mei_cl_alloc_linked() local
1514 int mei_cl_notify_request(struct mei_cl *cl, in mei_cl_notify_request()
1586 void mei_cl_notify(struct mei_cl *cl) in mei_cl_notify()
2143 struct mei_cl *cl; in mei_cl_all_disconnect() local
[all …]
A 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 …]
A Dhbm.c209 struct mei_cl *cl; in mei_hbm_cl_find_by_cmd() local
493 struct mei_cl *cl, u8 start) in mei_hbm_cl_notify_req()
537 struct mei_cl *cl, in mei_hbm_cl_notify_start_res()
563 struct mei_cl *cl, in mei_hbm_cl_notify_stop_res()
590 struct mei_cl *cl; in mei_hbm_cl_notify() local
605 int mei_hbm_cl_dma_map_req(struct mei_device *dev, struct mei_cl *cl) in mei_hbm_cl_dma_map_req()
659 struct mei_cl *cl; in mei_hbm_cl_dma_map_res() local
685 struct mei_cl *cl; in mei_hbm_cl_dma_unmap_res() local
864 struct mei_cl *cl; in mei_hbm_cl_tx_flow_ctrl_creds_res() local
992 struct mei_cl *cl; in mei_hbm_cl_res() local
[all …]
A Dinterrupt.c32 struct mei_cl *cl; in mei_irq_compl_handler() local
52 static inline int mei_cl_hbm_equal(struct mei_cl *cl, in mei_cl_hbm_equal()
93 static int mei_cl_irq_read_msg(struct mei_cl *cl, in mei_cl_irq_read_msg()
221 static int mei_cl_irq_disconnect_rsp(struct mei_cl *cl, struct mei_cl_cb *cb, in mei_cl_irq_disconnect_rsp()
253 static int mei_cl_irq_read(struct mei_cl *cl, struct mei_cl_cb *cb, in mei_cl_irq_read()
332 struct mei_cl *cl; in mei_irq_read_handler() local
483 struct mei_cl *cl; in mei_irq_write_handler() local
583 static void mei_connect_timeout(struct mei_cl *cl) in mei_connect_timeout()
618 struct mei_cl *cl; in mei_timer() local
A Dmain.c48 struct mei_cl *cl; in mei_open() local
112 struct mei_cl *cl = file->private_data; in mei_release() local
170 struct mei_cl *cl = file->private_data; in mei_read() local
312 struct mei_cl *cl = file->private_data; in mei_write() local
409 struct mei_cl *cl; in mei_ioctl_connect_client() local
509 struct mei_cl *cl; in mei_ioctl_connect_vtag() local
598 struct mei_cl *cl = file->private_data; in mei_ioctl_client_notify_request() local
617 struct mei_cl *cl = file->private_data; in mei_ioctl_client_notify_get() local
642 struct mei_cl *cl = file->private_data; in mei_ioctl() local
784 struct mei_cl *cl = file->private_data; in mei_poll() local
[all …]
/linux/drivers/md/bcache/
A 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
A 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()
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()
285 static inline void closure_init_stack(struct closure *cl) in closure_init_stack()
[all …]
A Drequest.c171 struct closure *cl = bio->bi_private; in bch_data_insert_endio() local
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
639 struct closure *cl = bio->bi_private; in backing_request_endio() local
702 static void search_free(struct closure *cl) in search_free()
952 struct closure *cl = &s->cl; in cached_dev_read() local
971 struct closure *cl = &s->cl; in cached_dev_write() local
[all …]
A 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
A Djournal.c30 struct closure *cl = bio->bi_private; in journal_read_endio() local
43 struct closure cl; in journal_read_bucket() local
710 static void journal_write_done(struct closure *cl) in journal_write_done()
721 static void journal_write_unlock(struct closure *cl) in journal_write_unlock()
730 static void journal_write_unlocked(struct closure *cl) in journal_write_unlocked()
810 static void journal_write(struct closure *cl) in journal_write()
821 struct closure *cl = &c->journal.io; in journal_try_write() local
839 struct closure cl; in journal_wait_for_write() local
946 void bch_journal_meta(struct cache_set *c, struct closure *cl) in bch_journal_meta()
/linux/drivers/clk/
A Dclkdev.c38 struct clk_lookup *p, *cl = NULL; in clk_find() local
74 struct clk_lookup *cl; in clk_find_hw() local
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
272 struct clk_lookup *cl; in __clk_register_clkdev() local
316 struct clk_lookup *cl; in clk_register_clkdev() local
343 struct clk_lookup *cl; in clk_hw_register_clkdev() local
374 struct clk_lookup *cl; in devm_clk_release_clkdev() local
[all …]
/linux/arch/arm64/include/asm/
A 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
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
340 #define __CMPXCHG_CASE(w, sfx, name, sz, mb, cl...) \ argument
[all …]
A Datomic_ll_sc.h56 #define ATOMIC_OP_RETURN(name, mb, acq, rel, cl, op, asm_op, constraint)\ argument
78 #define ATOMIC_FETCH_OP(name, mb, acq, rel, cl, op, asm_op, constraint) \ argument
155 #define ATOMIC64_OP_RETURN(name, mb, acq, rel, cl, op, asm_op, constraint)\ argument
177 #define ATOMIC64_FETCH_OP(name, mb, acq, rel, cl, op, asm_op, constraint)\ argument
259 #define __CMPXCHG_CASE(w, sfx, name, sz, mb, acq, rel, cl, constraint) \ argument
318 #define __CMPXCHG_DBL(name, mb, rel, cl) \ argument
/linux/net/sched/
A Dsch_cbq.c181 struct cbq_class *cl; in cbq_reclassify() local
210 struct cbq_class *cl = NULL; in cbq_classify() local
319 struct cbq_class *cl; in cbq_deactivate_class() local
447 struct cbq_class *cl; in cbq_undelay_prio() local
554 struct cbq_class *cl = this; in cbq_update() local
870 struct cbq_class *cl; in cbq_adjust_levels() local
885 struct cbq_class *cl; in cbq_normalize_quanta() local
979 struct cbq_class *cl, **clp; in cbq_unlink_class() local
1028 struct cbq_class *cl; in cbq_reset() local
1449 struct cbq_class *cl; in cbq_destroy() local
[all …]
A 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
1118 struct hfsc_class *head, *cl; in hfsc_classify() local
1343 struct hfsc_class *cl; in hfsc_walk() local
1369 struct hfsc_class *cl; in hfsc_schedule_watchdog() local
1478 struct hfsc_class *cl; in hfsc_reset_qdisc() local
1496 struct hfsc_class *cl; in hfsc_destroy_qdisc() local
1535 struct hfsc_class *cl; in hfsc_enqueue() local
[all …]
A Dsch_drr.c59 struct drr_class *cl = (struct drr_class *)*arg; in drr_change_class() local
151 struct drr_class *cl = (struct drr_class *)arg; in drr_delete_class() local
198 struct drr_class *cl = (struct drr_class *)arg; in drr_unbind_tcf() local
207 struct drr_class *cl = (struct drr_class *)arg; in drr_graft_class() local
222 struct drr_class *cl = (struct drr_class *)arg; in drr_class_leaf() local
279 struct drr_class *cl; in drr_walk() local
304 struct drr_class *cl; in drr_classify() local
343 struct drr_class *cl; in drr_enqueue() local
378 struct drr_class *cl; in drr_dequeue() local
434 struct drr_class *cl; in drr_reset_qdisc() local
[all …]
A Dsch_htb.c220 struct htb_class *cl; in htb_classify() local
314 struct htb_class *cl, s64 delay) in htb_add_to_wait_tree()
361 struct htb_class *cl, int mask) in htb_add_class_to_row()
751 struct htb_class *cl; in htb_do_events() local
786 struct htb_class *cl = in htb_id_find_next_upper() local
846 struct htb_class *cl; in htb_lookup_leaf() local
869 struct htb_class *cl, *start; in htb_dequeue_tree() local
994 struct htb_class *cl; in htb_reset() local
1313 struct htb_class *cl) in htb_offload_aggregate_stats()
1638 struct htb_class *cl; in htb_destroy() local
[all …]
A Dsch_qfq.c313 struct qfq_class *cl) in qfq_add_to_agg()
535 struct qfq_class *cl = (struct qfq_class *)arg; in qfq_delete_class() local
580 struct qfq_class *cl = (struct qfq_class *)arg; in qfq_unbind_tcf() local
654 struct qfq_class *cl; in qfq_walk() local
679 struct qfq_class *cl; in qfq_classify() local
974 struct qfq_class *cl, unsigned int len) in agg_dequeue()
989 struct qfq_class **cl, in qfq_peek_skb()
1080 struct qfq_class *cl; in qfq_dequeue() local
1201 struct qfq_class *cl; in qfq_enqueue() local
1450 struct qfq_class *cl; in qfq_reset_qdisc() local
[all …]
/linux/drivers/hsi/clients/
A Dssi_protocol.c141 struct hsi_client *cl; member
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
561 struct hsi_client *cl = msg->cl; in ssip_strans_complete() local
573 static int ssip_xmit(struct hsi_client *cl) in ssip_xmit()
642 struct hsi_client *cl = msg->cl; in ssip_rx_data_complete() local
818 struct hsi_client *cl = msg->cl; in ssip_rxcmd_complete() local
857 struct hsi_client *cl = msg->cl; in ssip_swbreak_complete() local
879 struct hsi_client *cl = msg->cl; in ssip_tx_data_complete() local
[all …]
/linux/include/linux/hsi/
A Dhsi.h138 static inline void hsi_client_set_drvdata(struct hsi_client *cl, void *data) in hsi_client_set_drvdata()
143 static inline void *hsi_client_drvdata(struct hsi_client *cl) in hsi_client_drvdata()
187 struct hsi_client *cl; member
240 #define hsi_get_port(cl) to_hsi_port((cl)->device.parent) argument
246 static inline int hsi_port_claimed(struct hsi_client *cl) in hsi_port_claimed()
329 static inline unsigned int hsi_id(struct hsi_client *cl) in hsi_id()
340 static inline unsigned int hsi_port_id(struct hsi_client *cl) in hsi_port_id()
354 static inline int hsi_setup(struct hsi_client *cl) in hsi_setup()
370 static inline int hsi_flush(struct hsi_client *cl) in hsi_flush()
409 static inline int hsi_start_tx(struct hsi_client *cl) in hsi_start_tx()
[all …]
/linux/drivers/hsi/
A Dhsi_core.c60 struct hsi_client *cl = to_hsi_client(dev); in hsi_client_release() local
70 struct hsi_client *cl; in hsi_new_client() local
199 struct hsi_client *cl; in hsi_add_client_from_dt() local
576 int hsi_async(struct hsi_client *cl, struct hsi_msg *msg) in hsi_async()
597 int hsi_claim_port(struct hsi_client *cl, unsigned int share) in hsi_claim_port()
625 void hsi_release_port(struct hsi_client *cl) in hsi_release_port()
646 struct hsi_client *cl = container_of(nb, struct hsi_client, nb); in hsi_event_notifier_call() local
665 int hsi_register_port_event(struct hsi_client *cl, in hsi_register_port_event()
690 int hsi_unregister_port_event(struct hsi_client *cl) in hsi_unregister_port_event()
737 int hsi_get_channel_id_by_name(struct hsi_client *cl, char *name) in hsi_get_channel_id_by_name()
/linux/drivers/staging/iio/addac/
A Dadt7316-i2c.c22 struct i2c_client *cl = client; in adt7316_i2c_read() local
44 struct i2c_client *cl = client; in adt7316_i2c_write() local
56 struct i2c_client *cl = client; in adt7316_i2c_multi_read() local
75 struct i2c_client *cl = client; in adt7316_i2c_multi_write() local

Completed in 87 milliseconds

12345678910