| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
| H A D | auxch.c | 33 struct nvkm_i2c_aux *aux = container_of(adap, typeof(*aux), i2c); in nvkm_i2c_aux_i2c_xfer() local 37 ret = nvkm_i2c_aux_acquire(aux); in nvkm_i2c_aux_i2c_xfer() 60 ret = aux->func->xfer(aux, true, cmd, in nvkm_i2c_aux_i2c_xfer() 66 AUX_TRACE(aux, "no data after 32 retries"); in nvkm_i2c_aux_i2c_xfer() 80 nvkm_i2c_aux_release(aux); in nvkm_i2c_aux_i2c_xfer() 97 nvkm_i2c_aux_monitor(struct nvkm_i2c_aux *aux, bool monitor) in nvkm_i2c_aux_monitor() argument 99 struct nvkm_i2c_pad *pad = aux->pad; in nvkm_i2c_aux_monitor() 100 AUX_TRACE(aux, "monitor: %s", str_yes_no(monitor)); in nvkm_i2c_aux_monitor() 108 nvkm_i2c_aux_release(struct nvkm_i2c_aux *aux) in nvkm_i2c_aux_release() argument 110 struct nvkm_i2c_pad *pad = aux->pad; in nvkm_i2c_aux_release() [all …]
|
| H A D | auxgm200.c | 33 gm200_i2c_aux_fini(struct gm200_i2c_aux *aux) in gm200_i2c_aux_fini() argument 35 struct nvkm_device *device = aux->base.pad->i2c->subdev.device; in gm200_i2c_aux_fini() 36 nvkm_mask(device, 0x00d954 + (aux->ch * 0x50), 0x00710000, 0x00000000); in gm200_i2c_aux_fini() 40 gm200_i2c_aux_init(struct gm200_i2c_aux *aux) in gm200_i2c_aux_init() argument 42 struct nvkm_device *device = aux->base.pad->i2c->subdev.device; in gm200_i2c_aux_init() 51 ctrl = nvkm_rd32(device, 0x00d954 + (aux->ch * 0x50)); in gm200_i2c_aux_init() 54 AUX_ERR(&aux->base, "begin idle timeout %08x", ctrl); in gm200_i2c_aux_init() 60 nvkm_mask(device, 0x00d954 + (aux->ch * 0x50), 0x00700000, ureq); in gm200_i2c_aux_init() 63 ctrl = nvkm_rd32(device, 0x00d954 + (aux->ch * 0x50)); in gm200_i2c_aux_init() 66 AUX_ERR(&aux->base, "magic wait %08x", ctrl); in gm200_i2c_aux_init() [all …]
|
| H A D | auxg94.c | 33 g94_i2c_aux_fini(struct g94_i2c_aux *aux) in g94_i2c_aux_fini() argument 35 struct nvkm_device *device = aux->base.pad->i2c->subdev.device; in g94_i2c_aux_fini() 36 nvkm_mask(device, 0x00e4e4 + (aux->ch * 0x50), 0x00310000, 0x00000000); in g94_i2c_aux_fini() 40 g94_i2c_aux_init(struct g94_i2c_aux *aux) in g94_i2c_aux_init() argument 42 struct nvkm_device *device = aux->base.pad->i2c->subdev.device; in g94_i2c_aux_init() 51 ctrl = nvkm_rd32(device, 0x00e4e4 + (aux->ch * 0x50)); in g94_i2c_aux_init() 54 AUX_ERR(&aux->base, "begin idle timeout %08x", ctrl); in g94_i2c_aux_init() 60 nvkm_mask(device, 0x00e4e4 + (aux->ch * 0x50), 0x00300000, ureq); in g94_i2c_aux_init() 63 ctrl = nvkm_rd32(device, 0x00e4e4 + (aux->ch * 0x50)); in g94_i2c_aux_init() 66 AUX_ERR(&aux->base, "magic wait %08x", ctrl); in g94_i2c_aux_init() [all …]
|
| H A D | base.c | 78 struct nvkm_i2c_aux *aux; in nvkm_i2c_aux_find() local 80 list_for_each_entry(aux, &i2c->aux, head) { in nvkm_i2c_aux_find() 81 if (aux->id == id) in nvkm_i2c_aux_find() 82 return aux; in nvkm_i2c_aux_find() 92 struct nvkm_i2c_aux *aux = nvkm_i2c_aux_find(i2c, id); in nvkm_i2c_intr_fini() local 93 if (aux) in nvkm_i2c_intr_fini() 94 i2c->func->aux_mask(i2c, type, aux->intr, 0); in nvkm_i2c_intr_fini() 101 struct nvkm_i2c_aux *aux = nvkm_i2c_aux_find(i2c, id); in nvkm_i2c_intr_init() local 102 if (aux) in nvkm_i2c_intr_init() 103 i2c->func->aux_mask(i2c, type, aux->intr, aux->intr); in nvkm_i2c_intr_init() [all …]
|
| H A D | anx9805.c | 139 struct anx9805_aux *aux = anx9805_aux(base); in anx9805_aux_xfer() local 140 struct anx9805_pad *pad = aux->pad; in anx9805_aux_xfer() 146 AUX_DBG(&aux->base, "%02x %05x %d", type, addr, *size); in anx9805_aux_xfer() 153 nvkm_wri2cr(adap, aux->addr, 0xe4, 0x80); in anx9805_aux_xfer() 156 AUX_DBG(&aux->base, "%16ph", buf); in anx9805_aux_xfer() 158 nvkm_wri2cr(adap, aux->addr, 0xf0 + i, buf[i]); in anx9805_aux_xfer() 160 nvkm_wri2cr(adap, aux->addr, 0xe5, ((*size - 1) << 4) | type); in anx9805_aux_xfer() 161 nvkm_wri2cr(adap, aux->addr, 0xe6, (addr & 0x000ff) >> 0); in anx9805_aux_xfer() 162 nvkm_wri2cr(adap, aux->addr, 0xe7, (addr & 0x0ff00) >> 8); in anx9805_aux_xfer() 163 nvkm_wri2cr(adap, aux->addr, 0xe8, (addr & 0xf0000) >> 16); in anx9805_aux_xfer() [all …]
|
| /linux/drivers/clk/spear/ |
| H A D | clk-aux-synth.c | 44 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/include/drm/display/ |
| H A D | drm_dp_helper.h | 48 int drm_dp_read_clock_recovery_delay(struct drm_dp_aux *aux, const u8 dpcd[DP_RECEIVER_CAP_SIZE], 50 int drm_dp_read_channel_eq_delay(struct drm_dp_aux *aux, const u8 dpcd[DP_RECEIVER_CAP_SIZE], 53 void drm_dp_link_train_clock_recovery_delay(const struct drm_dp_aux *aux, 56 void drm_dp_link_train_channel_eq_delay(const struct drm_dp_aux *aux, 58 void drm_dp_lttpr_link_train_channel_eq_delay(const struct drm_dp_aux *aux, 61 int drm_dp_128b132b_read_aux_rd_interval(struct drm_dp_aux *aux); 135 bool drm_dp_vsc_sdp_supported(struct drm_dp_aux *aux, const u8 dpcd[DP_RECEIVER_CAP_SIZE]); 136 bool drm_dp_as_sdp_supported(struct drm_dp_aux *aux, const u8 dpcd[DP_RECEIVER_CAP_SIZE]); 472 ssize_t (*transfer)(struct drm_dp_aux *aux, 514 int (*wait_hpd_asserted)(struct drm_dp_aux *aux, unsigned long wait_us); [all …]
|
| H A D | drm_dp_aux_bus.h | 27 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/arch/s390/kernel/ |
| H A D | perf_cpum_sf.c | 1254 static inline unsigned long aux_sdb_index(struct aux_buffer *aux, in aux_sdb_index() argument 1257 return i % aux->sfb.num_sdb; in aux_sdb_index() 1265 static inline unsigned long aux_sdb_num_alert(struct aux_buffer *aux) in aux_sdb_num_alert() argument 1267 return aux_sdb_num(aux->head, aux->alert_mark); in aux_sdb_num_alert() 1270 static inline unsigned long aux_sdb_num_empty(struct aux_buffer *aux) in aux_sdb_num_empty() argument 1272 return aux_sdb_num(aux->head, aux->empty_mark); in aux_sdb_num_empty() 1278 static struct hws_trailer_entry *aux_sdb_trailer(struct aux_buffer *aux, in aux_sdb_trailer() argument 1283 index = aux_sdb_index(aux, index); in aux_sdb_trailer() 1284 sdb = aux->sdb_index[index]; in aux_sdb_trailer() 1300 struct aux_buffer *aux; in aux_output_end() local [all …]
|
| /linux/drivers/md/persistent-data/ |
| H A D | dm-block-manager.c | 358 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/kernel/bpf/ |
| H A D | core.c | 103 struct bpf_prog_aux *aux; in bpf_prog_alloc_no_stats() local 111 aux = kzalloc_obj(*aux, bpf_memcg_flags(GFP_KERNEL | gfp_extra_flags)); in bpf_prog_alloc_no_stats() 112 if (aux == NULL) { in bpf_prog_alloc_no_stats() 120 kfree(aux); in bpf_prog_alloc_no_stats() 125 fp->aux = aux; in bpf_prog_alloc_no_stats() 126 fp->aux->main_prog_aux = aux; in bpf_prog_alloc_no_stats() 127 fp->aux->prog = fp; in bpf_prog_alloc_no_stats() 131 aux->cgroup_atype = CGROUP_BPF_ATTACH_TYPE_INVALID; in bpf_prog_alloc_no_stats() 134 INIT_LIST_HEAD_RCU(&fp->aux->ksym.lnode); in bpf_prog_alloc_no_stats() 136 INIT_LIST_HEAD_RCU(&fp->aux->ksym_prefix.lnode); in bpf_prog_alloc_no_stats() [all …]
|
| H A D | offload.c | 101 struct bpf_prog_offload *offload = prog->aux->offload; in __bpf_prog_offload_destroy() 108 prog->aux->offload = NULL; in __bpf_prog_offload_destroy() 196 if (bpf_prog_is_offloaded(prog->aux) && (!ondev || !ondev->offdev)) { in __bpf_prog_dev_bound_init() 210 prog->aux->offload = offload; in __bpf_prog_dev_bound_init() 250 prog->aux->offload_requested = !(attr->prog_flags & BPF_F_XDP_DEV_BOUND_ONLY); in bpf_prog_dev_bound_init() 265 if (!bpf_prog_is_dev_bound(old_prog->aux)) in bpf_prog_dev_bound_inherit() 268 if (bpf_prog_is_offloaded(old_prog->aux)) in bpf_prog_dev_bound_inherit() 271 new_prog->aux->dev_bound = old_prog->aux->dev_bound; in bpf_prog_dev_bound_inherit() 272 new_prog->aux->offload_requested = old_prog->aux->offload_requested; in bpf_prog_dev_bound_inherit() 275 if (!old_prog->aux->offload) { in bpf_prog_dev_bound_inherit() [all …]
|
| H A D | cgroup_iter.c | 167 static int cgroup_iter_seq_init(void *priv, struct bpf_iter_aux_info *aux) in BTF_ID_LIST_GLOBAL_SINGLE() 170 struct cgroup *cgrp = aux->cgroup.start; in BTF_ID_LIST_GLOBAL_SINGLE() 181 p->order = aux->cgroup.order; in cgroup_iter_seq_fini() 201 struct bpf_iter_aux_info *aux) in bpf_iter_attach_cgroup() 232 aux->cgroup.start = cgrp; in bpf_iter_cgroup_show_fdinfo() argument 233 aux->cgroup.order = order; in bpf_iter_cgroup_show_fdinfo() 237 static void bpf_iter_detach_cgroup(struct bpf_iter_aux_info *aux) in bpf_iter_cgroup_show_fdinfo() 239 cgroup_put(aux->cgroup.start); in bpf_iter_cgroup_show_fdinfo() 242 static void bpf_iter_cgroup_show_fdinfo(const struct bpf_iter_aux_info *aux, in bpf_iter_cgroup_show_fdinfo() 258 cgroup_path_ns(aux in bpf_iter_cgroup_show_fdinfo() 196 bpf_iter_attach_cgroup(struct bpf_prog * prog,union bpf_iter_link_info * linfo,struct bpf_iter_aux_info * aux) bpf_iter_attach_cgroup() argument 227 bpf_iter_detach_cgroup(struct bpf_iter_aux_info * aux) bpf_iter_detach_cgroup() argument 264 bpf_iter_cgroup_fill_link_info(const struct bpf_iter_aux_info * aux,struct bpf_link_info * info) bpf_iter_cgroup_fill_link_info() argument [all...] |
| H A D | arraymap.c | 699 struct bpf_iter_aux_info *aux) in bpf_iter_init_array_map() argument 702 struct bpf_map *map = aux->map; in bpf_iter_init_array_map() 919 mutex_lock(&array->aux->poke_mutex); in bpf_fd_array_map_update_elem() 922 mutex_unlock(&array->aux->poke_mutex); in bpf_fd_array_map_update_elem() 942 mutex_lock(&array->aux->poke_mutex); in __fd_array_map_delete_elem() 945 mutex_unlock(&array->aux->poke_mutex); in __fd_array_map_delete_elem() 978 mutex_lock(&prog->aux->ext_mutex); in prog_fd_array_get_ptr() 979 is_extended = prog->aux->is_extended; in prog_fd_array_get_ptr() 981 prog->aux->prog_array_member_cnt++; in prog_fd_array_get_ptr() 982 mutex_unlock(&prog->aux->ext_mutex); in prog_fd_array_get_ptr() [all …]
|
| H A D | stream.c | 85 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() 216 u32 len__sz, struct bpf_prog_aux *aux) in bpf_stream_vprintk_impl() 227 stream = bpf_stream_get(stream_id, aux); in bpf_stream_vprintk_impl() 249 __bpf_kfunc int bpf_stream_print_stack(int stream_id, struct bpf_prog_aux *aux) 255 if (!bpf_stream_get(stream_id, aux)) in bpf_prog_stream_init() 258 prog = aux->main_prog_aux->prog; in bpf_prog_stream_init() 275 for (i = 0; i < ARRAY_SIZE(prog->aux->stream); i++) { in bpf_prog_stream_free() 276 atomic_set(&prog->aux in bpf_prog_stream_free() 222 struct bpf_prog_aux *aux = aux__prog; bpf_stream_vprintk_impl() local [all...] |
| /linux/drivers/gpu/drm/display/ |
| H A D | drm_dp_aux_bus.c | 28 int (*done_probing)(struct drm_dp_aux *aux); 70 ret = aux_ep_with_data->done_probing(aux_ep->aux); in dp_aux_ep_probe() 217 void of_dp_aux_depopulate_bus(struct drm_dp_aux *aux) in of_dp_aux_depopulate_bus() argument 219 device_for_each_child_reverse(aux->dev, NULL, of_dp_aux_ep_destroy); in of_dp_aux_depopulate_bus() 255 int of_dp_aux_populate_bus(struct drm_dp_aux *aux, in of_dp_aux_populate_bus() argument 256 int (*done_probing)(struct drm_dp_aux *aux)) in of_dp_aux_populate_bus() argument 264 WARN_ON_ONCE(!aux->ddc.algo); in of_dp_aux_populate_bus() 266 if (!aux->dev->of_node) in of_dp_aux_populate_bus() 268 bus = of_get_child_by_name(aux->dev->of_node, "aux-bus"); in of_dp_aux_populate_bus() 278 dev_err(aux->dev, "DP AUX EP device already populated\n"); in of_dp_aux_populate_bus() [all …]
|
| H A D | drm_dp_aux_dev.c | 47 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 …]
|
| /linux/tools/perf/arch/s390/util/ |
| H A D | auxtrace.c | 91 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 D | auxtrace.c | 69 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/scripts/basic/ |
| H A D | fixdep.c | 136 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 D | iterators.bpf.c | 50 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 D | mmap.c | 43 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 D | analogix_dp_core.c | 102 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 D | ep93xx-restart.c | 34 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 D | ulist.h | 30 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()
|