Home
last modified time | relevance | path

Searched refs:aux (Results 1 – 25 of 398) sorted by relevance

12345678910>>...16

/linux/drivers/clk/spear/
H A Dclk-aux-synth.c44 struct clk_aux *aux = to_clk_aux(hw); in aux_calc_rate() local
45 struct aux_rate_tbl *rtbl = aux->rtbl; in aux_calc_rate()
55 struct clk_aux *aux = to_clk_aux(hw); in clk_aux_determine_rate() local
59 aux_calc_rate, aux->rtbl_cnt, &unused); in clk_aux_determine_rate()
67 struct clk_aux *aux = to_clk_aux(hw); in clk_aux_recalc_rate() local
71 if (aux->lock) in clk_aux_recalc_rate()
72 spin_lock_irqsave(aux->lock, flags); in clk_aux_recalc_rate()
74 val = readl_relaxed(aux->reg); in clk_aux_recalc_rate()
76 if (aux->lock) in clk_aux_recalc_rate()
77 spin_unlock_irqrestore(aux->lock, flags); in clk_aux_recalc_rate()
[all …]
/linux/drivers/md/persistent-data/
H A Ddm-block-manager.c358 struct buffer_aux *aux = dm_bufio_get_aux_data(buf); in dm_block_manager_alloc_callback() local
360 aux->validator = NULL; in dm_block_manager_alloc_callback()
361 bl_init(&aux->lock); in dm_block_manager_alloc_callback()
366 struct buffer_aux *aux = dm_bufio_get_aux_data(buf); in dm_block_manager_write_callback() local
368 if (aux->validator) { in dm_block_manager_write_callback()
369 aux->validator->prepare_for_write(aux->validator, (struct dm_block *) buf, in dm_block_manager_write_callback()
443 struct buffer_aux *aux, in dm_bm_validate_buffer() argument
446 if (unlikely(!aux->validator)) { in dm_bm_validate_buffer()
457 aux->validator = v; in dm_bm_validate_buffer()
459 if (unlikely(aux->validator != v)) { in dm_bm_validate_buffer()
[all …]
/linux/include/drm/display/
H A Ddrm_dp_aux_bus.h27 struct drm_dp_aux *aux; member
47 int of_dp_aux_populate_bus(struct drm_dp_aux *aux,
48 int (*done_probing)(struct drm_dp_aux *aux));
49 void of_dp_aux_depopulate_bus(struct drm_dp_aux *aux);
50 int devm_of_dp_aux_populate_bus(struct drm_dp_aux *aux,
51 int (*done_probing)(struct drm_dp_aux *aux));
54 static inline int of_dp_aux_populate_ep_devices(struct drm_dp_aux *aux) in of_dp_aux_populate_ep_devices() argument
58 ret = of_dp_aux_populate_bus(aux, NULL); in of_dp_aux_populate_ep_devices()
64 static inline int devm_of_dp_aux_populate_ep_devices(struct drm_dp_aux *aux) in devm_of_dp_aux_populate_ep_devices() argument
68 ret = devm_of_dp_aux_populate_bus(aux, NULL); in devm_of_dp_aux_populate_ep_devices()
[all …]
/linux/kernel/bpf/
H A Dcore.c102 struct bpf_prog_aux *aux; in bpf_prog_alloc_no_stats() local
110 aux = kzalloc(sizeof(*aux), bpf_memcg_flags(GFP_KERNEL | gfp_extra_flags)); in bpf_prog_alloc_no_stats()
111 if (aux == NULL) { in bpf_prog_alloc_no_stats()
118 kfree(aux); in bpf_prog_alloc_no_stats()
123 fp->aux = aux; in bpf_prog_alloc_no_stats()
124 fp->aux->main_prog_aux = aux; in bpf_prog_alloc_no_stats()
125 fp->aux in bpf_prog_alloc_no_stats()
1276 bpf_jit_blind_insn(const struct bpf_insn * from,const struct bpf_insn * aux,struct bpf_insn * to_buff,bool emit_zext) bpf_jit_blind_insn() argument
1455 struct bpf_insn insn_buff[16], aux[2]; bpf_jit_blind_constants() local
2347 struct bpf_prog_aux *aux = fp->aux; __bpf_prog_map_compatible() local
2422 struct bpf_prog_aux *aux = fp->aux; bpf_check_tail_call() local
2817 __bpf_free_used_maps(struct bpf_prog_aux * aux,struct bpf_map ** used_maps,u32 len) __bpf_free_used_maps() argument
2835 bpf_free_used_maps(struct bpf_prog_aux * aux) bpf_free_used_maps() argument
2856 bpf_free_used_btfs(struct bpf_prog_aux * aux) bpf_free_used_btfs() argument
2864 struct bpf_prog_aux *aux; bpf_prog_free_deferred() local
2904 struct bpf_prog_aux *aux = fp->aux; bpf_prog_free() local
[all...]
H A Doffload.c111 struct bpf_prog_offload *offload = prog->aux->offload; in __bpf_prog_offload_destroy()
118 prog->aux->offload = NULL; in __bpf_prog_offload_destroy()
206 if (bpf_prog_is_offloaded(prog->aux) && (!ondev || !ondev->offdev)) { in __bpf_prog_dev_bound_init()
220 prog->aux->offload = offload; in __bpf_prog_dev_bound_init()
260 prog->aux->offload_requested = !(attr->prog_flags & BPF_F_XDP_DEV_BOUND_ONLY); in bpf_prog_dev_bound_init()
275 if (!bpf_prog_is_dev_bound(old_prog->aux)) in bpf_prog_dev_bound_inherit()
278 if (bpf_prog_is_offloaded(old_prog->aux)) in bpf_prog_dev_bound_inherit()
281 new_prog->aux->dev_bound = old_prog->aux->dev_bound; in bpf_prog_dev_bound_inherit()
282 new_prog->aux->offload_requested = old_prog->aux->offload_requested; in bpf_prog_dev_bound_inherit()
285 if (!old_prog->aux->offload) { in bpf_prog_dev_bound_inherit()
[all …]
H A Dcgroup_iter.c162 static int cgroup_iter_seq_init(void *priv, struct bpf_iter_aux_info *aux) in BTF_ID_LIST_GLOBAL_SINGLE()
165 struct cgroup *cgrp = aux->cgroup.start; in BTF_ID_LIST_GLOBAL_SINGLE()
176 p->order = aux->cgroup.order; in BTF_ID_LIST_GLOBAL_SINGLE()
196 struct bpf_iter_aux_info *aux) in bpf_iter_attach_cgroup() argument
222 aux->cgroup.start = cgrp; in bpf_iter_attach_cgroup()
223 aux->cgroup.order = order; in bpf_iter_attach_cgroup()
227 static void bpf_iter_detach_cgroup(struct bpf_iter_aux_info *aux) in bpf_iter_detach_cgroup() argument
229 cgroup_put(aux->cgroup.start); in bpf_iter_detach_cgroup()
232 static void bpf_iter_cgroup_show_fdinfo(const struct bpf_iter_aux_info *aux, in bpf_iter_cgroup_show_fdinfo() argument
248 cgroup_path_ns(aux->cgroup.start, buf, PATH_MAX, in bpf_iter_cgroup_show_fdinfo()
[all …]
H A Dstream.c85 static struct bpf_stream *bpf_stream_get(enum bpf_stream_id stream_id, struct bpf_prog_aux *aux) in bpf_stream_get() argument
89 return &aux->stream[stream_id - 1]; in bpf_stream_get()
203 stream = bpf_stream_get(stream_id, prog->aux); in bpf_prog_stream_read()
222 struct bpf_prog_aux *aux = aux__prog; in bpf_stream_vprintk_impl() local
228 stream = bpf_stream_get(stream_id, aux); in bpf_stream_vprintk_impl()
257 for (i = 0; i < ARRAY_SIZE(prog->aux->stream); i++) { in bpf_prog_stream_init()
258 atomic_set(&prog->aux->stream[i].capacity, 0); in bpf_prog_stream_init()
259 init_llist_head(&prog->aux->stream[i].log); in bpf_prog_stream_init()
260 mutex_init(&prog->aux->stream[i].lock); in bpf_prog_stream_init()
261 prog->aux->stream[i].backlog_head = NULL; in bpf_prog_stream_init()
[all …]
H A Dmap_iter.c102 struct bpf_iter_aux_info *aux) in bpf_iter_attach_map() argument
125 key_acc_size = prog->aux->max_rdonly_access; in bpf_iter_attach_map()
126 value_acc_size = prog->aux->max_rdwr_access; in bpf_iter_attach_map()
138 aux->map = map; in bpf_iter_attach_map()
146 static void bpf_iter_detach_map(struct bpf_iter_aux_info *aux) in bpf_iter_detach_map() argument
148 bpf_map_put_with_uref(aux->map); in bpf_iter_detach_map()
151 void bpf_iter_map_show_fdinfo(const struct bpf_iter_aux_info *aux, in bpf_iter_map_show_fdinfo() argument
154 seq_printf(seq, "map_id:\t%u\n", aux->map->id); in bpf_iter_map_show_fdinfo()
157 int bpf_iter_map_fill_link_info(const struct bpf_iter_aux_info *aux, in bpf_iter_map_fill_link_info() argument
160 info->iter.map.map_id = aux->map->id; in bpf_iter_map_fill_link_info()
/linux/tools/perf/arch/s390/util/
H A Dauxtrace.c91 struct auxtrace_record *aux; in auxtrace_record__init() local
111 aux = zalloc(sizeof(*aux)); in auxtrace_record__init()
112 if (aux == NULL) { in auxtrace_record__init()
117 aux->parse_snapshot_options = cpumsf_parse_snapshot_options; in auxtrace_record__init()
118 aux->recording_options = cpumsf_recording_options; in auxtrace_record__init()
119 aux->info_priv_size = cpumsf_info_priv_size; in auxtrace_record__init()
120 aux->info_fill = cpumsf_info_fill; in auxtrace_record__init()
121 aux->free = cpumsf_free; in auxtrace_record__init()
122 aux->reference = cpumsf_reference; in auxtrace_record__init()
124 return aux; in auxtrace_record__init()
/linux/tools/perf/arch/powerpc/util/
H A Dauxtrace.c69 struct auxtrace_record *aux; in auxtrace_record__init() local
90 aux = zalloc(sizeof(*aux)); in auxtrace_record__init()
91 if (aux == NULL) { in auxtrace_record__init()
97 aux->recording_options = powerpc_vpadtl_recording_options; in auxtrace_record__init()
98 aux->info_priv_size = powerpc_vpadtl_info_priv_size; in auxtrace_record__init()
99 aux->info_fill = powerpc_vpadtl_info_fill; in auxtrace_record__init()
100 aux->free = powerpc_vpadtl_free; in auxtrace_record__init()
101 aux->reference = powerpc_vpadtl_reference; in auxtrace_record__init()
102 return aux; in auxtrace_record__init()
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_aux_dev.c47 struct drm_dp_aux *aux; member
73 static struct drm_dp_aux_dev *alloc_drm_dp_aux_dev(struct drm_dp_aux *aux) in alloc_drm_dp_aux_dev() argument
81 aux_dev->aux = aux; in alloc_drm_dp_aux_dev()
115 res = sprintf(buf, "%s\n", aux_dev->aux->name); in name_show()
166 res = drm_dp_dpcd_read(aux_dev->aux, pos, buf, todo); in auxdev_read_iter()
214 res = drm_dp_dpcd_write(aux_dev->aux, pos, buf, todo); in auxdev_write_iter()
249 #define to_auxdev(d) container_of(d, struct drm_dp_aux_dev, aux)
251 static struct drm_dp_aux_dev *drm_dp_aux_dev_get_by_aux(struct drm_dp_aux *aux) in drm_dp_aux_dev_get_by_aux() argument
263 if (iter->aux == aux) { in drm_dp_aux_dev_get_by_aux()
272 void drm_dp_aux_unregister_devnode(struct drm_dp_aux *aux) in drm_dp_aux_unregister_devnode() argument
[all …]
H A Ddrm_dp_helper_internal.h11 int drm_dp_aux_register_devnode(struct drm_dp_aux *aux);
12 void drm_dp_aux_unregister_devnode(struct drm_dp_aux *aux);
23 static inline int drm_dp_aux_register_devnode(struct drm_dp_aux *aux) in drm_dp_aux_register_devnode() argument
28 static inline void drm_dp_aux_unregister_devnode(struct drm_dp_aux *aux) in drm_dp_aux_unregister_devnode() argument
/linux/scripts/basic/
H A Dfixdep.c136 struct item *aux; in add_to_hashtable() local
138 aux = xmalloc(sizeof(*aux) + len); in add_to_hashtable()
139 memcpy(aux->name, name, len); in add_to_hashtable()
140 aux->len = len; in add_to_hashtable()
141 aux->hash = hash; in add_to_hashtable()
142 aux->next = hashtab[hash % HASHSZ]; in add_to_hashtable()
143 hashtab[hash % HASHSZ] = aux; in add_to_hashtable()
152 struct item *aux; in in_hashtable() local
155 for (aux = hashtab[hash % HASHSZ]; aux; aux = aux->next) { in in_hashtable()
156 if (aux->hash == hash && aux->len == len && in in_hashtable()
[all …]
/linux/kernel/bpf/preload/iterators/
H A Diterators.bpf.c50 struct bpf_prog_aux *aux; member
104 struct bpf_prog_aux *aux; in dump_bpf_prog() local
109 aux = prog->aux; in dump_bpf_prog()
113 BPF_SEQ_PRINTF(seq, "%4u %-16s %s %s\n", aux->id, in dump_bpf_prog()
114 get_name(aux->btf, aux->func_info[0].type_id, aux->name), in dump_bpf_prog()
115 aux->attach_func_name, aux->dst_prog->aux->name); in dump_bpf_prog()
/linux/tools/testing/selftests/perf_events/
H A Dmmap.c43 bool aux; in FIXTURE_VARIANT() local
49 .aux = false, in FIXTURE_VARIANT_ADD()
53 FIXTURE_VARIANT_ADD(perf_mmap, aux) in FIXTURE_VARIANT_ADD() argument
55 .aux = true, in FIXTURE_VARIANT_ADD()
87 void *aux, *region; in FIXTURE_SETUP() local
127 if (!variant->aux) in FIXTURE_SETUP()
134 aux = mmap(region + REGION_AUX_OFFS, AUX_SIZE, PROT_READ | PROT_WRITE, in FIXTURE_SETUP()
136 if (aux == MAP_FAILED) { in FIXTURE_SETUP()
144 munmap(aux, AUX_SIZE); in FIXTURE_SETUP()
164 if (!variant->aux) { in FIXTURE_SETUP()
[all …]
/linux/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_core.c102 ret = drm_dp_dpcd_readb(&dp->aux, DP_PSR_SUPPORT, &psr_version); in analogix_dp_detect_sink_psr()
118 ret = drm_dp_dpcd_readb(&dp->aux, DP_PSR_EN_CFG, &psr_en); in analogix_dp_enable_sink_psr()
125 ret = drm_dp_dpcd_writeb(&dp->aux, DP_PSR_EN_CFG, psr_en); in analogix_dp_enable_sink_psr()
133 ret = drm_dp_dpcd_writeb(&dp->aux, DP_PSR_EN_CFG, psr_en); in analogix_dp_enable_sink_psr()
141 ret = drm_dp_dpcd_writeb(&dp->aux, DP_PSR_EN_CFG, psr_en); in analogix_dp_enable_sink_psr()
165 ret = drm_dp_dpcd_readb(&dp->aux, DP_LANE_COUNT_SET, &data); in analogix_dp_enable_rx_to_enhanced_mode()
170 ret = drm_dp_dpcd_writeb(&dp->aux, DP_LANE_COUNT_SET, in analogix_dp_enable_rx_to_enhanced_mode()
174 ret = drm_dp_dpcd_writeb(&dp->aux, DP_LANE_COUNT_SET, in analogix_dp_enable_rx_to_enhanced_mode()
186 ret = drm_dp_dpcd_readb(&dp->aux, DP_MAX_LANE_COUNT, &data); in analogix_dp_is_enhanced_mode_available()
221 ret = drm_dp_dpcd_writeb(&dp->aux, DP_TRAINING_PATTERN_SET, in analogix_dp_training_pattern_dis()
[all …]
/linux/drivers/power/reset/
H A Dep93xx-restart.c34 struct ep93xx_regmap_adev *aux = priv->aux_dev; in ep93xx_restart_handle() local
37 aux->update_bits(aux->map, aux->lock, EP93XX_SYSCON_DEVCFG, in ep93xx_restart_handle()
39 aux->update_bits(aux->map, aux->lock, EP93XX_SYSCON_DEVCFG, in ep93xx_restart_handle()
/linux/fs/btrfs/
H A Dulist.h30 u64 aux; /* auxiliary value saved along with the val */ member
53 int ulist_add(struct ulist *ulist, u64 val, u64 aux, gfp_t gfp_mask);
54 int ulist_add_merge(struct ulist *ulist, u64 val, u64 aux,
56 int ulist_del(struct ulist *ulist, u64 val, u64 aux);
59 static inline int ulist_add_merge_ptr(struct ulist *ulist, u64 val, void *aux, in ulist_add_merge_ptr() argument
64 int ret = ulist_add_merge(ulist, val, (uintptr_t)aux, &old64, gfp_mask); in ulist_add_merge_ptr()
68 return ulist_add_merge(ulist, val, (u64)aux, (u64 *)old_aux, gfp_mask); in ulist_add_merge_ptr()
H A Dulist.c200 int ulist_add(struct ulist *ulist, u64 val, u64 aux, gfp_t gfp_mask) in ulist_add() argument
202 return ulist_add_merge(ulist, val, aux, NULL, gfp_mask); in ulist_add()
205 int ulist_add_merge(struct ulist *ulist, u64 val, u64 aux, in ulist_add_merge() argument
214 *old_aux = node->aux; in ulist_add_merge()
228 node->aux = aux; in ulist_add_merge()
249 int ulist_del(struct ulist *ulist, u64 val, u64 aux) in ulist_del() argument
258 if (node->aux != aux) in ulist_del()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c584 return drm_dp_dpcd_read(&aconnector->dm_dp_aux.aux, address, data, in dm_helpers_dp_read_dpcd()
600 return drm_dp_dpcd_write(&aconnector->dm_dp_aux.aux, in dm_helpers_dp_write_dpcd()
652 static bool execute_synaptics_rc_command(struct drm_dp_aux *aux, in execute_synaptics_rc_command() argument
671 ret = drm_dp_dpcd_write(aux, SYNAPTICS_RC_DATA, rc_data, sizeof(rc_data)); in execute_synaptics_rc_command()
681 ret = drm_dp_dpcd_write(aux, SYNAPTICS_RC_OFFSET, rc_offset, sizeof(rc_offset)); in execute_synaptics_rc_command()
688 ret = drm_dp_dpcd_write(aux, SYNAPTICS_RC_LENGTH, rc_length, sizeof(rc_length)); in execute_synaptics_rc_command()
694 ret = drm_dp_dpcd_write(aux, SYNAPTICS_RC_COMMAND, &rc_cmd, sizeof(rc_cmd)); in execute_synaptics_rc_command()
700 drm_dp_dpcd_read(aux, SYNAPTICS_RC_COMMAND, &rc_cmd, sizeof(rc_cmd)); in execute_synaptics_rc_command()
708 drm_dp_dpcd_read(aux, SYNAPTICS_RC_RESULT, &rc_result, sizeof(rc_result)); in execute_synaptics_rc_command()
713 drm_dp_dpcd_read(aux, SYNAPTICS_RC_DATA, data, length); in execute_synaptics_rc_command()
[all …]
/linux/fs/
H A Dfsopen.c355 int, aux) in SYSCALL_DEFINE5() argument
370 if (!_key || _value || aux) in SYSCALL_DEFINE5()
374 if (!_key || !_value || aux) in SYSCALL_DEFINE5()
378 if (!_key || !_value || aux <= 0 || aux > 1024 * 1024) in SYSCALL_DEFINE5()
383 if (!_key || !_value || (aux != AT_FDCWD && aux < 0)) in SYSCALL_DEFINE5()
387 if (!_key || _value || aux < 0) in SYSCALL_DEFINE5()
393 if (_key || _value || aux) in SYSCALL_DEFINE5()
439 param.size = aux; in SYSCALL_DEFINE5()
440 param.blob = memdup_user_nul(_value, aux); in SYSCALL_DEFINE5()
456 param.dirfd = aux; in SYSCALL_DEFINE5()
[all …]
/linux/drivers/gpu/drm/msm/dp/
H A Ddp_link.c43 struct drm_dp_aux *aux; member
51 static int msm_dp_aux_link_power_up(struct drm_dp_aux *aux, in msm_dp_aux_link_power_up() argument
61 len = drm_dp_dpcd_readb(aux, DP_SET_POWER, &value); in msm_dp_aux_link_power_up()
70 len = drm_dp_dpcd_writeb(aux, DP_SET_POWER, value); in msm_dp_aux_link_power_up()
79 static int msm_dp_aux_link_power_down(struct drm_dp_aux *aux, in msm_dp_aux_link_power_down() argument
88 err = drm_dp_dpcd_readb(aux, DP_SET_POWER, &value); in msm_dp_aux_link_power_down()
95 err = drm_dp_dpcd_writeb(aux, DP_SET_POWER, value); in msm_dp_aux_link_power_down()
109 if (drm_dp_dpcd_readb(link->aux, addr, &data) < 0) { in msm_dp_link_get_period()
200 rlen = drm_dp_dpcd_readb(link->aux, in msm_dp_link_parse_audio_pattern_type()
230 rlen = drm_dp_dpcd_readb(link->aux, DP_TEST_AUDIO_MODE, &data); in msm_dp_link_parse_audio_mode()
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Ddp.c60 int ret = nvkm_i2c_aux_acquire(outp->dp.aux); in nvkm_dp_aux_xfer()
65 ret = nvkm_i2c_aux_xfer(outp->dp.aux, false, type, addr, data, size); in nvkm_dp_aux_xfer()
66 nvkm_i2c_aux_release(outp->dp.aux); in nvkm_dp_aux_xfer()
105 ret = nvkm_rdaux(outp->dp.aux, addr, &lt->stat[0], 3); in nvkm_dp_train_sense()
114 ret = nvkm_rdaux(outp->dp.aux, addr, &lt->stat[4], 2); in nvkm_dp_train_sense()
119 ret = nvkm_rdaux(outp->dp.aux, DPCD_LS0C, &lt->pc2stat, 1); in nvkm_dp_train_sense()
189 ret = nvkm_wraux(outp->dp.aux, addr, lt->conf, 4); in nvkm_dp_train_drive()
194 ret = nvkm_wraux(outp->dp.aux, DPCD_LC0F, lt->pc2conf, 2); in nvkm_dp_train_drive()
217 nvkm_rdaux(outp->dp.aux, addr, &sink_tp, 1); in nvkm_dp_train_pattern()
225 nvkm_wraux(outp->dp.aux, addr, &sink_tp, 1); in nvkm_dp_train_pattern()
[all …]
/linux/arch/powerpc/boot/dts/
H A Dmucmc52.dts161 compatible = "manroland,mucmc52-aux-gpio";
167 compatible = "manroland,mucmc52-aux-gpio";
173 compatible = "manroland,mucmc52-aux-gpio";
179 compatible = "manroland,mucmc52-aux-gpio";
185 compatible = "manroland,mucmc52-aux-gpio";
191 compatible = "manroland,mucmc52-aux-gpio";
197 compatible = "manroland,mucmc52-aux-gpio";
203 compatible = "manroland,mucmc52-aux-gpio";
209 compatible = "manroland,mucmc52-aux-gpio";
215 compatible = "manroland,mucmc52-aux-gpio";
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Di2c.h66 struct list_head aux; member
158 nvkm_rdaux(struct nvkm_i2c_aux *aux, u32 addr, u8 *data, u8 size) in nvkm_rdaux() argument
161 int ret = nvkm_i2c_aux_acquire(aux); in nvkm_rdaux()
163 ret = nvkm_i2c_aux_xfer(aux, true, 9, addr, data, &size); in nvkm_rdaux()
165 nvkm_i2c_aux_release(aux); in nvkm_rdaux()
171 nvkm_wraux(struct nvkm_i2c_aux *aux, u32 addr, u8 *data, u8 size) in nvkm_wraux() argument
173 int ret = nvkm_i2c_aux_acquire(aux); in nvkm_wraux()
175 ret = nvkm_i2c_aux_xfer(aux, true, 8, addr, data, &size); in nvkm_wraux()
176 nvkm_i2c_aux_release(aux); in nvkm_wraux()

12345678910>>...16