/linux-4.4.14/drivers/misc/mei/ |
D | client.h | 137 static inline bool mei_cl_is_connected(struct mei_cl *cl) in mei_cl_is_connected() 149 static inline u8 mei_cl_me_id(const struct mei_cl *cl) in mei_cl_me_id() 161 static inline size_t mei_cl_mtu(const struct mei_cl *cl) in mei_cl_mtu() 173 static inline bool mei_cl_is_fixed_address(const struct mei_cl *cl) in mei_cl_is_fixed_address() 186 static inline bool mei_cl_is_single_recv_buf(const struct mei_cl *cl) in mei_cl_is_single_recv_buf() 198 static inline const uuid_le *mei_cl_uuid(const struct mei_cl *cl) in mei_cl_uuid() 210 static inline u8 mei_cl_host_addr(const struct mei_cl *cl) in mei_cl_host_addr() 247 #define MEI_CL_PRM(cl) (cl)->host_client_id, mei_cl_me_id(cl) argument 249 #define cl_dbg(dev, cl, format, arg...) \ argument 252 #define cl_err(dev, cl, format, arg...) \ argument
|
D | client.c | 361 struct mei_cl_cb *mei_io_cb_init(struct mei_cl *cl, enum mei_cb_file_ops type, in mei_io_cb_init() 386 struct mei_cl *cl, bool free) in __mei_io_list_flush() 406 void mei_io_list_flush(struct mei_cl_cb *list, struct mei_cl *cl) in mei_io_list_flush() 417 static inline void mei_io_list_free(struct mei_cl_cb *list, struct mei_cl *cl) in mei_io_list_free() 457 struct mei_cl_cb *mei_cl_alloc_cb(struct mei_cl *cl, size_t length, in mei_cl_alloc_cb() 483 struct mei_cl_cb *mei_cl_read_cb(const struct mei_cl *cl, const struct file *fp) in mei_cl_read_cb() 501 void mei_cl_read_cb_flush(const struct mei_cl *cl, const struct file *fp) in mei_cl_read_cb_flush() 523 int mei_cl_flush_queues(struct mei_cl *cl, const struct file *fp) in mei_cl_flush_queues() 552 void mei_cl_init(struct mei_cl *cl, struct mei_device *dev) in mei_cl_init() 575 struct mei_cl *cl; in mei_cl_allocate() local [all …]
|
D | interrupt.c | 43 struct mei_cl *cl; in mei_irq_compl_handler() local 66 static inline int mei_cl_hbm_equal(struct mei_cl *cl, in mei_cl_hbm_equal() 99 int mei_cl_irq_read_msg(struct mei_cl *cl, in mei_cl_irq_read_msg() 171 static int mei_cl_irq_disconnect_rsp(struct mei_cl *cl, struct mei_cl_cb *cb, in mei_cl_irq_disconnect_rsp() 201 static int mei_cl_irq_read(struct mei_cl *cl, struct mei_cl_cb *cb, in mei_cl_irq_read() 242 struct mei_cl *cl; in mei_irq_read_handler() local 332 struct mei_cl *cl; in mei_irq_write_handler() local 439 static void mei_connect_timeout(struct mei_cl *cl) in mei_connect_timeout() 462 struct mei_cl *cl; in mei_timer() local
|
D | amthif.c | 68 struct mei_cl *cl = &dev->iamthif_cl; in mei_amthif_host_init() local 127 struct mei_cl *cl = file->private_data; in mei_amthif_read() local 232 static int mei_amthif_read_start(struct mei_cl *cl, struct file *file) in mei_amthif_read_start() 268 static int mei_amthif_send_cmd(struct mei_cl *cl, struct mei_cl_cb *cb) in mei_amthif_send_cmd() 302 struct mei_cl *cl = &dev->iamthif_cl; in mei_amthif_run_next_cmd() local 329 int mei_amthif_write(struct mei_cl *cl, struct mei_cl_cb *cb) in mei_amthif_write() 386 int mei_amthif_irq_write(struct mei_cl *cl, struct mei_cl_cb *cb, in mei_amthif_irq_write() 411 int mei_amthif_irq_read_msg(struct mei_cl *cl, in mei_amthif_irq_read_msg() 495 struct mei_cl *cl = &dev->iamthif_cl; in mei_clear_list() local
|
D | hbm.c | 148 void mei_hbm_cl_hdr(struct mei_cl *cl, u8 hbm_cmd, void *buf, size_t len) in mei_hbm_cl_hdr() 171 struct mei_cl *cl, u8 hbm_cmd, size_t len) in mei_hbm_cl_write() 191 bool mei_hbm_cl_addr_equal(struct mei_cl *cl, struct mei_hbm_cl_cmd *cmd) in mei_hbm_cl_addr_equal() 209 struct mei_cl *cl; in mei_hbm_cl_find_by_cmd() local 417 struct mei_cl *cl, u8 start) in mei_hbm_cl_notify_req() 463 struct mei_cl *cl, in mei_hbm_cl_notify_start_res() 489 struct mei_cl *cl, in mei_hbm_cl_notify_stop_res() 516 struct mei_cl *cl; in mei_hbm_cl_notify() local 635 int mei_hbm_cl_flow_control_req(struct mei_device *dev, struct mei_cl *cl) in mei_hbm_cl_flow_control_req() 688 struct mei_cl *cl; in mei_hbm_cl_flow_control_res() local [all …]
|
D | main.c | 51 struct mei_cl *cl; in mei_open() local 95 struct mei_cl *cl = file->private_data; in mei_release() local 138 struct mei_cl *cl = file->private_data; in mei_read() local 277 struct mei_cl *cl = file->private_data; in mei_write() local 381 struct mei_cl *cl; in mei_ioctl_connect_client() local 459 struct mei_cl *cl = file->private_data; in mei_ioctl_client_notify_request() local 478 struct mei_cl *cl = file->private_data; in mei_ioctl_client_notify_get() local 503 struct mei_cl *cl = file->private_data; in mei_ioctl() local 612 struct mei_cl *cl = file->private_data; in mei_poll() local 671 struct mei_cl *cl = file->private_data; in mei_fasync() local
|
D | wd.c | 61 struct mei_cl *cl = &dev->wd_cl; in mei_wd_host_init() local 102 struct mei_cl *cl = &dev->wd_cl; in mei_wd_send() local 149 struct mei_cl *cl = &dev->wd_cl; in mei_wd_stop() local 202 struct mei_cl *cl; in mei_wd_ops_start() local 264 struct mei_cl *cl; in mei_wd_ops_ping() local
|
D | bus.c | 43 ssize_t __mei_cl_send(struct mei_cl *cl, u8 *buf, size_t length, in __mei_cl_send() 104 ssize_t __mei_cl_recv(struct mei_cl *cl, u8 *buf, size_t length) in __mei_cl_recv() 187 struct mei_cl *cl = cldev->cl; in mei_cldev_send() local 207 struct mei_cl *cl = cldev->cl; in mei_cldev_recv() local 249 void mei_cl_bus_notify_event(struct mei_cl *cl) in mei_cl_bus_notify_event() 274 void mei_cl_bus_rx_event(struct mei_cl *cl) in mei_cl_bus_rx_event() 412 struct mei_cl *cl; in mei_cldev_enable() local 462 struct mei_cl *cl; in mei_cldev_disable() local
|
D | bus-fixup.c | 121 static int mei_nfc_if_version(struct mei_cl *cl, in mei_nfc_if_version() 203 struct mei_cl *cl; in mei_nfc() local
|
D | debugfs.c | 92 struct mei_cl *cl; in mei_dbgfs_read_active() local
|
D | mei_dev.h | 217 struct mei_cl *cl; member
|
/linux-4.4.14/drivers/md/bcache/ |
D | closure.c | 14 static inline void closure_put_after_sub(struct closure *cl, int flags) in closure_put_after_sub() 46 void closure_sub(struct closure *cl, int v) in closure_sub() 55 void closure_put(struct closure *cl) in closure_put() 67 struct closure *cl; in __closure_wake_up() local 101 bool closure_wait(struct closure_waitlist *waitlist, struct closure *cl) in closure_wait() 120 void closure_sync(struct closure *cl) in closure_sync() 142 void closure_debug_create(struct closure *cl) in closure_debug_create() 155 void closure_debug_destroy(struct closure *cl) in closure_debug_destroy() 172 struct closure *cl; in debug_seq_show() local
|
D | closure.h | 189 static inline void closure_debug_create(struct closure *cl) {} in closure_debug_create() 190 static inline void closure_debug_destroy(struct closure *cl) {} in closure_debug_destroy() 194 static inline void closure_set_ip(struct closure *cl) in closure_set_ip() 201 static inline void closure_set_ret_ip(struct closure *cl) in closure_set_ret_ip() 208 static inline void closure_set_waiting(struct closure *cl, unsigned long f) in closure_set_waiting() 215 static inline void __closure_end_sleep(struct closure *cl) in __closure_end_sleep() 223 static inline void __closure_start_sleep(struct closure *cl) in __closure_start_sleep() 233 static inline void closure_set_stopped(struct closure *cl) in closure_set_stopped() 238 static inline void set_closure_fn(struct closure *cl, closure_fn *fn, in set_closure_fn() 249 static inline void closure_queue(struct closure *cl) in closure_queue() [all …]
|
D | request.c | 56 static void bch_data_insert_keys(struct closure *cl) in bch_data_insert_keys() 118 static void bch_data_invalidate(struct closure *cl) in bch_data_invalidate() 146 static void bch_data_insert_error(struct closure *cl) in bch_data_insert_error() 178 struct closure *cl = bio->bi_private; in bch_data_insert_endio() local 194 static void bch_data_insert_start(struct closure *cl) in bch_data_insert_start() 316 void bch_data_insert(struct closure *cl) in bch_data_insert() 462 struct closure cl; member 483 struct closure *cl = bio->bi_private; in bch_cache_read_endio() local 573 static void cache_lookup(struct closure *cl) in cache_lookup() 596 struct closure *cl = bio->bi_private; in request_endio() local [all …]
|
D | movinggc.c | 15 struct closure cl; member 37 static void moving_io_destructor(struct closure *cl) in moving_io_destructor() 43 static void write_moving_finish(struct closure *cl) in write_moving_finish() 95 static void write_moving(struct closure *cl) in write_moving() 119 static void read_moving_submit(struct closure *cl) in read_moving_submit() 134 struct closure cl; in read_moving() local
|
D | super.c | 244 static void bch_write_bdev_super_unlock(struct closure *cl) in bch_write_bdev_super_unlock() 253 struct closure *cl = &dc->sb_write; in bch_write_bdev_super() local 278 static void bcache_write_super_unlock(struct closure *cl) in bcache_write_super_unlock() 287 struct closure *cl = &c->sb_write; in bcache_write_super() local 321 struct closure *cl = bio->bi_private; in uuid_endio() local 329 static void uuid_io_unlock(struct closure *cl) in uuid_io_unlock() 339 struct closure *cl = &c->uuid_write; in uuid_io() local 376 static char *uuid_read(struct cache_set *c, struct jset *j, struct closure *cl) in uuid_read() 420 struct closure cl; in __uuid_write() local 503 struct closure *cl = &ca->prio; in prio_io() local [all …]
|
D | journal.c | 29 struct closure *cl = bio->bi_private; in journal_read_endio() local 41 struct closure cl; in journal_read_bucket() local 560 static void journal_write_done(struct closure *cl) in journal_write_done() 571 static void journal_write_unlock(struct closure *cl) in journal_write_unlock() 579 static void journal_write_unlocked(struct closure *cl) in journal_write_unlocked() 656 static void journal_write(struct closure *cl) in journal_write() 667 struct closure *cl = &c->journal.io; in journal_try_write() local 684 struct closure cl; in journal_wait_for_write() local 786 void bch_journal_meta(struct cache_set *c, struct closure *cl) in bch_journal_meta()
|
D | writeback.c | 100 struct closure cl; member 121 static void dirty_io_destructor(struct closure *cl) in dirty_io_destructor() 127 static void write_dirty_finish(struct closure *cl) in write_dirty_finish() 180 static void write_dirty(struct closure *cl) in write_dirty() 207 static void read_dirty_submit(struct closure *cl) in read_dirty_submit() 221 struct closure cl; in read_dirty() local
|
D | btree.c | 283 struct closure *cl = bio->bi_private; in btree_node_read_endio() local 290 struct closure cl; in bch_btree_node_read() local 340 static void btree_node_write_unlock(struct closure *cl) in btree_node_write_unlock() 347 static void __btree_node_write_done(struct closure *cl) in __btree_node_write_done() 362 static void btree_node_write_done(struct closure *cl) in btree_node_write_done() 376 struct closure *cl = bio->bi_private; in btree_node_write_endio() local 388 struct closure *cl = &b->io; in do_btree_node_write() local 497 struct closure cl; in bch_btree_node_write_sync() local 622 struct closure cl; in mca_reap() local 742 struct closure cl; in bch_btree_cache_free() local [all …]
|
D | request.h | 5 struct closure cl; member
|
D | io.c | 140 struct closure *cl = bio->bi_private; in bch_bbio_endio() local
|
D | stats.h | 29 struct closure cl; member
|
D | util.h | 574 #define closure_bio_submit(bio, cl) \ argument
|
D | bcache.h | 247 struct closure cl; member 472 struct closure cl; member
|
/linux-4.4.14/net/sched/ |
D | sch_cbq.c | 175 #define L2T(cl, len) qdisc_l2t((cl)->R_tab, len) argument 193 struct cbq_class *cl; in cbq_reclassify() local 222 struct cbq_class *cl = NULL; in cbq_classify() local 301 static inline void cbq_activate_class(struct cbq_class *cl) in cbq_activate_class() 329 struct cbq_class *cl; in cbq_deactivate_class() local 352 cbq_mark_toplevel(struct cbq_sched_data *q, struct cbq_class *cl) in cbq_mark_toplevel() 373 struct cbq_class *cl = cbq_classify(skb, sch, &ret); in cbq_enqueue() local 409 static void cbq_ovl_classic(struct cbq_class *cl) in cbq_ovl_classic() 463 static void cbq_ovl_rclassic(struct cbq_class *cl) in cbq_ovl_rclassic() 482 static void cbq_ovl_delay(struct cbq_class *cl) in cbq_ovl_delay() [all …]
|
D | sch_drr.c | 53 static void drr_purge_queue(struct drr_class *cl) in drr_purge_queue() 70 struct drr_class *cl = (struct drr_class *)*arg; in drr_change_class() local 141 static void drr_destroy_class(struct Qdisc *sch, struct drr_class *cl) in drr_destroy_class() 151 struct drr_class *cl = (struct drr_class *)arg; in drr_delete_class() local 173 struct drr_class *cl = drr_find_class(sch, classid); in drr_get_class() local 183 struct drr_class *cl = (struct drr_class *)arg; in drr_put_class() local 190 unsigned long cl) in drr_tcf_chain() 203 struct drr_class *cl = drr_find_class(sch, classid); in drr_bind_tcf() local 213 struct drr_class *cl = (struct drr_class *)arg; in drr_unbind_tcf() local 221 struct drr_class *cl = (struct drr_class *)arg; in drr_graft_class() local [all …]
|
D | sch_hfsc.c | 194 eltree_insert(struct hfsc_class *cl) in eltree_insert() 213 eltree_remove(struct hfsc_class *cl) in eltree_remove() 219 eltree_update(struct hfsc_class *cl) in eltree_update() 229 struct hfsc_class *p, *cl = NULL; in eltree_get_mindl() local 259 vttree_insert(struct hfsc_class *cl) in vttree_insert() 278 vttree_remove(struct hfsc_class *cl) in vttree_remove() 284 vttree_update(struct hfsc_class *cl) in vttree_update() 291 vttree_firstfit(struct hfsc_class *cl, u64 cur_time) in vttree_firstfit() 308 vttree_get_minvt(struct hfsc_class *cl, u64 cur_time) in vttree_get_minvt() 328 cftree_insert(struct hfsc_class *cl) in cftree_insert() [all …]
|
D | sch_htb.c | 210 struct htb_class *cl; in htb_classify() local 270 struct htb_class *cl, int prio) in htb_add_to_id_tree() 296 struct htb_class *cl, s64 delay) in htb_add_to_wait_tree() 339 struct htb_class *cl, int mask) in htb_add_class_to_row() 368 struct htb_class *cl, int mask) in htb_remove_class_from_row() 395 static void htb_activate_prios(struct htb_sched *q, struct htb_class *cl) in htb_activate_prios() 430 static void htb_deactivate_prios(struct htb_sched *q, struct htb_class *cl) in htb_deactivate_prios() 467 static inline s64 htb_lowater(const struct htb_class *cl) in htb_lowater() 474 static inline s64 htb_hiwater(const struct htb_class *cl) in htb_hiwater() 495 htb_class_mode(struct htb_class *cl, s64 *diff) in htb_class_mode() [all …]
|
D | sch_qfq.c | 220 static void qfq_purge_queue(struct qfq_class *cl) in qfq_purge_queue() 325 struct qfq_class *cl) in qfq_add_to_agg() 353 static void qfq_deactivate_class(struct qfq_sched *q, struct qfq_class *cl) in qfq_deactivate_class() 364 static void qfq_rm_from_agg(struct qfq_sched *q, struct qfq_class *cl) in qfq_rm_from_agg() 377 static void qfq_deact_rm_from_agg(struct qfq_sched *q, struct qfq_class *cl) in qfq_deact_rm_from_agg() 386 static int qfq_change_agg(struct Qdisc *sch, struct qfq_class *cl, u32 weight, in qfq_change_agg() 408 struct qfq_class *cl = (struct qfq_class *)*arg; in qfq_change_class() local 529 static void qfq_destroy_class(struct Qdisc *sch, struct qfq_class *cl) in qfq_destroy_class() 542 struct qfq_class *cl = (struct qfq_class *)arg; in qfq_delete_class() local 564 struct qfq_class *cl = qfq_find_class(sch, classid); in qfq_get_class() local [all …]
|
D | sch_mq.c | 124 static struct netdev_queue *mq_queue_get(struct Qdisc *sch, unsigned long cl) in mq_queue_get() 148 static int mq_graft(struct Qdisc *sch, unsigned long cl, struct Qdisc *new, in mq_graft() 165 static struct Qdisc *mq_leaf(struct Qdisc *sch, unsigned long cl) in mq_leaf() 181 static void mq_put(struct Qdisc *sch, unsigned long cl) in mq_put() 185 static int mq_dump_class(struct Qdisc *sch, unsigned long cl, in mq_dump_class() 196 static int mq_dump_class_stats(struct Qdisc *sch, unsigned long cl, in mq_dump_class_stats()
|
D | sch_mqprio.c | 187 unsigned long cl) in mqprio_queue_get() 197 static int mqprio_graft(struct Qdisc *sch, unsigned long cl, struct Qdisc *new, in mqprio_graft() 264 static struct Qdisc *mqprio_leaf(struct Qdisc *sch, unsigned long cl) in mqprio_leaf() 284 static void mqprio_put(struct Qdisc *sch, unsigned long cl) in mqprio_put() 288 static int mqprio_dump_class(struct Qdisc *sch, unsigned long cl, in mqprio_dump_class() 320 static int mqprio_dump_class_stats(struct Qdisc *sch, unsigned long cl, in mqprio_dump_class_stats()
|
D | sch_ingress.c | 35 static void ingress_put(struct Qdisc *sch, unsigned long cl) in ingress_put() 44 unsigned long cl) in ingress_find_tcf()
|
D | sch_api.c | 314 unsigned long cl; in qdisc_leaf() local 653 struct Qdisc_class_common *cl; in qdisc_class_hash_grow() local 708 struct Qdisc_class_common *cl) in qdisc_class_hash_insert() 720 struct Qdisc_class_common *cl) in qdisc_class_hash_remove() 751 unsigned long cl; in qdisc_tree_reduce_backlog() local 867 unsigned long cl = cops->get(parent, classid); in qdisc_graft() local 1091 check_loop_fn(struct Qdisc *q, unsigned long cl, struct qdisc_walker *w) in check_loop_fn() 1529 unsigned long cl = 0; in tc_ctl_tclass() local 1655 unsigned long cl, in tc_fill_tclass() 1702 unsigned long cl, int event) in tclass_notify() [all …]
|
D | sch_multiq.c | 338 static void multiq_put(struct Qdisc *q, unsigned long cl) in multiq_put() 342 static int multiq_dump_class(struct Qdisc *sch, unsigned long cl, in multiq_dump_class() 352 static int multiq_dump_class_stats(struct Qdisc *sch, unsigned long cl, in multiq_dump_class_stats() 388 unsigned long cl) in multiq_find_tcf()
|
D | sch_prio.c | 301 static void prio_put(struct Qdisc *q, unsigned long cl) in prio_put() 305 static int prio_dump_class(struct Qdisc *sch, unsigned long cl, struct sk_buff *skb, in prio_dump_class() 315 static int prio_dump_class_stats(struct Qdisc *sch, unsigned long cl, in prio_dump_class_stats() 351 unsigned long cl) in prio_find_tcf()
|
D | sch_atm.c | 101 static struct Qdisc *atm_tc_leaf(struct Qdisc *sch, unsigned long cl) in atm_tc_leaf() 133 static void atm_tc_put(struct Qdisc *sch, unsigned long cl) in atm_tc_put() 259 unsigned long cl; in atm_tc_change() local 349 unsigned long cl) in atm_tc_find_tcf() 586 static int atm_tc_dump_class(struct Qdisc *sch, unsigned long cl, in atm_tc_dump_class()
|
D | sch_fq_codel.c | 535 static void fq_codel_put(struct Qdisc *q, unsigned long cl) in fq_codel_put() 540 unsigned long cl) in fq_codel_find_tcf() 549 static int fq_codel_dump_class(struct Qdisc *sch, unsigned long cl, in fq_codel_dump_class() 556 static int fq_codel_dump_class_stats(struct Qdisc *sch, unsigned long cl, in fq_codel_dump_class_stats()
|
D | sch_dsmark.c | 100 static void dsmark_put(struct Qdisc *sch, unsigned long cl) in dsmark_put() 186 unsigned long cl) in dsmark_find_tcf() 416 static int dsmark_dump_class(struct Qdisc *sch, unsigned long cl, in dsmark_dump_class()
|
D | sch_sfq.c | 817 static void sfq_put(struct Qdisc *q, unsigned long cl) in sfq_put() 822 unsigned long cl) in sfq_find_tcf() 831 static int sfq_dump_class(struct Qdisc *sch, unsigned long cl, in sfq_dump_class() 838 static int sfq_dump_class_stats(struct Qdisc *sch, unsigned long cl, in sfq_dump_class_stats()
|
D | cls_api.c | 137 unsigned long cl; in tc_ctl_tfilter() local 434 unsigned long cl = 0; in tc_dump_tfilter() local
|
D | sch_sfb.c | 596 static int sfb_dump_class(struct Qdisc *sch, unsigned long cl, in sfb_dump_class() 636 static int sfb_delete(struct Qdisc *sch, unsigned long cl) in sfb_delete() 654 unsigned long cl) in sfb_find_tcf()
|
D | sch_red.c | 299 static int red_dump_class(struct Qdisc *sch, unsigned long cl, in red_dump_class()
|
D | sch_tbf.c | 489 static int tbf_dump_class(struct Qdisc *sch, unsigned long cl, in tbf_dump_class()
|
D | sch_netem.c | 1079 static int netem_dump_class(struct Qdisc *sch, unsigned long cl, in netem_dump_class()
|
/linux-4.4.14/drivers/clk/ |
D | clkdev.c | 137 struct clk_lookup *p, *cl = NULL; in clk_find() local 171 struct clk_lookup *cl; in clk_get_sys() local 218 static void __clkdev_add(struct clk_lookup *cl) in __clkdev_add() 225 void clkdev_add(struct clk_lookup *cl) in clkdev_add() 233 void clkdev_add_table(struct clk_lookup *cl, size_t num) in clkdev_add_table() 248 struct clk_lookup cl; member 281 struct clk_lookup *cl; in vclkdev_create() local 293 struct clk_lookup *cl; in clkdev_alloc() local 316 struct clk_lookup *cl; in clkdev_create() local 347 void clkdev_drop(struct clk_lookup *cl) in clkdev_drop() [all …]
|
/linux-4.4.14/drivers/hsi/clients/ |
D | ssi_protocol.c | 151 struct hsi_client *cl; member 396 static void ssip_reset(struct hsi_client *cl) in ssip_reset() 429 static void ssip_dump_state(struct hsi_client *cl) in ssip_dump_state() 449 static void ssip_error(struct hsi_client *cl) in ssip_error() 463 struct hsi_client *cl = (struct hsi_client *)data; in ssip_keep_alive() local 489 struct hsi_client *cl = (struct hsi_client *)data; in ssip_wd() local 495 static void ssip_send_bootinfo_req_cmd(struct hsi_client *cl) in ssip_send_bootinfo_req_cmd() 511 static void ssip_start_rx(struct hsi_client *cl) in ssip_start_rx() 543 static void ssip_stop_rx(struct hsi_client *cl) in ssip_stop_rx() 562 struct hsi_client *cl = msg->cl; in ssip_strans_complete() local [all …]
|
D | hsi_char.c | 98 struct hsi_client *cl; member 118 struct hsi_client *cl; member 313 static int hsc_break_request(struct hsi_client *cl) in hsc_break_request() 337 static int hsc_break_send(struct hsi_client *cl) in hsc_break_send() 355 static int hsc_rx_set(struct hsi_client *cl, struct hsc_rx_config *rxc) in hsc_rx_set() 383 static inline void hsc_rx_get(struct hsi_client *cl, struct hsc_rx_config *rxc) in hsc_rx_get() 390 static int hsc_tx_set(struct hsi_client *cl, struct hsc_tx_config *txc) in hsc_tx_set() 417 static inline void hsc_tx_get(struct hsi_client *cl, struct hsc_tx_config *txc) in hsc_tx_get() 693 struct hsi_client *cl = to_hsi_client(dev); in hsc_probe() local 749 struct hsi_client *cl = to_hsi_client(dev); in hsc_remove() local
|
D | cmt_speech.c | 51 struct hsi_client *cl; member 93 struct hsi_client *cl; member 998 static int cs_hsi_start(struct cs_hsi_iface **hi, struct hsi_client *cl, in cs_hsi_start() 1385 struct hsi_client *cl = to_hsi_client(dev); in cs_hsi_client_probe() local
|
D | nokia-modem.c | 146 struct hsi_client *cl = to_hsi_client(dev); in nokia_modem_probe() local
|
/linux-4.4.14/include/linux/hsi/ |
D | hsi.h | 154 static inline void hsi_client_set_drvdata(struct hsi_client *cl, void *data) in hsi_client_set_drvdata() 159 static inline void *hsi_client_drvdata(struct hsi_client *cl) in hsi_client_drvdata() 203 struct hsi_client *cl; member 256 #define hsi_get_port(cl) to_hsi_port((cl)->device.parent) argument 262 static inline int hsi_port_claimed(struct hsi_client *cl) in hsi_port_claimed() 345 static inline unsigned int hsi_id(struct hsi_client *cl) in hsi_id() 356 static inline unsigned int hsi_port_id(struct hsi_client *cl) in hsi_port_id() 370 static inline int hsi_setup(struct hsi_client *cl) in hsi_setup() 386 static inline int hsi_flush(struct hsi_client *cl) in hsi_flush() 400 static inline int hsi_async_read(struct hsi_client *cl, struct hsi_msg *msg) in hsi_async_read() [all …]
|
/linux-4.4.14/drivers/hsi/ |
D | hsi.c | 73 struct hsi_client *cl = to_hsi_client(dev); in hsi_client_release() local 83 struct hsi_client *cl; in hsi_new_client() local 212 struct hsi_client *cl; in hsi_add_client_from_dt() local 591 int hsi_async(struct hsi_client *cl, struct hsi_msg *msg) in hsi_async() 612 int hsi_claim_port(struct hsi_client *cl, unsigned int share) in hsi_claim_port() 640 void hsi_release_port(struct hsi_client *cl) in hsi_release_port() 661 struct hsi_client *cl = container_of(nb, struct hsi_client, nb); in hsi_event_notifier_call() local 680 int hsi_register_port_event(struct hsi_client *cl, in hsi_register_port_event() 705 int hsi_unregister_port_event(struct hsi_client *cl) in hsi_unregister_port_event() 752 int hsi_get_channel_id_by_name(struct hsi_client *cl, char *name) in hsi_get_channel_id_by_name()
|
/linux-4.4.14/drivers/staging/iio/addac/ |
D | adt7316-i2c.c | 23 struct i2c_client *cl = client; in adt7316_i2c_read() local 43 struct i2c_client *cl = client; in adt7316_i2c_write() local 55 struct i2c_client *cl = client; in adt7316_i2c_multi_read() local 74 struct i2c_client *cl = client; in adt7316_i2c_multi_write() local
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | atomic_lse.h | 78 #define ATOMIC_OP_ADD_RETURN(name, mb, cl...) \ argument 139 #define ATOMIC_OP_SUB_RETURN(name, mb, cl...) \ argument 219 #define ATOMIC64_OP_ADD_RETURN(name, mb, cl...) \ argument 280 #define ATOMIC64_OP_SUB_RETURN(name, mb, cl...) \ argument 342 #define __CMPXCHG_CASE(w, sz, name, mb, cl...) \ argument 389 #define __CMPXCHG_DBL(name, mb, cl...) \ argument
|
D | atomic_ll_sc.h | 58 #define ATOMIC_OP_RETURN(name, mb, acq, rel, cl, op, asm_op) \ argument 121 #define ATOMIC64_OP_RETURN(name, mb, acq, rel, cl, op, asm_op) \ argument 189 #define __CMPXCHG_CASE(w, sz, name, mb, acq, rel, cl) \ argument 235 #define __CMPXCHG_DBL(name, mb, rel, cl) \ argument
|
D | cmpxchg.h | 33 #define __XCHG_CASE(w, sz, name, mb, nop_lse, acq, acq_lse, rel, cl) \ argument
|
/linux-4.4.14/arch/openrisc/kernel/ |
D | dma.c | 35 unsigned long cl; in page_set_nocache() local 142 unsigned long cl; in or1k_map_page() local 212 unsigned long cl; in or1k_sync_single_for_cpu() local 225 unsigned long cl; in or1k_sync_single_for_device() local
|
/linux-4.4.14/drivers/macintosh/ |
D | therm_windtunnel.c | 120 write_reg( struct i2c_client *cl, int reg, int data, int len ) in write_reg() 138 read_reg( struct i2c_client *cl, int reg, int len ) in read_reg() 356 attach_fan( struct i2c_client *cl ) in attach_fan() 372 attach_thermostat( struct i2c_client *cl ) in attach_thermostat() 414 do_probe(struct i2c_client *cl, const struct i2c_device_id *id) in do_probe()
|
/linux-4.4.14/drivers/mfd/ |
D | lp3943.c | 108 static int lp3943_probe(struct i2c_client *cl, const struct i2c_device_id *id) in lp3943_probe() 130 static int lp3943_remove(struct i2c_client *cl) in lp3943_remove()
|
D | lp8788.c | 173 static int lp8788_probe(struct i2c_client *cl, const struct i2c_device_id *id) in lp8788_probe() 206 static int lp8788_remove(struct i2c_client *cl) in lp8788_remove()
|
/linux-4.4.14/fs/ocfs2/ |
D | suballoc.c | 162 static u32 ocfs2_bits_per_group(struct ocfs2_chain_list *cl) in ocfs2_bits_per_group() 338 struct ocfs2_chain_list *cl, in ocfs2_bg_discontig_add_extent() 364 struct ocfs2_chain_list *cl) in ocfs2_block_group_fill() 420 static inline u16 ocfs2_find_smallest_chain(struct ocfs2_chain_list *cl) in ocfs2_find_smallest_chain() 438 struct ocfs2_chain_list *cl) in ocfs2_block_group_alloc_contig() 503 struct ocfs2_chain_list *cl, in ocfs2_block_group_grow_discontig() 595 struct ocfs2_chain_list *cl) in ocfs2_block_group_alloc_discontig() 678 struct ocfs2_chain_list *cl; in ocfs2_block_group_alloc() local 1373 static inline u16 ocfs2_find_victim_chain(struct ocfs2_chain_list *cl) in ocfs2_find_victim_chain() 1576 struct ocfs2_chain_list *cl = (struct ocfs2_chain_list *) &di->id2.i_chain; in ocfs2_alloc_dinode_update_counts() local [all …]
|
D | resize.c | 103 struct ocfs2_chain_list *cl = &fe->id2.i_chain; in ocfs2_update_last_group_and_inode() local 472 struct ocfs2_chain_list *cl; in ocfs2_group_add() local
|
D | move_extents.c | 375 struct ocfs2_chain_list *cl; in ocfs2_find_victim_alloc_group() local
|
D | ioctl.c | 545 struct ocfs2_chain_list *cl = NULL; in ocfs2_info_freefrag_scan_bitmap() local
|
/linux-4.4.14/net/bluetooth/cmtp/ |
D | sock.c | 70 struct cmtp_connlist_req cl; in cmtp_sock_ioctl() local 144 struct cmtp_connlist_req cl; in cmtp_sock_compat_ioctl() local
|
/linux-4.4.14/net/bluetooth/bnep/ |
D | sock.c | 54 struct bnep_connlist_req cl; in bnep_sock_ioctl() local 141 struct bnep_connlist_req cl; in bnep_sock_compat_ioctl() local
|
/linux-4.4.14/drivers/hsi/controllers/ |
D | omap_ssi_port.c | 419 static void ssi_flush_queue(struct list_head *queue, struct hsi_client *cl) in ssi_flush_queue() 439 static int ssi_setup(struct hsi_client *cl) in ssi_setup() 503 static int ssi_flush(struct hsi_client *cl) in ssi_flush() 559 static int ssi_start_tx(struct hsi_client *cl) in ssi_start_tx() 580 static int ssi_stop_tx(struct hsi_client *cl) in ssi_stop_tx() 624 static void ssi_cleanup_queues(struct hsi_client *cl) in ssi_cleanup_queues() 684 static void ssi_cleanup_gdd(struct hsi_controller *ssi, struct hsi_client *cl) in ssi_cleanup_gdd() 724 static int ssi_release(struct hsi_client *cl) in ssi_release()
|
D | omap_ssi.c | 181 void ssi_waketest(struct hsi_client *cl, unsigned int enable) in ssi_waketest()
|
/linux-4.4.14/include/net/ |
D | pkt_cls.h | 21 __cls_set_class(unsigned long *clp, unsigned long cl) in __cls_set_class() 28 unsigned long cl) in cls_set_class() 42 unsigned long cl; in tcf_bind_filter() local 53 unsigned long cl; in tcf_unbind_filter() local
|
D | sch_generic.h | 371 struct Qdisc_class_common *cl; in qdisc_class_find() local
|
/linux-4.4.14/drivers/firmware/ |
D | raspberrypi.c | 25 struct mbox_client cl; member 33 static void response_callback(struct mbox_client *cl, void *msg) in response_callback()
|
D | arm_scpi.c | 148 struct mbox_client cl; member 680 struct mbox_client *cl = &pchan->cl; in scpi_probe() local
|
/linux-4.4.14/net/bluetooth/hidp/ |
D | sock.c | 54 struct hidp_connlist_req cl; in hidp_sock_ioctl() local 145 struct hidp_connlist_req cl; in hidp_sock_compat_ioctl() local
|
/linux-4.4.14/fs/dlm/ |
D | config.c | 108 struct dlm_cluster *cl = config_item_to_cluster(item); in cluster_cluster_name_show() local 115 struct dlm_cluster *cl = config_item_to_cluster(item); in cluster_cluster_name_store() local 125 static ssize_t cluster_set(struct dlm_cluster *cl, unsigned int *cl_field, in cluster_set() 343 struct dlm_cluster *cl = NULL; in make_cluster() local 394 struct dlm_cluster *cl = config_item_to_cluster(i); in drop_cluster() local 412 struct dlm_cluster *cl = config_item_to_cluster(i); in release_cluster() local
|
/linux-4.4.14/drivers/mailbox/ |
D | mailbox.c | 301 struct mbox_chan *mbox_request_channel(struct mbox_client *cl, int index) in mbox_request_channel() 368 struct mbox_chan *mbox_request_channel_byname(struct mbox_client *cl, in mbox_request_channel_byname()
|
D | pcc.c | 109 struct mbox_chan *pcc_mbox_request_channel(struct mbox_client *cl, in pcc_mbox_request_channel()
|
D | omap-mailbox.c | 464 struct mbox_chan *omap_mbox_request_channel(struct mbox_client *cl, in omap_mbox_request_channel()
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-xgene-slimpro.c | 112 #define to_slimpro_i2c_dev(cl) \ argument 115 static void slimpro_i2c_rx_cb(struct mbox_client *cl, void *mssg) in slimpro_i2c_rx_cb() 384 struct mbox_client *cl; in xgene_slimpro_i2c_probe() local
|
/linux-4.4.14/arch/mips/ralink/ |
D | clk.c | 20 struct clk_lookup cl; member
|
/linux-4.4.14/fs/nls/ |
D | nls_iso8859-1.c | 214 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | nls_ascii.c | 123 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | nls_iso8859-6.c | 220 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | nls_iso8859-9.c | 229 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | nls_iso8859-13.c | 242 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | nls_cp874.c | 230 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | nls_iso8859-3.c | 265 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | nls_iso8859-15.c | 264 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | nls_iso8859-5.c | 229 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | nls_iso8859-14.c | 298 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | nls_iso8859-2.c | 265 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | nls_iso8859-4.c | 265 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | nls_cp857.c | 258 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | nls_cp1251.c | 258 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | nls_cp852.c | 294 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | nls_cp855.c | 256 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | nls_cp850.c | 272 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | nls_iso8859-7.c | 274 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | nls_cp869.c | 272 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | nls_cp1250.c | 304 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | nls_cp775.c | 276 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | nls_cp737.c | 307 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | nls_koi8-u.c | 287 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | nls_cp866.c | 262 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | nls_koi8-r.c | 280 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | nls_cp1255.c | 339 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | mac-greek.c | 453 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | nls_cp860.c | 321 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | nls_cp864.c | 364 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | mac-cyrillic.c | 453 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | mac-centeuro.c | 488 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | nls_cp861.c | 344 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | nls_cp437.c | 344 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | mac-inuit.c | 488 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | nls_cp865.c | 344 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | nls_cp863.c | 338 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | mac-gaelic.c | 523 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | nls_cp862.c | 378 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | mac-iceland.c | 558 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | mac-croatian.c | 558 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | mac-romanian.c | 558 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | mac-celtic.c | 558 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | mac-turkish.c | 558 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | mac-roman.c | 593 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | nls_cp932.c | 7841 unsigned char cl = uni&0xFF; in uni2char() local 7880 unsigned char ch, cl; in char2uni() local
|
D | nls_cp950.c | 9401 unsigned char cl = uni&0xFF; in uni2char() local 9431 unsigned char ch, cl; in char2uni() local
|
D | nls_base.c | 501 unsigned char cl = uni & 0x00ff; in uni2char() local
|
D | nls_euc-jp.c | 439 unsigned char ch, cl; in uni2char() local
|
D | nls_cp936.c | 11004 unsigned char cl = uni&0xFF; in uni2char() local 11052 unsigned char ch, cl; in char2uni() local
|
D | nls_cp949.c | 13865 unsigned char cl = uni&0xFF; in uni2char() local 13895 unsigned char ch, cl; in char2uni() local
|
/linux-4.4.14/net/bluetooth/ |
D | a2mp.c | 99 static void __a2mp_add_cl(struct amp_mgr *mgr, struct a2mp_cl *cl) in __a2mp_add_cl() 202 struct a2mp_cl *cl; in a2mp_discover_rsp() local 277 struct a2mp_cl *cl = (void *) skb->data; in a2mp_change_notify() local
|
D | a2mp.h | 72 struct a2mp_cl cl[0]; member
|
D | hci_conn.c | 1411 struct hci_conn_list_req req, *cl; in hci_get_conn_list() local
|
/linux-4.4.14/tools/perf/tests/ |
D | hists_cumulate.c | 159 #define CDSO(cl) (cl->ms.map->dso->short_name) argument 160 #define CSYM(cl) (cl->ms.sym->name) argument
|
/linux-4.4.14/arch/sh/kernel/ |
D | process_64.c | 40 unsigned long long ah, al, bh, bl, ch, cl; in show_regs() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_dev.c | 231 struct cl_device *cl; in lov_device_init() local 401 struct cl_device *cl; in lov_cl_add_target() local
|
/linux-4.4.14/drivers/video/backlight/ |
D | lp855x_bl.c | 394 static int lp855x_probe(struct i2c_client *cl, const struct i2c_device_id *id) in lp855x_probe() 463 static int lp855x_remove(struct i2c_client *cl) in lp855x_remove()
|
/linux-4.4.14/include/linux/ |
D | mei_cl_bus.h | 44 struct mei_cl *cl; member
|
D | mailbox_controller.h | 120 struct mbox_client *cl; member
|
D | usb.h | 883 #define USB_DEVICE_INTERFACE_CLASS(vend, prod, cl) \ argument 931 #define USB_DEVICE_INFO(cl, sc, pr) \ argument 946 #define USB_INTERFACE_INFO(cl, sc, pr) \ argument 966 #define USB_DEVICE_AND_INTERFACE_INFO(vend, prod, cl, sc, pr) \ argument 988 #define USB_VENDOR_AND_INTERFACE_INFO(vend, cl, sc, pr) \ argument
|
D | skbuff.h | 436 static inline void skb_mstamp_get(struct skb_mstamp *cl) in skb_mstamp_get()
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | ip_vs_wrr.c | 66 struct ip_vs_dest *cl; /* current dest or head */ member
|
/linux-4.4.14/Documentation/misc-devices/mei/ |
D | mei-amt-version.c | 101 static void mei_deinit(struct mei *cl) in mei_deinit() 115 struct mei_client *cl; in mei_init() local
|
/linux-4.4.14/drivers/usb/storage/ |
D | usual-tables.c | 45 #define UNUSUAL_VENDOR_INTF(id_vendor, cl, sc, pr, \ argument
|
D | usb.c | 128 #define UNUSUAL_VENDOR_INTF(idVendor, cl, sc, pr, \ argument
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | nv50.c | 160 const struct nvkm_enum *en, *re, *cl, *sc; in nv50_fb_intr() local
|
/linux-4.4.14/arch/mips/lantiq/ |
D | clk.h | 61 struct clk_lookup cl; member
|
/linux-4.4.14/drivers/net/usb/ |
D | cx82310_eth.c | 321 #define USB_DEVICE_CLASS(vend, prod, cl, sc, pr) \ argument
|
/linux-4.4.14/net/openvswitch/ |
D | conntrack.c | 117 struct nf_conn_labels *cl = ct ? nf_ct_labels_find(ct) : NULL; in ovs_ct_get_labels() local 228 struct nf_conn_labels *cl; in ovs_ct_set_labels() local
|
D | flow_netlink.c | 893 const struct ovs_key_ct_labels *cl; in metadata_from_nlattrs() local
|
/linux-4.4.14/drivers/power/ |
D | lp8727_charger.c | 547 static int lp8727_probe(struct i2c_client *cl, const struct i2c_device_id *id) in lp8727_probe() 597 static int lp8727_remove(struct i2c_client *cl) in lp8727_remove()
|
/linux-4.4.14/arch/um/include/shared/ |
D | os.h | 66 unsigned int cl : 1; /* FD_CLOEXEC */ member
|
/linux-4.4.14/fs/nfsd/ |
D | nfs4state.c | 534 struct nfs4_client *cl; in find_or_hash_clnt_odstate() local 556 struct nfs4_stid *nfs4_alloc_stid(struct nfs4_client *cl, in nfs4_alloc_stid() 1962 static bool mach_creds_match(struct nfs4_client *cl, struct svc_rqst *rqstp) in mach_creds_match() 1998 find_stateid_locked(struct nfs4_client *cl, stateid_t *t) in find_stateid_locked() 2009 find_stateid_by_type(struct nfs4_client *cl, stateid_t *t, char typemask) in find_stateid_by_type() 3845 static struct nfs4_delegation *find_deleg_stateid(struct nfs4_client *cl, stateid_t *s) in find_deleg_stateid() 3862 nfs4_check_deleg(struct nfs4_client *cl, struct nfsd4_open *open, in nfs4_check_deleg() 4270 struct nfs4_client *cl = open->op_openowner->oo_owner.so_client; in nfsd4_process_open2() local 4662 static __be32 nfsd4_validate_stateid(struct nfs4_client *cl, stateid_t *stateid) in nfsd4_validate_stateid() 4866 struct nfs4_client *cl = cstate->session->se_client; in nfsd4_test_stateid() local [all …]
|
/linux-4.4.14/drivers/clk/hisilicon/ |
D | clk-hi6220-stub.c | 54 struct mbox_client cl; member
|
/linux-4.4.14/drivers/leds/ |
D | leds-lp55xx-common.h | 150 struct i2c_client *cl; member
|
D | leds-tca6507.c | 357 struct i2c_client *cl = tca->client; in tca6507_work() local
|
/linux-4.4.14/crypto/ |
D | vmac.c | 374 u64 ch, cl; in vhash_update() local 415 u64 ch, cl; in vhash() local
|
/linux-4.4.14/drivers/memory/ |
D | emif.c | 247 u32 cl; in get_cl() local 694 static u32 get_phy_ctrl_1_intelliphy_4d5(u32 freq, u8 cl) in get_phy_ctrl_1_intelliphy_4d5() 1619 u32 cl, type; in get_emif_reg_values() local
|
/linux-4.4.14/drivers/acpi/ |
D | cppc_acpi.c | 115 static void cppc_chan_tx_done(struct mbox_client *cl, void *msg, int ret) in cppc_chan_tx_done()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | setup_64.c | 626 u32 cl, sv, gw; in setup_arch() local
|
/linux-4.4.14/drivers/gpu/drm/bridge/ |
D | parade-ps8622.c | 104 struct i2c_client *cl = ps8622->client; in ps8622_send_config() local
|
/linux-4.4.14/drivers/input/tablet/ |
D | hanwang.c | 54 #define HANWANG_TABLET_DEVICE(vend, cl, sc, pr) \ argument
|
/linux-4.4.14/arch/powerpc/math-emu/ |
D | math_efp.c | 639 int ch, cl; in do_spe_mathemu() local
|
/linux-4.4.14/tools/perf/ui/browsers/ |
D | hists.c | 146 static char callchain_list__folded(const struct callchain_list *cl) in callchain_list__folded() 151 static void callchain_list__set_folding(struct callchain_list *cl, bool unfold) in callchain_list__set_folding() 223 static bool callchain_list__toggle_fold(struct callchain_list *cl) in callchain_list__toggle_fold() 298 struct callchain_list *cl = container_of(ms, struct callchain_list, ms); in hist_browser__toggle_fold() local
|
/linux-4.4.14/drivers/gpu/host1x/ |
D | bus.c | 319 struct host1x_client *client, *cl; in __host1x_device_del() local
|
/linux-4.4.14/drivers/media/pci/pt3/ |
D | pt3.c | 380 struct i2c_client *cl; in pt3_attach_fe() local
|
/linux-4.4.14/drivers/hwmon/ |
D | asb100.c | 860 struct i2c_client *cl; in asb100_read_value() local 905 struct i2c_client *cl; in asb100_write_value() local
|
D | w83781d.c | 1280 struct i2c_client *cl; in w83781d_read_value_i2c() local 1320 struct i2c_client *cl; in w83781d_write_value_i2c() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | vvp_dev.c | 197 struct cl_device *cl; in cl_sb_init() local
|
/linux-4.4.14/net/9p/ |
D | trans_rdma.c | 616 struct sockaddr_in cl = { in p9_rdma_bind_privport() local
|
D | trans_fd.c | 908 struct sockaddr_in cl; in p9_bind_privport() local
|
/linux-4.4.14/tools/perf/util/ |
D | callchain.c | 773 char *callchain_list__sym_name(struct callchain_list *cl, in callchain_list__sym_name()
|
D | data-convert-bt.c | 763 #define ADD_FIELD(cl, t, n) \ in add_generic_types() argument
|
/linux-4.4.14/net/ceph/ |
D | mon_client.c | 806 int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl) in ceph_monc_init()
|
/linux-4.4.14/drivers/mtd/nand/ |
D | cafe_nand.c | 560 u8 ah, al, bh, bl, ch, cl; in gf4096_mul() local
|
/linux-4.4.14/net/sunrpc/ |
D | svc_xprt.c | 71 struct svc_xprt_class *cl; in svc_reg_xprt_class() local
|
/linux-4.4.14/drivers/regulator/ |
D | lp872x.c | 903 static int lp872x_probe(struct i2c_client *cl, const struct i2c_device_id *id) in lp872x_probe()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | cl_object.c | 961 void cl_stack_fini(const struct lu_env *env, struct cl_device *cl) in cl_stack_fini()
|
/linux-4.4.14/drivers/staging/panel/ |
D | panel.c | 268 int cl; member 659 unsigned char cl; /* serial LCD clock (latch on rising edge) */ member
|
/linux-4.4.14/arch/x86/boot/ |
D | boot.h | 265 u8 cl, ch, ecx2, ecx3; member
|
/linux-4.4.14/drivers/net/hamradio/ |
D | scc.c | 286 static inline void cl(struct scc_channel *scc, unsigned char reg, unsigned char val) in cl() function
|
/linux-4.4.14/drivers/media/pci/ttpci/ |
D | av7110_hw.c | 968 u16 ch, cl; in OSDSetColor() local
|
/linux-4.4.14/drivers/atm/ |
D | nicstar.c | 1574 unsigned long cl; in fill_tst() local
|
D | idt77252.c | 1600 unsigned long cl, avail; in __fill_tst() local
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | uvc_configfs.c | 518 struct uvcg_control_class *cl = container_of(to_config_group(i), in uvcg_get_ctl_class_arr() local 1806 struct uvcg_streaming_class *cl = container_of(to_config_group(i), in __uvcg_get_stream_class_arr() local
|
/linux-4.4.14/arch/cris/include/arch-v32/mach-fs/mach/hwregs/ |
D | bif_core_defs.h | 193 unsigned int cl : 3; member
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/ |
D | bif_core_defs.h | 193 unsigned int cl : 3; member
|
/linux-4.4.14/sound/soc/davinci/ |
D | davinci-mcasp.c | 617 struct snd_pcm_hw_constraint_list *cl = &mcasp->chconstr[stream]; in davinci_mcasp_ch_constraint() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | client.c | 57 struct ptlrpc_client *cl) in ptlrpc_init_client()
|
/linux-4.4.14/drivers/media/pci/saa7134/ |
D | saa7134-video.c | 608 struct cliplist *cl, int entries, char *name) in set_cliplist()
|
/linux-4.4.14/kernel/rcu/ |
D | tree_plugin.h | 2235 int c, cl; in rcu_nocb_kthread() local
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | l3ni1.c | 665 int *cl = checklist; in check_infoelements() local
|
D | l3dss1.c | 715 int *cl = checklist; in check_infoelements() local
|
/linux-4.4.14/fs/btrfs/ |
D | tree-log.c | 3690 u64 ds, dl, cs, cl; in copy_items() local
|
/linux-4.4.14/net/core/ |
D | dev.c | 3679 struct tcf_proto *cl = rcu_dereference_bh(skb->dev->ingress_cl_list); in handle_ing() local
|
/linux-4.4.14/drivers/scsi/megaraid/ |
D | megaraid_sas.h | 1570 union megasas_evt_class_locale cl; member
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-pciercx-defs.h | 147 uint32_t cl:1; member
|
D | cvmx-lmcx-defs.h | 2163 uint64_t cl:4; member
|