Home
last modified time | relevance | path

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

12345678910

/linux/drivers/misc/mei/
H A 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 …]
H 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 …]
H A Dhbm.c150 void mei_hbm_cl_hdr(struct mei_cl *cl, u8 hbm_cmd, void *buf, size_t len) in mei_hbm_cl_hdr()
172 static inline int mei_hbm_cl_write(struct mei_device *dev, struct mei_cl *cl, in mei_hbm_cl_write()
193 bool mei_hbm_cl_addr_equal(struct mei_cl *cl, struct mei_hbm_cl_cmd *cmd) in mei_hbm_cl_addr_equal()
211 struct mei_cl *cl; in mei_hbm_cl_find_by_cmd() local
499 struct mei_cl *cl, u8 start) in mei_hbm_cl_notify_req()
543 struct mei_cl *cl, in mei_hbm_cl_notify_start_res()
569 struct mei_cl *cl, in mei_hbm_cl_notify_stop_res()
596 struct mei_cl *cl; in mei_hbm_cl_notify() local
611 int mei_hbm_cl_dma_map_req(struct mei_device *dev, struct mei_cl *cl) in mei_hbm_cl_dma_map_req()
642 int mei_hbm_cl_dma_unmap_req(struct mei_device *dev, struct mei_cl *cl) in mei_hbm_cl_dma_unmap_req()
[all …]
H 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()
254 static int mei_cl_irq_disconnect_rsp(struct mei_cl *cl, struct mei_cl_cb *cb, in mei_cl_irq_disconnect_rsp()
286 static int mei_cl_irq_read(struct mei_cl *cl, struct mei_cl_cb *cb, in mei_cl_irq_read()
365 struct mei_cl *cl; in mei_irq_read_handler() local
511 struct mei_cl *cl; in mei_irq_write_handler() local
611 static void mei_connect_timeout(struct mei_cl *cl) in mei_connect_timeout()
646 struct mei_cl *cl; in mei_timer() local
H A Dmain.c50 struct mei_cl *cl; in mei_open() local
90 static void mei_cl_vtag_remove_by_fp(const struct mei_cl *cl, in mei_cl_vtag_remove_by_fp()
114 struct mei_cl *cl = file->private_data; in mei_release() local
172 struct mei_cl *cl = file->private_data; in mei_read() local
288 static u8 mei_cl_vtag_by_fp(const struct mei_cl *cl, const struct file *fp) in mei_cl_vtag_by_fp()
314 struct mei_cl *cl = file->private_data; in mei_write() local
411 struct mei_cl *cl; in mei_ioctl_connect_client() local
511 struct mei_cl *cl; in mei_ioctl_connect_vtag() local
600 struct mei_cl *cl = file->private_data; in mei_ioctl_client_notify_request() local
619 struct mei_cl *cl = file->private_data; in mei_ioctl_client_notify_get() local
[all …]
/linux/lib/
H A Dclosure.c30 static inline void closure_put_after_sub(struct closure *cl, int flags) in closure_put_after_sub()
59 void closure_sub(struct closure *cl, int v) in closure_sub()
68 void closure_put(struct closure *cl) in closure_put()
80 struct closure *cl, *t; in __closure_wake_up() local
103 bool closure_wait(struct closure_waitlist *waitlist, struct closure *cl) in closure_wait()
124 struct closure *cl = container_of(ws, struct closure, work); in CLOSURE_CALLBACK() local
135 void __sched __closure_sync(struct closure *cl) in __closure_sync()
160 void __sched closure_return_sync(struct closure *cl) in closure_return_sync()
188 int __sched __closure_sync_timeout(struct closure *cl, unsigned long timeout) in __closure_sync_timeout()
230 void closure_debug_create(struct closure *cl) in closure_debug_create()
[all …]
/linux/include/linux/
H A Dclosure.h177 static inline unsigned closure_nr_remaining(struct closure *cl) in closure_nr_remaining()
188 static inline void closure_sync(struct closure *cl) in closure_sync()
200 static inline int closure_sync_timeout(struct closure *cl, unsigned long timeout) in closure_sync_timeout()
217 static inline void closure_debug_create(struct closure *cl) {} in closure_debug_create()
218 static inline void closure_debug_destroy(struct closure *cl) {} in closure_debug_destroy()
222 static inline void closure_set_ip(struct closure *cl) in closure_set_ip()
229 static inline void closure_set_ret_ip(struct closure *cl) in closure_set_ret_ip()
236 static inline void closure_set_waiting(struct closure *cl, unsigned long f) in closure_set_waiting()
243 static inline void closure_set_stopped(struct closure *cl) in closure_set_stopped()
248 static inline void set_closure_fn(struct closure *cl, closure_fn *fn, in set_closure_fn()
[all …]
/linux/net/sched/
H A 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 …]
H A 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 …]
H A Dsch_qfq.c317 struct qfq_class *cl) in qfq_add_to_agg()
345 static void qfq_deactivate_class(struct qfq_sched *q, struct qfq_class *cl) in qfq_deactivate_class()
356 static void qfq_rm_from_agg(struct qfq_sched *q, struct qfq_class *cl) in qfq_rm_from_agg()
369 static void qfq_deact_rm_from_agg(struct qfq_sched *q, struct qfq_class *cl) in qfq_deact_rm_from_agg()
378 static int qfq_change_agg(struct Qdisc *sch, struct qfq_class *cl, u32 weight, in qfq_change_agg()
406 struct qfq_class *cl = (struct qfq_class *)*arg; in qfq_change_class() local
527 static void qfq_destroy_class(struct Qdisc *sch, struct qfq_class *cl) in qfq_destroy_class()
541 struct qfq_class *cl = (struct qfq_class *)arg; in qfq_delete_class() local
564 static struct tcf_block *qfq_tcf_block(struct Qdisc *sch, unsigned long cl, in qfq_tcf_block()
578 struct qfq_class *cl = qfq_find_class(sch, classid); in qfq_bind_tcf() local
[all …]
H A Dsch_ets.c99 static u32 ets_class_id(struct Qdisc *sch, const struct ets_class *cl) in ets_class_id()
192 static bool ets_class_is_strict(struct ets_sched *q, const struct ets_class *cl) in ets_class_is_strict()
203 struct ets_class *cl = ets_class_from_arg(sch, *arg); in ets_class_change() local
253 struct ets_class *cl = ets_class_from_arg(sch, arg); in ets_class_graft() local
271 struct ets_class *cl = ets_class_from_arg(sch, arg); in ets_class_leaf() local
288 struct ets_class *cl = ets_class_from_arg(sch, arg); in ets_class_qlen_notify() local
302 struct ets_class *cl = ets_class_from_arg(sch, arg); in ets_class_dump() local
327 struct ets_class *cl = ets_class_from_arg(sch, arg); in ets_class_dump_stats() local
352 ets_qdisc_tcf_block(struct Qdisc *sch, unsigned long cl, in ets_qdisc_tcf_block()
417 struct ets_class *cl; in ets_qdisc_enqueue() local
[all …]
/linux/drivers/hsi/clients/
H A 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 …]
H A Dhsi_char.c85 struct hsi_client *cl; member
105 struct hsi_client *cl; member
300 static int hsc_break_request(struct hsi_client *cl) in hsc_break_request()
324 static int hsc_break_send(struct hsi_client *cl) in hsc_break_send()
342 static int hsc_rx_set(struct hsi_client *cl, struct hsc_rx_config *rxc) in hsc_rx_set()
370 static inline void hsc_rx_get(struct hsi_client *cl, struct hsc_rx_config *rxc) in hsc_rx_get()
377 static int hsc_tx_set(struct hsi_client *cl, struct hsc_tx_config *txc) in hsc_tx_set()
404 static inline void hsc_tx_get(struct hsi_client *cl, struct hsc_tx_config *txc) in hsc_tx_get()
680 struct hsi_client *cl = to_hsi_client(dev); in hsc_probe() local
735 struct hsi_client *cl = to_hsi_client(dev); in hsc_remove() local
/linux/sound/soc/intel/avs/
H A 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()
251 void hda_cldma_interrupt(struct hda_cldma *cl) in hda_cldma_interrupt()
[all …]
/linux/fs/ceph/
H A Dsnap.c153 struct ceph_client *cl = mdsc->fsc->client; in __lookup_snap_realm() local
192 struct ceph_client *cl = mdsc->fsc->client; in __destroy_snap_realm() local
295 struct ceph_client *cl = mdsc->fsc->client; in adjust_snap_realm_parent() local
340 struct ceph_client *cl = mdsc->fsc->client; in build_snap_context() local
437 struct ceph_client *cl = mdsc->fsc->client; in rebuild_snap_realms() local
534 struct ceph_client *cl = ceph_inode_to_client(inode); in ceph_queue_cap_snap() local
667 struct ceph_client *cl = mdsc->fsc->client; in __ceph_finish_cap_snap() local
725 struct ceph_client *cl = mdsc->fsc->client; in queue_realm_cap_snaps() local
783 struct ceph_client *cl = mdsc->fsc->client; in ceph_update_snap_trace() local
944 struct ceph_client *cl = mdsc->fsc->client; in flush_snaps() local
[all …]
H A Dmds_client.c415 struct ceph_client *cl = req->r_mdsc->fsc->client; in parse_reply_info_readdir() local
575 struct ceph_client *cl = s->s_mdsc->fsc->client; in ceph_parse_deleg_inos() local
751 struct ceph_client *cl = s->s_mdsc->fsc->client; in parse_reply_info() local
839 struct ceph_client *cl = fsc->client; in ceph_wait_on_conflict_unlink() local
966 struct ceph_client *cl = mdsc->fsc->client; in register_session() local
1167 struct ceph_client *cl = mdsc->fsc->client; in __register_request() local
1293 struct ceph_client *cl = mdsc->fsc->client; in __choose_mds() local
1547 struct ceph_client *cl = mdsc->fsc->client; in create_session_full_msg() local
1718 struct ceph_client *cl = mdsc->fsc->client; in ceph_mdsc_open_export_target_session() local
1735 struct ceph_client *cl = mdsc->fsc->client; in __open_export_target_sessions() local
[all …]
H A Dcaps.c206 struct ceph_client *cl = mdsc->fsc->client; in ceph_reserve_caps() local
312 struct ceph_client *cl = mdsc->fsc->client; in ceph_unreserve_caps() local
334 struct ceph_client *cl = mdsc->fsc->client; in ceph_get_cap() local
389 struct ceph_client *cl = mdsc->fsc->client; in ceph_put_cap() local
581 struct ceph_client *cl = ceph_inode_to_client(inode); in __check_cap_issue() local
657 struct ceph_client *cl = ceph_inode_to_client(inode); in ceph_add_cap() local
790 struct ceph_client *cl = cap->session->s_mdsc->fsc->client; in __cap_is_valid() local
815 struct ceph_client *cl = ceph_inode_to_client(inode); in __ceph_caps_issued() local
872 struct ceph_client *cl = s->s_mdsc->fsc->client; in __touch_cap() local
894 struct ceph_client *cl = ceph_inode_to_client(inode); in __ceph_caps_issued_mask() local
[all …]
H A Dlocks.c80 struct ceph_client *cl = mdsc->fsc->client; in ceph_lock_message() local
162 struct ceph_client *cl = mdsc->fsc->client; in ceph_lock_wait_for_completion() local
251 struct ceph_client *cl = ceph_inode_to_client(inode); in ceph_lock() local
318 struct ceph_client *cl = ceph_inode_to_client(inode); in ceph_flock() local
379 struct ceph_client *cl = ceph_inode_to_client(inode); in ceph_count_locks() local
406 struct ceph_client *cl = ceph_inode_to_client(inode); in lock_to_ceph_filelock() local
445 struct ceph_client *cl = ceph_inode_to_client(inode); in ceph_encode_locks_to_buffer() local
H A Dfile.c25 struct ceph_client *cl = mdsc->fsc->client; in ceph_flags_sys2wire() local
206 struct ceph_client *cl = ceph_inode_to_client(inode); in ceph_init_file_info() local
265 struct ceph_client *cl = ceph_inode_to_client(inode); in ceph_init_file() local
303 struct ceph_client *cl = mdsc->fsc->client; in ceph_renew_caps() local
363 struct ceph_client *cl = fsc->client; in ceph_open() local
557 struct ceph_client *cl = ceph_inode_to_client(dir); in restore_deleg_ino() local
601 struct ceph_client *cl = mdsc->fsc->client; in ceph_async_create_cb() local
672 struct ceph_client *cl = mdsc->fsc->client; in ceph_finish_async_create() local
784 struct ceph_client *cl = fsc->client; in ceph_atomic_open() local
999 struct ceph_client *cl = ceph_inode_to_client(inode); in ceph_release() local
[all …]
/linux/include/linux/hsi/
H 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()
384 static inline int hsi_async_read(struct hsi_client *cl, struct hsi_msg *msg) in hsi_async_read()
[all …]
/linux/drivers/hsi/
H 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
200 struct hsi_client *cl; in hsi_add_client_from_dt() local
577 int hsi_async(struct hsi_client *cl, struct hsi_msg *msg) in hsi_async()
598 int hsi_claim_port(struct hsi_client *cl, unsigned int share) in hsi_claim_port()
626 void hsi_release_port(struct hsi_client *cl) in hsi_release_port()
647 struct hsi_client *cl = container_of(nb, struct hsi_client, nb); in hsi_event_notifier_call() local
666 int hsi_register_port_event(struct hsi_client *cl, in hsi_register_port_event()
691 int hsi_unregister_port_event(struct hsi_client *cl) in hsi_unregister_port_event()
738 int hsi_get_channel_id_by_name(struct hsi_client *cl, char *name) in hsi_get_channel_id_by_name()
/linux/drivers/hid/intel-ish-hid/ishtp/
H A Dhbm.c56 static inline void ishtp_hbm_cl_hdr(struct ishtp_cl *cl, uint8_t hbm_cmd, in ishtp_hbm_cl_hdr()
77 static inline bool ishtp_hbm_cl_addr_equal(struct ishtp_cl *cl, void *buf) in ishtp_hbm_cl_addr_equal()
263 struct ishtp_cl *cl) in ishtp_hbm_cl_flow_control_req()
314 int ishtp_hbm_cl_disconnect_req(struct ishtp_device *dev, struct ishtp_cl *cl) in ishtp_hbm_cl_disconnect_req()
336 struct ishtp_cl *cl = NULL; in ishtp_hbm_cl_disconnect_res() local
359 int ishtp_hbm_cl_connect_req(struct ishtp_device *dev, struct ishtp_cl *cl) in ishtp_hbm_cl_connect_req()
381 struct ishtp_cl *cl = NULL; in ishtp_hbm_cl_connect_res() local
411 struct ishtp_cl *cl; in ishtp_hbm_fw_disconnect_req() local
448 struct ishtp_cl *cl; in ishtp_hbm_dma_xfer_ack() local
787 struct ishtp_cl *cl = NULL; in recv_hbm() local
/linux/arch/arm64/include/asm/
H A Datomic_lse.h36 #define ATOMIC_FETCH_OP(name, mb, op, asm_op, cl...) \ argument
106 #define ATOMIC_FETCH_OP_AND(name, mb, cl...) \ argument
143 #define ATOMIC64_FETCH_OP(name, mb, op, asm_op, cl...) \ argument
213 #define ATOMIC64_FETCH_OP_AND(name, mb, cl...) \ argument
248 #define __CMPXCHG_CASE(w, sfx, name, sz, mb, cl...) \ argument
284 #define __CMPXCHG128(name, mb, cl...) \ argument
H A Datomic_ll_sc.h42 #define ATOMIC_OP_RETURN(name, mb, acq, rel, cl, op, asm_op, constraint)\ argument
63 #define ATOMIC_FETCH_OP(name, mb, acq, rel, cl, op, asm_op, constraint) \ argument
138 #define ATOMIC64_OP_RETURN(name, mb, acq, rel, cl, op, asm_op, constraint)\ argument
159 #define ATOMIC64_FETCH_OP(name, mb, acq, rel, cl, op, asm_op, constraint)\ argument
239 #define __CMPXCHG_CASE(w, sfx, name, sz, mb, acq, rel, cl, constraint) \ argument
304 #define __CMPXCHG128(name, mb, rel, cl...) \ argument
/linux/drivers/staging/iio/addac/
H 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

12345678910