| /linux/lib/ |
| H A D | closure.c | 30 static inline void closure_put_after_sub(struct closure *cl, int flags) in closure_put_after_sub() 59 void closure_sub(struct closure *cl, int v) in closure_sub() 68 void closure_put(struct closure *cl) in closure_put() 80 struct closure *cl, *t; in __closure_wake_up() local 103 bool closure_wait(struct closure_waitlist *waitlist, struct closure *cl) in closure_wait() 124 struct closure *cl = container_of(ws, struct closure, work); in CLOSURE_CALLBACK() local 135 void __sched __closure_sync(struct closure *cl) in __closure_sync() 160 void __sched closure_return_sync(struct closure *cl) in closure_return_sync() 188 int __sched __closure_sync_timeout(struct closure *cl, unsigned long timeout) in __closure_sync_timeout() 230 void closure_debug_create(struct closure *cl) in closure_debug_create() [all …]
|
| /linux/net/sched/ |
| H A D | sch_hfsc.c | 178 static bool cl_in_el_or_vttree(struct hfsc_class *cl) in cl_in_el_or_vttree() 190 eltree_insert(struct hfsc_class *cl) in eltree_insert() 209 eltree_remove(struct hfsc_class *cl) in eltree_remove() 218 eltree_update(struct hfsc_class *cl) in eltree_update() 228 struct hfsc_class *p, *cl = NULL; in eltree_get_mindl() local 258 vttree_insert(struct hfsc_class *cl) in vttree_insert() 277 vttree_remove(struct hfsc_class *cl) in vttree_remove() 283 vttree_update(struct hfsc_class *cl) in vttree_update() 290 vttree_firstfit(struct hfsc_class *cl, u64 cur_time) in vttree_firstfit() 307 vttree_get_minvt(struct hfsc_class *cl, u64 cur_time) in vttree_get_minvt() [all …]
|
| H A D | sch_drr.c | 38 static bool cl_is_active(struct drr_class *cl) in cl_is_active() 63 struct drr_class *cl = (struct drr_class *)*arg; in drr_change_class() local 145 static void drr_destroy_class(struct Qdisc *sch, struct drr_class *cl) in drr_destroy_class() 156 struct drr_class *cl = (struct drr_class *)arg; in drr_delete_class() local 179 static struct tcf_block *drr_tcf_block(struct Qdisc *sch, unsigned long cl, in drr_tcf_block() 195 struct drr_class *cl = drr_find_class(sch, classid); in drr_bind_tcf() local 205 struct drr_class *cl = (struct drr_class *)arg; in drr_unbind_tcf() local 214 struct drr_class *cl = (struct drr_class *)arg; in drr_graft_class() local 229 struct drr_class *cl = (struct drr_class *)arg; in drr_class_leaf() local 236 struct drr_class *cl = (struct drr_class *)arg; in drr_qlen_notify() local [all …]
|
| H A D | sch_htb.c | 223 struct htb_class *cl; in htb_classify() local 288 struct htb_class *cl, int prio) in htb_add_to_id_tree() 317 struct htb_class *cl, s64 delay) in htb_add_to_wait_tree() 365 struct htb_class *cl, int mask) in htb_add_class_to_row() 397 struct htb_class *cl, int mask) in htb_remove_class_from_row() 426 static void htb_activate_prios(struct htb_sched *q, struct htb_class *cl) in htb_activate_prios() 466 static void htb_deactivate_prios(struct htb_sched *q, struct htb_class *cl) in htb_deactivate_prios() 503 static inline s64 htb_lowater(const struct htb_class *cl) in htb_lowater() 510 static inline s64 htb_hiwater(const struct htb_class *cl) in htb_hiwater() 533 htb_class_mode(struct htb_class *cl, s64 *diff) in htb_class_mode() [all …]
|
| H A D | sch_qfq.c | 205 static bool cl_is_active(struct qfq_class *cl) in cl_is_active() 322 struct qfq_class *cl) in qfq_add_to_agg() 350 static void qfq_deactivate_class(struct qfq_sched *q, struct qfq_class *cl) in qfq_deactivate_class() 361 static void qfq_rm_from_agg(struct qfq_sched *q, struct qfq_class *cl) in qfq_rm_from_agg() 374 static void qfq_deact_rm_from_agg(struct qfq_sched *q, struct qfq_class *cl) in qfq_deact_rm_from_agg() 383 static int qfq_change_agg(struct Qdisc *sch, struct qfq_class *cl, u32 weight, in qfq_change_agg() 411 struct qfq_class *cl = (struct qfq_class *)*arg; in qfq_change_class() local 537 static void qfq_destroy_class(struct Qdisc *sch, struct qfq_class *cl) in qfq_destroy_class() 548 struct qfq_class *cl = (struct qfq_class *)arg; in qfq_delete_class() local 572 static struct tcf_block *qfq_tcf_block(struct Qdisc *sch, unsigned long cl, in qfq_tcf_block() [all …]
|
| H A D | sch_ets.c | 77 static bool cl_is_active(struct ets_class *cl) in cl_is_active() 104 static u32 ets_class_id(struct Qdisc *sch, const struct ets_class *cl) in ets_class_id() 197 static bool ets_class_is_strict(struct ets_sched *q, const struct ets_class *cl) in ets_class_is_strict() 208 struct ets_class *cl = ets_class_from_arg(sch, *arg); in ets_class_change() local 258 struct ets_class *cl = ets_class_from_arg(sch, arg); in ets_class_graft() local 276 struct ets_class *cl = ets_class_from_arg(sch, arg); in ets_class_leaf() local 293 struct ets_class *cl = ets_class_from_arg(sch, arg); in ets_class_qlen_notify() local 307 struct ets_class *cl = ets_class_from_arg(sch, arg); in ets_class_dump() local 332 struct ets_class *cl = ets_class_from_arg(sch, arg); in ets_class_dump_stats() local 357 ets_qdisc_tcf_block(struct Qdisc *sch, unsigned long cl, in ets_qdisc_tcf_block() [all …]
|
| /linux/include/linux/ |
| H A D | closure.h | 177 static inline unsigned closure_nr_remaining(struct closure *cl) in closure_nr_remaining() 188 static inline void closure_sync(struct closure *cl) in closure_sync() 200 static inline int closure_sync_timeout(struct closure *cl, unsigned long timeout) in closure_sync_timeout() 217 static inline void closure_debug_create(struct closure *cl) {} in closure_debug_create() 218 static inline void closure_debug_destroy(struct closure *cl) {} in closure_debug_destroy() 222 static inline void closure_set_ip(struct closure *cl) in closure_set_ip() 229 static inline void closure_set_ret_ip(struct closure *cl) in closure_set_ret_ip() 236 static inline void closure_set_waiting(struct closure *cl, unsigned long f) in closure_set_waiting() 243 static inline void closure_set_stopped(struct closure *cl) in closure_set_stopped() 248 static inline void set_closure_fn(struct closure *cl, closure_fn *fn, in set_closure_fn() [all …]
|
| /linux/drivers/clk/ |
| H A D | clkdev.c | 38 struct clk_lookup *p, *cl = NULL; in clk_find() local 74 struct clk_lookup *cl; in clk_find_hw() local 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 222 struct clk_lookup *cl; in vclkdev_create() local 243 struct clk_lookup *cl; in clkdev_create() local 266 struct clk_lookup *cl; in clkdev_hw_create() local 297 void clkdev_drop(struct clk_lookup *cl) in clkdev_drop() [all …]
|
| /linux/drivers/hsi/clients/ |
| H A D | ssi_protocol.c | 139 struct hsi_client *cl; member 385 static void ssip_reset(struct hsi_client *cl) in ssip_reset() 421 static void ssip_dump_state(struct hsi_client *cl) in ssip_dump_state() 442 static void ssip_error(struct hsi_client *cl) in ssip_error() 457 struct hsi_client *cl = ssi->cl; in ssip_keep_alive() local 484 struct hsi_client *cl = ssi->cl; in ssip_rx_wd() local 493 struct hsi_client *cl = ssi->cl; in ssip_tx_wd() local 499 static void ssip_send_bootinfo_req_cmd(struct hsi_client *cl) in ssip_send_bootinfo_req_cmd() 515 static void ssip_start_rx(struct hsi_client *cl) in ssip_start_rx() 541 static void ssip_stop_rx(struct hsi_client *cl) in ssip_stop_rx() [all …]
|
| H A D | hsi_char.c | 85 struct hsi_client *cl; member 105 struct hsi_client *cl; member 300 static int hsc_break_request(struct hsi_client *cl) in hsc_break_request() 324 static int hsc_break_send(struct hsi_client *cl) in hsc_break_send() 342 static int hsc_rx_set(struct hsi_client *cl, struct hsc_rx_config *rxc) in hsc_rx_set() 370 static inline void hsc_rx_get(struct hsi_client *cl, struct hsc_rx_config *rxc) in hsc_rx_get() 377 static int hsc_tx_set(struct hsi_client *cl, struct hsc_tx_config *txc) in hsc_tx_set() 404 static inline void hsc_tx_get(struct hsi_client *cl, struct hsc_tx_config *txc) in hsc_tx_get() 680 struct hsi_client *cl = to_hsi_client(dev); in hsc_probe() local 735 struct hsi_client *cl = to_hsi_client(dev); in hsc_remove() local
|
| /linux/sound/soc/intel/avs/ |
| H A D | cldma.c | 60 void hda_cldma_fill(struct hda_cldma *cl) in hda_cldma_fill() 90 struct hda_cldma *cl = container_of(work, struct hda_cldma, memcpy_work.work); in cldma_memcpy_work() local 124 void hda_cldma_transfer(struct hda_cldma *cl, unsigned long start_delay) in hda_cldma_transfer() 136 int hda_cldma_start(struct hda_cldma *cl) in hda_cldma_start() 151 int hda_cldma_stop(struct hda_cldma *cl) in hda_cldma_stop() 168 int hda_cldma_reset(struct hda_cldma *cl) in hda_cldma_reset() 198 void hda_cldma_set_data(struct hda_cldma *cl, void *data, unsigned int size) in hda_cldma_set_data() 205 static void cldma_setup_bdle(struct hda_cldma *cl, u32 bdle_size) in cldma_setup_bdle() 234 void hda_cldma_setup(struct hda_cldma *cl) in hda_cldma_setup() 251 void hda_cldma_interrupt(struct hda_cldma *cl) in hda_cldma_interrupt() [all …]
|
| /linux/sound/soc/apple/ |
| H A D | mca.c | 65 #define PORT_DATA_SEL_TXA(cl) (1 << ((cl)*2)) argument 66 #define PORT_DATA_SEL_TXB(cl) (2 << ((cl)*2)) argument 111 #define REG_DMA_ADAPTER_A(cl) (0x8000 * (cl)) argument 112 #define REG_DMA_ADAPTER_B(cl) (0x8000 * (cl) + 0x4000) argument 167 static void mca_modify(struct mca_cluster *cl, int regoffset, u32 mask, u32 val) in mca_modify() argument 195 struct mca_cluster *cl = mca_dai_to_cluster(dai); mca_fe_early_trigger() local 232 struct mca_cluster *cl = mca_dai_to_cluster(dai); mca_fe_trigger() local 259 mca_fe_enable_clocks(struct mca_cluster * cl) mca_fe_enable_clocks() argument 295 mca_fe_disable_clocks(struct mca_cluster * cl) mca_fe_disable_clocks() argument 304 mca_fe_clocks_in_use(struct mca_cluster * cl) mca_fe_clocks_in_use() argument 331 struct mca_cluster *cl = mca_dai_to_cluster(dai); mca_be_prepare() local 361 struct mca_cluster *cl = mca_dai_to_cluster(dai); mca_be_hw_free() local 393 mca_configure_serdes(struct mca_cluster * cl,int serdes_unit,unsigned int mask,int slots,int nchans,int slot_width,bool is_tx,int port) mca_configure_serdes() argument 470 struct mca_cluster *cl = mca_dai_to_cluster(dai); mca_fe_startup() local 492 struct mca_cluster *cl = mca_dai_to_cluster(dai); mca_fe_set_tdm_slot() local 504 struct mca_cluster *cl = mca_dai_to_cluster(dai); mca_fe_set_fmt() local 562 struct mca_cluster *cl = mca_dai_to_cluster(dai); mca_set_bclk_ratio() local 591 struct mca_cluster *cl = mca_dai_to_cluster(dai); mca_fe_hw_params() local 713 mca_be_started(struct mca_cluster * cl) mca_be_started() argument 728 struct mca_cluster *cl = mca_dai_to_cluster(dai); mca_be_startup() local 779 struct mca_cluster *cl = mca_dai_to_cluster(dai); mca_be_shutdown() local 838 struct mca_cluster *cl = mca_dai_to_cluster(snd_soc_rtd_to_cpu(rtd, 0)); mca_pcm_open() local 919 mca_request_dma_channel(struct mca_cluster * cl,unsigned int stream) mca_request_dma_channel() argument 937 struct mca_cluster *cl = mca_dai_to_cluster(snd_soc_rtd_to_cpu(rtd, 0)); mca_pcm_free() local 959 struct mca_cluster *cl = mca_dai_to_cluster(snd_soc_rtd_to_cpu(rtd, 0)); mca_pcm_new() local 1014 struct mca_cluster *cl = &mca->clusters[i]; apple_mca_release() local 1091 struct mca_cluster *cl = &clusters[i]; apple_mca_probe() local [all...] |
| /linux/fs/ceph/ |
| H A D | snap.c | 153 struct ceph_client *cl = mdsc->fsc->client; in __lookup_snap_realm() local 192 struct ceph_client *cl = mdsc->fsc->client; in __destroy_snap_realm() local 295 struct ceph_client *cl = mdsc->fsc->client; in adjust_snap_realm_parent() local 340 struct ceph_client *cl = mdsc->fsc->client; in build_snap_context() local 437 struct ceph_client *cl = mdsc->fsc->client; in rebuild_snap_realms() local 534 struct ceph_client *cl = ceph_inode_to_client(inode); in ceph_queue_cap_snap() local 667 struct ceph_client *cl = mdsc->fsc->client; in __ceph_finish_cap_snap() local 725 struct ceph_client *cl = mdsc->fsc->client; in queue_realm_cap_snaps() local 783 struct ceph_client *cl = mdsc->fsc->client; in ceph_update_snap_trace() local 944 struct ceph_client *cl = mdsc->fsc->client; in flush_snaps() local [all …]
|
| H A D | mds_client.c | 415 struct ceph_client *cl = req->r_mdsc->fsc->client; in parse_reply_info_readdir() local 575 struct ceph_client *cl = s->s_mdsc->fsc->client; in ceph_parse_deleg_inos() local 751 struct ceph_client *cl = s->s_mdsc->fsc->client; in parse_reply_info() local 839 struct ceph_client *cl = fsc->client; in ceph_wait_on_conflict_unlink() local 966 struct ceph_client *cl = mdsc->fsc->client; in register_session() local 1168 struct ceph_client *cl = mdsc->fsc->client; in __register_request() local 1294 struct ceph_client *cl = mdsc->fsc->client; in __choose_mds() local 1548 struct ceph_client *cl = mdsc->fsc->client; in create_session_full_msg() local 1719 struct ceph_client *cl = mdsc->fsc->client; in ceph_mdsc_open_export_target_session() local 1736 struct ceph_client *cl = mdsc->fsc->client; in __open_export_target_sessions() local [all …]
|
| H A D | inode.c | 181 struct ceph_client *cl = mdsc->fsc->client; in ceph_get_inode() local 213 struct ceph_client *cl = ceph_inode_to_client(parent); in ceph_get_snapdir() local 305 struct ceph_client *cl = ceph_inode_to_client(inode); in __get_or_create_frag() local 369 struct ceph_client *cl = ceph_inode_to_client(&ci->netfs.inode); in __ceph_choose_frag() local 428 struct ceph_client *cl = ceph_inode_to_client(inode); in ceph_fill_dirfrag() local 513 struct ceph_client *cl = ceph_inode_to_client(inode); in ceph_fill_fragtree() local 737 struct ceph_client *cl = ceph_inode_to_client(inode); in ceph_evict_inode() local 807 struct ceph_client *cl = ceph_inode_to_client(inode); in ceph_fill_file_size() local 880 struct ceph_client *cl = ceph_inode_to_client(inode); in ceph_fill_file_time() local 953 struct ceph_client *cl = mdsc->fsc->client; in decode_encrypted_symlink() local [all …]
|
| H A D | dir.c | 135 struct ceph_client *cl = ceph_inode_to_client(dir); in __dcache_find_get_entry() local 193 struct ceph_client *cl = ceph_inode_to_client(dir); in __dcache_readdir() local 324 struct ceph_client *cl = fsc->client; in ceph_readdir() local 678 struct ceph_client *cl = ceph_inode_to_client(inode); in ceph_dir_llseek() local 727 struct ceph_client *cl = ceph_inode_to_client(parent); in ceph_handle_snapdir() local 759 struct ceph_client *cl = req->r_mdsc->fsc->client; in ceph_finish_lookup() local 800 struct ceph_client *cl = fsc->client; in ceph_lookup() local 915 struct ceph_client *cl = mdsc->fsc->client; in ceph_mknod() local 1025 struct ceph_client *cl = mdsc->fsc->client; in ceph_symlink() local 1099 struct ceph_client *cl = mdsc->fsc->client; in ceph_mkdir() local [all …]
|
| H A D | caps.c | 206 struct ceph_client *cl = mdsc->fsc->client; in ceph_reserve_caps() local 312 struct ceph_client *cl = mdsc->fsc->client; in ceph_unreserve_caps() local 334 struct ceph_client *cl = mdsc->fsc->client; in ceph_get_cap() local 389 struct ceph_client *cl = mdsc->fsc->client; in ceph_put_cap() local 581 struct ceph_client *cl = ceph_inode_to_client(inode); in __check_cap_issue() local 657 struct ceph_client *cl = ceph_inode_to_client(inode); in ceph_add_cap() local 790 struct ceph_client *cl = cap->session->s_mdsc->fsc->client; in __cap_is_valid() local 815 struct ceph_client *cl = ceph_inode_to_client(inode); in __ceph_caps_issued() local 872 struct ceph_client *cl = s->s_mdsc->fsc->client; in __touch_cap() local 894 struct ceph_client *cl = ceph_inode_to_client(inode); in __ceph_caps_issued_mask() local [all …]
|
| H A D | locks.c | 80 struct ceph_client *cl = mdsc->fsc->client; in ceph_lock_message() local 162 struct ceph_client *cl = mdsc->fsc->client; in ceph_lock_wait_for_completion() local 254 struct ceph_client *cl = ceph_inode_to_client(inode); in ceph_lock() local 321 struct ceph_client *cl = ceph_inode_to_client(inode); in ceph_flock() local 382 struct ceph_client *cl = ceph_inode_to_client(inode); in ceph_count_locks() local 409 struct ceph_client *cl = ceph_inode_to_client(inode); in lock_to_ceph_filelock() local 448 struct ceph_client *cl = ceph_inode_to_client(inode); in ceph_encode_locks_to_buffer() local
|
| H A D | addr.c | 84 struct ceph_client *cl = ceph_inode_to_client(inode); in ceph_dirty_folio() local 144 struct ceph_client *cl = ceph_inode_to_client(inode); in ceph_invalidate_folio() local 215 struct ceph_client *cl = fsc->client; in finish_netfs_read() local 356 struct ceph_client *cl = fsc->client; in ceph_netfs_issue_read() local 462 struct ceph_client *cl = ceph_inode_to_client(inode); in ceph_init_request() local 626 struct ceph_client *cl = ceph_inode_to_client(inode); in get_oldest_context() local 724 struct ceph_client *cl = fsc->client; in write_folio_nounlock() local 877 struct ceph_client *cl = ceph_inode_to_client(inode); in writepages_finish() local 983 struct ceph_client *cl = fsc->client; in is_forced_umount() local 1073 struct ceph_client *cl = fsc->client; in ceph_define_writeback_range() local [all …]
|
| /linux/include/linux/hsi/ |
| H A D | hsi.h | 138 static inline void hsi_client_set_drvdata(struct hsi_client *cl, void *data) in hsi_client_set_drvdata() 143 static inline void *hsi_client_drvdata(struct hsi_client *cl) in hsi_client_drvdata() 187 struct hsi_client *cl; member 240 #define hsi_get_port(cl) to_hsi_port((cl)->device.parent) argument 246 static inline int hsi_port_claimed(struct hsi_client *cl) in hsi_port_claimed() 329 static inline unsigned int hsi_id(struct hsi_client *cl) in hsi_id() 340 static inline unsigned int hsi_port_id(struct hsi_client *cl) in hsi_port_id() 354 static inline int hsi_setup(struct hsi_client *cl) in hsi_setup() 370 static inline int hsi_flush(struct hsi_client *cl) in hsi_flush() 384 static inline int hsi_async_read(struct hsi_client *cl, struct hsi_msg *msg) in hsi_async_read() [all …]
|
| /linux/drivers/hsi/ |
| H A D | hsi_core.c | 60 struct hsi_client *cl = to_hsi_client(dev); in hsi_client_release() local 70 struct hsi_client *cl; in hsi_new_client() local 200 struct hsi_client *cl; in hsi_add_client_from_dt() local 577 int hsi_async(struct hsi_client *cl, struct hsi_msg *msg) in hsi_async() 598 int hsi_claim_port(struct hsi_client *cl, unsigned int share) in hsi_claim_port() 626 void hsi_release_port(struct hsi_client *cl) in hsi_release_port() 647 struct hsi_client *cl = container_of(nb, struct hsi_client, nb); in hsi_event_notifier_call() local 666 int hsi_register_port_event(struct hsi_client *cl, in hsi_register_port_event() 691 int hsi_unregister_port_event(struct hsi_client *cl) in hsi_unregister_port_event() 738 int hsi_get_channel_id_by_name(struct hsi_client *cl, char *name) in hsi_get_channel_id_by_name()
|
| /linux/drivers/hid/intel-ish-hid/ishtp/ |
| H A D | hbm.c | 56 static inline void ishtp_hbm_cl_hdr(struct ishtp_cl *cl, uint8_t hbm_cmd, in ishtp_hbm_cl_hdr() 77 static inline bool ishtp_hbm_cl_addr_equal(struct ishtp_cl *cl, void *buf) in ishtp_hbm_cl_addr_equal() 263 struct ishtp_cl *cl) in ishtp_hbm_cl_flow_control_req() 314 int ishtp_hbm_cl_disconnect_req(struct ishtp_device *dev, struct ishtp_cl *cl) in ishtp_hbm_cl_disconnect_req() 336 struct ishtp_cl *cl = NULL; in ishtp_hbm_cl_disconnect_res() local 359 int ishtp_hbm_cl_connect_req(struct ishtp_device *dev, struct ishtp_cl *cl) in ishtp_hbm_cl_connect_req() 381 struct ishtp_cl *cl = NULL; in ishtp_hbm_cl_connect_res() local 411 struct ishtp_cl *cl; in ishtp_hbm_fw_disconnect_req() local 448 struct ishtp_cl *cl; in ishtp_hbm_dma_xfer_ack() local 787 struct ishtp_cl *cl = NULL; in recv_hbm() local
|
| /linux/arch/arm64/include/asm/ |
| H A D | atomic_lse.h | 36 #define ATOMIC_FETCH_OP(name, mb, op, asm_op, cl...) \ argument 106 #define ATOMIC_FETCH_OP_AND(name, mb, cl...) \ argument 143 #define ATOMIC64_FETCH_OP(name, mb, op, asm_op, cl...) \ argument 213 #define ATOMIC64_FETCH_OP_AND(name, mb, cl...) \ argument 248 #define __CMPXCHG_CASE(w, sfx, name, sz, mb, cl...) \ argument 284 #define __CMPXCHG128(name, mb, cl...) \ argument
|
| H A D | atomic_ll_sc.h | 42 #define ATOMIC_OP_RETURN(name, mb, acq, rel, cl, op, asm_op, constraint)\ argument 63 #define ATOMIC_FETCH_OP(name, mb, acq, rel, cl, op, asm_op, constraint) \ argument 138 #define ATOMIC64_OP_RETURN(name, mb, acq, rel, cl, op, asm_op, constraint)\ argument 159 #define ATOMIC64_FETCH_OP(name, mb, acq, rel, cl, op, asm_op, constraint)\ argument 239 #define __CMPXCHG_CASE(w, sfx, name, sz, mb, acq, rel, cl, constraint) \ argument 304 #define __CMPXCHG128(name, mb, rel, cl...) \ argument
|
| /linux/drivers/staging/iio/addac/ |
| H A D | adt7316-i2c.c | 22 struct i2c_client *cl = client; in adt7316_i2c_read() local 44 struct i2c_client *cl = client; in adt7316_i2c_write() local 56 struct i2c_client *cl = client; in adt7316_i2c_multi_read() local 75 struct i2c_client *cl = client; in adt7316_i2c_multi_write() local
|