/linux-6.3-rc2/drivers/hid/intel-ish-hid/ishtp/ |
A D | client.c | 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() 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 …]
|
A D | client-buffers.c | 19 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 D | hbm.c | 55 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-6.3-rc2/drivers/misc/mei/ |
A D | client.c | 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() 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 1519 int mei_cl_notify_request(struct mei_cl *cl, in mei_cl_notify_request() 1591 void mei_cl_notify(struct mei_cl *cl) in mei_cl_notify() 2183 struct mei_cl *cl; in mei_cl_all_disconnect() local [all …]
|
A D | client.h | 163 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 D | hbm.c | 209 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 …]
|
A D | interrupt.c | 32 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
|
A D | main.c | 48 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 …]
|
A D | bus.c | 275 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 …]
|
/linux-6.3-rc2/drivers/md/bcache/ |
A D | closure.c | 16 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 D | closure.h | 181 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 D | request.c | 171 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 …]
|
A D | movinggc.c | 16 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
|
/linux-6.3-rc2/drivers/clk/ |
A D | clkdev.c | 38 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 …]
|
/linux-6.3-rc2/net/sched/ |
A D | sch_hfsc.c | 186 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 1362 struct hfsc_class *cl; in hfsc_schedule_watchdog() local 1471 struct hfsc_class *cl; in hfsc_reset_qdisc() local 1487 struct hfsc_class *cl; in hfsc_destroy_qdisc() local 1526 struct hfsc_class *cl; in hfsc_enqueue() local [all …]
|
A D | sch_drr.c | 59 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 297 struct drr_class *cl; in drr_classify() local 336 struct drr_class *cl; in drr_enqueue() local 371 struct drr_class *cl; in drr_dequeue() local 427 struct drr_class *cl; in drr_reset_qdisc() local [all …]
|
A D | sch_htb.c | 224 struct htb_class *cl; in htb_classify() local 318 struct htb_class *cl, s64 delay) in htb_add_to_wait_tree() 365 struct htb_class *cl, int mask) in htb_add_class_to_row() 758 struct htb_class *cl; in htb_do_events() local 793 struct htb_class *cl = in htb_id_find_next_upper() local 853 struct htb_class *cl; in htb_lookup_leaf() local 876 struct htb_class *cl, *start; in htb_dequeue_tree() local 1001 struct htb_class *cl; in htb_reset() local 1299 struct htb_class *cl) in htb_offload_aggregate_stats() 1629 struct htb_class *cl; in htb_destroy() local [all …]
|
A D | sch_qfq.c | 313 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 672 struct qfq_class *cl; in qfq_classify() local 967 struct qfq_class *cl, unsigned int len) in agg_dequeue() 982 struct qfq_class **cl, in qfq_peek_skb() 1073 struct qfq_class *cl; in qfq_dequeue() local 1194 struct qfq_class *cl; in qfq_enqueue() local 1443 struct qfq_class *cl; in qfq_reset_qdisc() local [all …]
|
/linux-6.3-rc2/drivers/hsi/clients/ |
A D | ssi_protocol.c | 141 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 817 struct hsi_client *cl = msg->cl; in ssip_rxcmd_complete() local 856 struct hsi_client *cl = msg->cl; in ssip_swbreak_complete() local 878 struct hsi_client *cl = msg->cl; in ssip_tx_data_complete() local [all …]
|
/linux-6.3-rc2/sound/soc/intel/avs/ |
A D | cldma.c | 60 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 …]
|
/linux-6.3-rc2/sound/soc/apple/ |
A D | mca.c | 65 #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 …]
|
/linux-6.3-rc2/include/linux/hsi/ |
A D | hsi.h | 138 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-6.3-rc2/drivers/hsi/ |
A D | hsi_core.c | 60 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-6.3-rc2/arch/arm64/include/asm/ |
A D | atomic_lse.h | 36 #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 291 #define __CMPXCHG_DBL(name, mb, cl...) \ argument
|
A D | atomic_ll_sc.h | 42 #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 297 #define __CMPXCHG_DBL(name, mb, rel, cl) \ argument
|