| /kernel/linux/linux-5.10/drivers/hid/intel-ish-hid/ishtp/ |
| D | client.c | 16 int ishtp_cl_get_tx_free_buffer_size(struct ishtp_cl *cl) in ishtp_cl_get_tx_free_buffer_size() 29 int ishtp_cl_get_tx_free_rings(struct ishtp_cl *cl) in ishtp_cl_get_tx_free_rings() 41 static void ishtp_read_list_flush(struct ishtp_cl *cl) in ishtp_read_list_flush() 65 int ishtp_cl_flush_queues(struct ishtp_cl *cl) in ishtp_cl_flush_queues() 84 static void ishtp_cl_init(struct ishtp_cl *cl, struct ishtp_device *dev) in ishtp_cl_init() 122 struct ishtp_cl *cl; in ishtp_cl_allocate() local 139 void ishtp_cl_free(struct ishtp_cl *cl) in ishtp_cl_free() 170 int ishtp_cl_link(struct ishtp_cl *cl) in ishtp_cl_link() 221 void ishtp_cl_unlink(struct ishtp_cl *cl) in ishtp_cl_unlink() 263 int ishtp_cl_disconnect(struct ishtp_cl *cl) in ishtp_cl_disconnect() [all …]
|
| 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()
|
| /kernel/linux/linux-4.19/drivers/misc/mei/ |
| D | client.h | 119 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 …]
|
| D | client.c | 393 static struct mei_cl_cb *mei_io_cb_init(struct mei_cl *cl, in mei_io_cb_init() 418 const struct mei_cl *cl) in mei_io_list_flush_cl() 435 const struct mei_cl *cl) in mei_io_tx_list_free_cl() 470 struct mei_cl_cb *mei_cl_alloc_cb(struct mei_cl *cl, size_t length, in mei_cl_alloc_cb() 505 struct mei_cl_cb *mei_cl_enqueue_ctrl_wr_cb(struct mei_cl *cl, size_t length, in mei_cl_enqueue_ctrl_wr_cb() 532 struct mei_cl_cb *mei_cl_read_cb(const struct mei_cl *cl, const struct file *fp) in mei_cl_read_cb() 551 int mei_cl_flush_queues(struct mei_cl *cl, const struct file *fp) in mei_cl_flush_queues() 577 static void mei_cl_init(struct mei_cl *cl, struct mei_device *dev) in mei_cl_init() 600 struct mei_cl *cl; in mei_cl_allocate() local 620 int mei_cl_link(struct mei_cl *cl) in mei_cl_link() [all …]
|
| /kernel/linux/linux-5.10/drivers/misc/mei/ |
| D | client.c | 365 static void mei_cl_set_read_by_fp(const struct mei_cl *cl, in mei_cl_set_read_by_fp() 387 static struct mei_cl_cb *mei_io_cb_init(struct mei_cl *cl, in mei_io_cb_init() 414 const struct mei_cl *cl) in mei_io_list_flush_cl() 435 const struct mei_cl *cl, in mei_io_tx_list_free_cl() 466 static void mei_cl_free_pending(struct mei_cl *cl) in mei_cl_free_pending() 484 struct mei_cl_cb *mei_cl_alloc_cb(struct mei_cl *cl, size_t length, in mei_cl_alloc_cb() 519 struct mei_cl_cb *mei_cl_enqueue_ctrl_wr_cb(struct mei_cl *cl, size_t length, in mei_cl_enqueue_ctrl_wr_cb() 546 struct mei_cl_cb *mei_cl_read_cb(struct mei_cl *cl, const struct file *fp) in mei_cl_read_cb() 569 int mei_cl_flush_queues(struct mei_cl *cl, const struct file *fp) in mei_cl_flush_queues() 600 static void mei_cl_init(struct mei_cl *cl, struct mei_device *dev) in mei_cl_init() [all …]
|
| D | client.h | 163 static inline bool mei_cl_is_connected(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() 269 #define MEI_CL_PRM(cl) (cl)->host_client_id, mei_cl_me_id(cl) argument 271 #define cl_dbg(dev, cl, format, arg...) \ argument 274 #define cl_warn(dev, cl, format, arg...) \ argument [all …]
|
| /kernel/linux/linux-4.19/drivers/hid/intel-ish-hid/ishtp/ |
| D | client.c | 31 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 …]
|
| /kernel/linux/linux-5.10/drivers/md/bcache/ |
| 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
|
| 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() 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 …]
|
| D | request.c | 58 static void bch_data_insert_keys(struct closure *cl) in bch_data_insert_keys() 108 static void bch_data_invalidate(struct closure *cl) in bch_data_invalidate() 139 static void bch_data_insert_error(struct closure *cl) in bch_data_insert_error() 171 struct closure *cl = bio->bi_private; in bch_data_insert_endio() local 187 static void bch_data_insert_start(struct closure *cl) in bch_data_insert_start() 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 [all …]
|
| /kernel/linux/linux-4.19/drivers/md/bcache/ |
| 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() 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() 118 void __sched __closure_sync(struct closure *cl) in __closure_sync() 141 void closure_debug_create(struct closure *cl) in closure_debug_create() 154 void closure_debug_destroy(struct closure *cl) in closure_debug_destroy() 171 struct closure *cl; in debug_seq_show() local
|
| 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() 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 …]
|
| /kernel/linux/linux-5.10/drivers/clk/ |
| D | clkdev.c | 38 struct clk_lookup *p, *cl = NULL; in clk_find() local 74 struct clk_lookup *cl; in clk_find_hw() local 121 static void __clkdev_add(struct clk_lookup *cl) in __clkdev_add() 128 void clkdev_add(struct clk_lookup *cl) in clkdev_add() 136 void clkdev_add_table(struct clk_lookup *cl, size_t num) in clkdev_add_table() 151 struct clk_lookup cl; member 184 struct clk_lookup *cl; in vclkdev_create() local 196 struct clk_lookup *cl; in clkdev_alloc() local 210 struct clk_lookup *cl; in clkdev_hw_alloc() local 233 struct clk_lookup *cl; in clkdev_create() local [all …]
|
| /kernel/linux/linux-5.10/arch/arm64/include/asm/ |
| D | atomic_lse.h | 30 #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 183 #define ATOMIC64_FETCH_OP(name, mb, op, asm_op, cl...) \ in ATOMIC64_OP() 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 [all …]
|
| /kernel/linux/linux-4.19/net/sched/ |
| 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 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 …]
|
| D | sch_cbq.c | 168 #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 …]
|
| D | sch_drr.c | 53 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 …]
|
| D | sch_htb.c | 216 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 …]
|
| /kernel/linux/linux-5.10/net/sched/ |
| 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 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 …]
|
| D | sch_cbq.c | 163 #define L2T(cl, len) qdisc_l2t((cl)->R_tab, len) argument 181 struct cbq_class *cl; in cbq_reclassify() local 210 struct cbq_class *cl = NULL; in cbq_classify() local 291 static inline void cbq_activate_class(struct cbq_class *cl) in cbq_activate_class() 319 struct cbq_class *cl; in cbq_deactivate_class() local 342 cbq_mark_toplevel(struct cbq_sched_data *q, struct cbq_class *cl) in cbq_mark_toplevel() 364 struct cbq_class *cl = cbq_classify(skb, sch, &ret); in cbq_enqueue() local 394 static void cbq_overlimit(struct cbq_class *cl) in cbq_overlimit() 447 struct cbq_class *cl; in cbq_undelay_prio() local 529 cbq_update_toplevel(struct cbq_sched_data *q, struct cbq_class *cl, in cbq_update_toplevel() [all …]
|
| D | sch_drr.c | 59 struct drr_class *cl = (struct drr_class *)*arg; in drr_change_class() local 142 static void drr_destroy_class(struct Qdisc *sch, struct drr_class *cl) in drr_destroy_class() 152 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 …]
|
| /kernel/linux/linux-4.19/drivers/clk/ |
| D | clkdev.c | 134 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 …]
|
| /kernel/linux/linux-4.19/arch/arm64/include/asm/ |
| D | atomic_lse.h | 49 #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 …]
|
| /kernel/linux/linux-4.19/drivers/hsi/clients/ |
| D | ssi_protocol.c | 154 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 …]
|
| /kernel/linux/linux-5.10/drivers/hsi/clients/ |
| D | ssi_protocol.c | 141 struct hsi_client *cl; member 387 static void ssip_reset(struct hsi_client *cl) in ssip_reset() 422 static void ssip_dump_state(struct hsi_client *cl) in ssip_dump_state() 443 static void ssip_error(struct hsi_client *cl) in ssip_error() 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 500 static void ssip_send_bootinfo_req_cmd(struct hsi_client *cl) in ssip_send_bootinfo_req_cmd() 516 static void ssip_start_rx(struct hsi_client *cl) in ssip_start_rx() 542 static void ssip_stop_rx(struct hsi_client *cl) in ssip_stop_rx() [all …]
|