Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/mei/
Dclient.h137 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
Dclient.c361 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 …]
Dinterrupt.c43 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
Damthif.c68 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
Dhbm.c148 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 …]
Dmain.c51 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
Dwd.c61 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
Dbus.c43 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
Dbus-fixup.c121 static int mei_nfc_if_version(struct mei_cl *cl, in mei_nfc_if_version()
203 struct mei_cl *cl; in mei_nfc() local
Ddebugfs.c92 struct mei_cl *cl; in mei_dbgfs_read_active() local
Dmei_dev.h217 struct mei_cl *cl; member
/linux-4.4.14/drivers/md/bcache/
Dclosure.c14 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
Dclosure.h189 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 …]
Drequest.c56 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 …]
Dmovinggc.c15 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
Dsuper.c244 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 …]
Djournal.c29 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()
Dwriteback.c100 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
Dbtree.c283 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 …]
Drequest.h5 struct closure cl; member
Dio.c140 struct closure *cl = bio->bi_private; in bch_bbio_endio() local
Dstats.h29 struct closure cl; member
Dutil.h574 #define closure_bio_submit(bio, cl) \ argument
Dbcache.h247 struct closure cl; member
472 struct closure cl; member
/linux-4.4.14/net/sched/
Dsch_cbq.c175 #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 …]
Dsch_drr.c53 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 …]
Dsch_hfsc.c194 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 …]
Dsch_htb.c210 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 …]
Dsch_qfq.c220 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 …]
Dsch_mq.c124 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()
Dsch_mqprio.c187 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()
Dsch_ingress.c35 static void ingress_put(struct Qdisc *sch, unsigned long cl) in ingress_put()
44 unsigned long cl) in ingress_find_tcf()
Dsch_api.c314 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 …]
Dsch_multiq.c338 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()
Dsch_prio.c301 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()
Dsch_atm.c101 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()
Dsch_fq_codel.c535 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()
Dsch_dsmark.c100 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()
Dsch_sfq.c817 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()
Dcls_api.c137 unsigned long cl; in tc_ctl_tfilter() local
434 unsigned long cl = 0; in tc_dump_tfilter() local
Dsch_sfb.c596 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()
Dsch_red.c299 static int red_dump_class(struct Qdisc *sch, unsigned long cl, in red_dump_class()
Dsch_tbf.c489 static int tbf_dump_class(struct Qdisc *sch, unsigned long cl, in tbf_dump_class()
Dsch_netem.c1079 static int netem_dump_class(struct Qdisc *sch, unsigned long cl, in netem_dump_class()
/linux-4.4.14/drivers/clk/
Dclkdev.c137 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/
Dssi_protocol.c151 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 …]
Dhsi_char.c98 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
Dcmt_speech.c51 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
Dnokia-modem.c146 struct hsi_client *cl = to_hsi_client(dev); in nokia_modem_probe() local
/linux-4.4.14/include/linux/hsi/
Dhsi.h154 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/
Dhsi.c73 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/
Dadt7316-i2c.c23 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/
Datomic_lse.h78 #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
Datomic_ll_sc.h58 #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
Dcmpxchg.h33 #define __XCHG_CASE(w, sz, name, mb, nop_lse, acq, acq_lse, rel, cl) \ argument
/linux-4.4.14/arch/openrisc/kernel/
Ddma.c35 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/
Dtherm_windtunnel.c120 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/
Dlp3943.c108 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()
Dlp8788.c173 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/
Dsuballoc.c162 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 …]
Dresize.c103 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
Dmove_extents.c375 struct ocfs2_chain_list *cl; in ocfs2_find_victim_alloc_group() local
Dioctl.c545 struct ocfs2_chain_list *cl = NULL; in ocfs2_info_freefrag_scan_bitmap() local
/linux-4.4.14/net/bluetooth/cmtp/
Dsock.c70 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/
Dsock.c54 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/
Domap_ssi_port.c419 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()
Domap_ssi.c181 void ssi_waketest(struct hsi_client *cl, unsigned int enable) in ssi_waketest()
/linux-4.4.14/include/net/
Dpkt_cls.h21 __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
Dsch_generic.h371 struct Qdisc_class_common *cl; in qdisc_class_find() local
/linux-4.4.14/drivers/firmware/
Draspberrypi.c25 struct mbox_client cl; member
33 static void response_callback(struct mbox_client *cl, void *msg) in response_callback()
Darm_scpi.c148 struct mbox_client cl; member
680 struct mbox_client *cl = &pchan->cl; in scpi_probe() local
/linux-4.4.14/net/bluetooth/hidp/
Dsock.c54 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/
Dconfig.c108 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/
Dmailbox.c301 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()
Dpcc.c109 struct mbox_chan *pcc_mbox_request_channel(struct mbox_client *cl, in pcc_mbox_request_channel()
Domap-mailbox.c464 struct mbox_chan *omap_mbox_request_channel(struct mbox_client *cl, in omap_mbox_request_channel()
/linux-4.4.14/drivers/i2c/busses/
Di2c-xgene-slimpro.c112 #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/
Dclk.c20 struct clk_lookup cl; member
/linux-4.4.14/fs/nls/
Dnls_iso8859-1.c214 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_ascii.c123 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_iso8859-6.c220 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_iso8859-9.c229 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_iso8859-13.c242 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp874.c230 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_iso8859-3.c265 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_iso8859-15.c264 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_iso8859-5.c229 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_iso8859-14.c298 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_iso8859-2.c265 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_iso8859-4.c265 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp857.c258 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp1251.c258 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp852.c294 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp855.c256 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp850.c272 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_iso8859-7.c274 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp869.c272 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp1250.c304 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp775.c276 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp737.c307 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_koi8-u.c287 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp866.c262 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_koi8-r.c280 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp1255.c339 unsigned char cl = uni & 0x00ff; in uni2char() local
Dmac-greek.c453 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp860.c321 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp864.c364 unsigned char cl = uni & 0x00ff; in uni2char() local
Dmac-cyrillic.c453 unsigned char cl = uni & 0x00ff; in uni2char() local
Dmac-centeuro.c488 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp861.c344 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp437.c344 unsigned char cl = uni & 0x00ff; in uni2char() local
Dmac-inuit.c488 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp865.c344 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp863.c338 unsigned char cl = uni & 0x00ff; in uni2char() local
Dmac-gaelic.c523 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp862.c378 unsigned char cl = uni & 0x00ff; in uni2char() local
Dmac-iceland.c558 unsigned char cl = uni & 0x00ff; in uni2char() local
Dmac-croatian.c558 unsigned char cl = uni & 0x00ff; in uni2char() local
Dmac-romanian.c558 unsigned char cl = uni & 0x00ff; in uni2char() local
Dmac-celtic.c558 unsigned char cl = uni & 0x00ff; in uni2char() local
Dmac-turkish.c558 unsigned char cl = uni & 0x00ff; in uni2char() local
Dmac-roman.c593 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp932.c7841 unsigned char cl = uni&0xFF; in uni2char() local
7880 unsigned char ch, cl; in char2uni() local
Dnls_cp950.c9401 unsigned char cl = uni&0xFF; in uni2char() local
9431 unsigned char ch, cl; in char2uni() local
Dnls_base.c501 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_euc-jp.c439 unsigned char ch, cl; in uni2char() local
Dnls_cp936.c11004 unsigned char cl = uni&0xFF; in uni2char() local
11052 unsigned char ch, cl; in char2uni() local
Dnls_cp949.c13865 unsigned char cl = uni&0xFF; in uni2char() local
13895 unsigned char ch, cl; in char2uni() local
/linux-4.4.14/net/bluetooth/
Da2mp.c99 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
Da2mp.h72 struct a2mp_cl cl[0]; member
Dhci_conn.c1411 struct hci_conn_list_req req, *cl; in hci_get_conn_list() local
/linux-4.4.14/tools/perf/tests/
Dhists_cumulate.c159 #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/
Dprocess_64.c40 unsigned long long ah, al, bh, bl, ch, cl; in show_regs() local
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_dev.c231 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/
Dlp855x_bl.c394 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/
Dmei_cl_bus.h44 struct mei_cl *cl; member
Dmailbox_controller.h120 struct mbox_client *cl; member
Dusb.h883 #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
Dskbuff.h436 static inline void skb_mstamp_get(struct skb_mstamp *cl) in skb_mstamp_get()
/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_wrr.c66 struct ip_vs_dest *cl; /* current dest or head */ member
/linux-4.4.14/Documentation/misc-devices/mei/
Dmei-amt-version.c101 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/
Dusual-tables.c45 #define UNUSUAL_VENDOR_INTF(id_vendor, cl, sc, pr, \ argument
Dusb.c128 #define UNUSUAL_VENDOR_INTF(idVendor, cl, sc, pr, \ argument
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dnv50.c160 const struct nvkm_enum *en, *re, *cl, *sc; in nv50_fb_intr() local
/linux-4.4.14/arch/mips/lantiq/
Dclk.h61 struct clk_lookup cl; member
/linux-4.4.14/drivers/net/usb/
Dcx82310_eth.c321 #define USB_DEVICE_CLASS(vend, prod, cl, sc, pr) \ argument
/linux-4.4.14/net/openvswitch/
Dconntrack.c117 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
Dflow_netlink.c893 const struct ovs_key_ct_labels *cl; in metadata_from_nlattrs() local
/linux-4.4.14/drivers/power/
Dlp8727_charger.c547 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/
Dos.h66 unsigned int cl : 1; /* FD_CLOEXEC */ member
/linux-4.4.14/fs/nfsd/
Dnfs4state.c534 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/
Dclk-hi6220-stub.c54 struct mbox_client cl; member
/linux-4.4.14/drivers/leds/
Dleds-lp55xx-common.h150 struct i2c_client *cl; member
Dleds-tca6507.c357 struct i2c_client *cl = tca->client; in tca6507_work() local
/linux-4.4.14/crypto/
Dvmac.c374 u64 ch, cl; in vhash_update() local
415 u64 ch, cl; in vhash() local
/linux-4.4.14/drivers/memory/
Demif.c247 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/
Dcppc_acpi.c115 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/
Dsetup_64.c626 u32 cl, sv, gw; in setup_arch() local
/linux-4.4.14/drivers/gpu/drm/bridge/
Dparade-ps8622.c104 struct i2c_client *cl = ps8622->client; in ps8622_send_config() local
/linux-4.4.14/drivers/input/tablet/
Dhanwang.c54 #define HANWANG_TABLET_DEVICE(vend, cl, sc, pr) \ argument
/linux-4.4.14/arch/powerpc/math-emu/
Dmath_efp.c639 int ch, cl; in do_spe_mathemu() local
/linux-4.4.14/tools/perf/ui/browsers/
Dhists.c146 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/
Dbus.c319 struct host1x_client *client, *cl; in __host1x_device_del() local
/linux-4.4.14/drivers/media/pci/pt3/
Dpt3.c380 struct i2c_client *cl; in pt3_attach_fe() local
/linux-4.4.14/drivers/hwmon/
Dasb100.c860 struct i2c_client *cl; in asb100_read_value() local
905 struct i2c_client *cl; in asb100_write_value() local
Dw83781d.c1280 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/
Dvvp_dev.c197 struct cl_device *cl; in cl_sb_init() local
/linux-4.4.14/net/9p/
Dtrans_rdma.c616 struct sockaddr_in cl = { in p9_rdma_bind_privport() local
Dtrans_fd.c908 struct sockaddr_in cl; in p9_bind_privport() local
/linux-4.4.14/tools/perf/util/
Dcallchain.c773 char *callchain_list__sym_name(struct callchain_list *cl, in callchain_list__sym_name()
Ddata-convert-bt.c763 #define ADD_FIELD(cl, t, n) \ in add_generic_types() argument
/linux-4.4.14/net/ceph/
Dmon_client.c806 int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl) in ceph_monc_init()
/linux-4.4.14/drivers/mtd/nand/
Dcafe_nand.c560 u8 ah, al, bh, bl, ch, cl; in gf4096_mul() local
/linux-4.4.14/net/sunrpc/
Dsvc_xprt.c71 struct svc_xprt_class *cl; in svc_reg_xprt_class() local
/linux-4.4.14/drivers/regulator/
Dlp872x.c903 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/
Dcl_object.c961 void cl_stack_fini(const struct lu_env *env, struct cl_device *cl) in cl_stack_fini()
/linux-4.4.14/drivers/staging/panel/
Dpanel.c268 int cl; member
659 unsigned char cl; /* serial LCD clock (latch on rising edge) */ member
/linux-4.4.14/arch/x86/boot/
Dboot.h265 u8 cl, ch, ecx2, ecx3; member
/linux-4.4.14/drivers/net/hamradio/
Dscc.c286 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/
Dav7110_hw.c968 u16 ch, cl; in OSDSetColor() local
/linux-4.4.14/drivers/atm/
Dnicstar.c1574 unsigned long cl; in fill_tst() local
Didt77252.c1600 unsigned long cl, avail; in __fill_tst() local
/linux-4.4.14/drivers/usb/gadget/function/
Duvc_configfs.c518 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/
Dbif_core_defs.h193 unsigned int cl : 3; member
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/
Dbif_core_defs.h193 unsigned int cl : 3; member
/linux-4.4.14/sound/soc/davinci/
Ddavinci-mcasp.c617 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/
Dclient.c57 struct ptlrpc_client *cl) in ptlrpc_init_client()
/linux-4.4.14/drivers/media/pci/saa7134/
Dsaa7134-video.c608 struct cliplist *cl, int entries, char *name) in set_cliplist()
/linux-4.4.14/kernel/rcu/
Dtree_plugin.h2235 int c, cl; in rcu_nocb_kthread() local
/linux-4.4.14/drivers/isdn/hisax/
Dl3ni1.c665 int *cl = checklist; in check_infoelements() local
Dl3dss1.c715 int *cl = checklist; in check_infoelements() local
/linux-4.4.14/fs/btrfs/
Dtree-log.c3690 u64 ds, dl, cs, cl; in copy_items() local
/linux-4.4.14/net/core/
Ddev.c3679 struct tcf_proto *cl = rcu_dereference_bh(skb->dev->ingress_cl_list); in handle_ing() local
/linux-4.4.14/drivers/scsi/megaraid/
Dmegaraid_sas.h1570 union megasas_evt_class_locale cl; member
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-pciercx-defs.h147 uint32_t cl:1; member
Dcvmx-lmcx-defs.h2163 uint64_t cl:4; member