Home
last modified time | relevance | path

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

1234567891011

/openbmc/linux/drivers/hid/intel-ish-hid/ishtp/
H 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
638 struct ishtp_cl *cl = prm; in ipc_tx_send() local
726 struct ishtp_cl *cl) in ishtp_cl_send_msg_ipc()
745 struct ishtp_cl *cl) in ishtp_cl_send_msg_dma()
838 struct ishtp_cl *cl; in recv_ishtp_cl_msg() local
[all …]
H 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()
H 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
/openbmc/linux/drivers/misc/mei/
H A Dclient.c417 const struct mei_cl *cl) in mei_io_list_flush_cl()
438 const struct mei_cl *cl, in mei_io_tx_list_free_cl()
628 struct mei_cl *cl; in mei_cl_allocate() local
648 int mei_cl_link(struct mei_cl *cl) in mei_cl_link()
690 int mei_cl_unlink(struct mei_cl *cl) in mei_cl_unlink()
979 int mei_cl_disconnect(struct mei_cl *cl) in mei_cl_disconnect()
1213 struct mei_cl *cl; in mei_cl_alloc_linked() local
1521 int mei_cl_notify_request(struct mei_cl *cl, in mei_cl_notify_request()
1593 void mei_cl_notify(struct mei_cl *cl) in mei_cl_notify()
2185 struct mei_cl *cl; in mei_cl_all_disconnect() local
[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.c209 struct mei_cl *cl; in mei_hbm_cl_find_by_cmd() local
497 struct mei_cl *cl, u8 start) in mei_hbm_cl_notify_req()
541 struct mei_cl *cl, in mei_hbm_cl_notify_start_res()
567 struct mei_cl *cl, in mei_hbm_cl_notify_stop_res()
594 struct mei_cl *cl; in mei_hbm_cl_notify() local
609 int mei_hbm_cl_dma_map_req(struct mei_device *dev, struct mei_cl *cl) in mei_hbm_cl_dma_map_req()
663 struct mei_cl *cl; in mei_hbm_cl_dma_map_res() local
693 struct mei_cl *cl; in mei_hbm_cl_dma_unmap_res() local
876 struct mei_cl *cl; in mei_hbm_cl_tx_flow_ctrl_creds_res() local
1004 struct mei_cl *cl; in mei_hbm_cl_res() local
[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
114 struct mei_cl *cl = file->private_data; in mei_release() local
172 struct mei_cl *cl = file->private_data; in mei_read() local
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
644 struct mei_cl *cl = file->private_data; in mei_ioctl() local
786 struct mei_cl *cl = file->private_data; in mei_poll() local
[all …]
H A Dbus.c275 struct mei_cl *cl = cldev->cl; in mei_cldev_send_vtag() local
297 struct mei_cl *cl = cldev->cl; in mei_cldev_recv_vtag() local
319 struct mei_cl *cl = cldev->cl; in mei_cldev_recv_nonblock_vtag() local
646 struct mei_cl *cl = cldev->cl; in mei_cl_bus_vtag_alloc() local
672 struct mei_cl *cl = cldev->cl; in mei_cl_bus_vtag_free() local
686 struct mei_cl *cl; in mei_cldev_dma_map() local
724 struct mei_cl *cl; in mei_cldev_dma_unmap() local
754 struct mei_cl *cl; in mei_cldev_enable() local
829 struct mei_cl *cl; in mei_cldev_disable() local
888 struct mei_cl *cl; in mei_cldev_send_gsc_command() local
[all …]
/openbmc/linux/drivers/md/bcache/
H 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
H 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 …]
H 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
701 static void search_free(struct closure *cl) in search_free()
950 struct closure *cl = &s->cl; in cached_dev_read() local
969 struct closure *cl = &s->cl; in cached_dev_write() local
[all …]
H 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
/openbmc/linux/drivers/clk/
H A Dclkdev.c38 struct clk_lookup *p, *cl = NULL; in clk_find() local
74 struct clk_lookup *cl; in clk_find_hw() local
128 void clkdev_add(struct clk_lookup *cl) in clkdev_add()
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
[all …]
/openbmc/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
1134 struct hfsc_class *head, *cl; in hfsc_classify() local
1359 struct hfsc_class *cl; in hfsc_walk() local
1378 struct hfsc_class *cl; in hfsc_schedule_watchdog() local
1487 struct hfsc_class *cl; in hfsc_reset_qdisc() local
1503 struct hfsc_class *cl; in hfsc_destroy_qdisc() local
1542 struct hfsc_class *cl; in hfsc_enqueue() local
[all …]
H A Dsch_drr.c58 struct drr_class *cl = (struct drr_class *)*arg; in drr_change_class() local
150 struct drr_class *cl = (struct drr_class *)arg; in drr_delete_class() 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
280 struct drr_class *cl; in drr_walk() local
298 struct drr_class *cl; in drr_classify() local
337 struct drr_class *cl; in drr_enqueue() local
372 struct drr_class *cl; in drr_dequeue() local
428 struct drr_class *cl; in drr_reset_qdisc() local
[all …]
H A Dsch_htb.c223 struct htb_class *cl; in htb_classify() local
317 struct htb_class *cl, s64 delay) in htb_add_to_wait_tree()
364 struct htb_class *cl, int mask) in htb_add_class_to_row()
757 struct htb_class *cl; in htb_do_events() local
792 struct htb_class *cl = in htb_id_find_next_upper() local
852 struct htb_class *cl; in htb_lookup_leaf() local
875 struct htb_class *cl, *start; in htb_dequeue_tree() local
1000 struct htb_class *cl; in htb_reset() local
1290 struct htb_class *cl) in htb_offload_aggregate_stats()
1619 struct htb_class *cl; in htb_destroy() local
[all …]
H A Dsch_qfq.c317 struct qfq_class *cl) in qfq_add_to_agg()
544 struct qfq_class *cl = (struct qfq_class *)arg; in qfq_delete_class() local
591 struct qfq_class *cl = (struct qfq_class *)arg; in qfq_unbind_tcf() local
665 struct qfq_class *cl; in qfq_walk() local
683 struct qfq_class *cl; in qfq_classify() local
978 struct qfq_class *cl, unsigned int len) in agg_dequeue()
998 struct qfq_class **cl, in qfq_peek_skb()
1089 struct qfq_class *cl; in qfq_dequeue() local
1217 struct qfq_class *cl; in qfq_enqueue() local
1466 struct qfq_class *cl; in qfq_reset_qdisc() local
[all …]
/openbmc/linux/drivers/hsi/clients/
H A Dssi_protocol.c139 struct hsi_client *cl; member
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
559 struct hsi_client *cl = msg->cl; in ssip_strans_complete() local
571 static int ssip_xmit(struct hsi_client *cl) in ssip_xmit()
640 struct hsi_client *cl = msg->cl; in ssip_rx_data_complete() local
815 struct hsi_client *cl = msg->cl; in ssip_rxcmd_complete() local
854 struct hsi_client *cl = msg->cl; in ssip_swbreak_complete() local
876 struct hsi_client *cl = msg->cl; in ssip_tx_data_complete() local
[all …]
/openbmc/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()
253 struct hda_cldma *cl = dev_id; in cldma_irq_handler() local
[all …]
/openbmc/linux/sound/soc/apple/
H A Dmca.c65 #define PORT_DATA_SEL_TXA(cl) (1 << ((cl)*2)) argument
66 #define PORT_DATA_SEL_TXB(cl) (2 << ((cl)*2)) argument
111 #define REG_DMA_ADAPTER_A(cl) (0x8000 * (cl)) argument
195 struct mca_cluster *cl = mca_dai_to_cluster(dai); in mca_fe_early_trigger() local
232 struct mca_cluster *cl = mca_dai_to_cluster(dai); in mca_fe_trigger() local
331 struct mca_cluster *cl = mca_dai_to_cluster(dai); in mca_be_prepare() local
361 struct mca_cluster *cl = mca_dai_to_cluster(dai); in mca_be_hw_free() local
470 struct mca_cluster *cl = mca_dai_to_cluster(dai); in mca_fe_set_tdm_slot() local
482 struct mca_cluster *cl = mca_dai_to_cluster(dai); in mca_fe_set_fmt() local
991 struct mca_cluster *cl = &mca->clusters[i]; in apple_mca_release() local
[all …]
/openbmc/obmc-ikvm/
H A Dikvm_server.cpp99 rfbClientPtr cl; in sendFrame() local
193 rfbClientPtr cl, rfbFramebufferUpdateRequestMsg* furMsg) in clientFramebufferUpdateRequest()
206 void Server::clientGone(rfbClientPtr cl) in clientGone()
221 enum rfbNewClientAction Server::newClient(rfbClientPtr cl) in newClient()
242 rfbClientPtr cl; in doResize() local
/openbmc/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()
409 static inline int hsi_start_tx(struct hsi_client *cl) in hsi_start_tx()
[all …]
/openbmc/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()
/openbmc/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

1234567891011