| /include/drm/display/ |
| A D | drm_dp_helper.h | 456 ssize_t (*transfer)(struct drm_dp_aux *aux, 561 ret = drm_dp_dpcd_read(aux, offset, buffer, size); in drm_dp_dpcd_read_data() 612 return drm_dp_dpcd_read(aux, offset, valuep, 1); in drm_dp_dpcd_readb() 628 return drm_dp_dpcd_write(aux, offset, &value, 1); in drm_dp_dpcd_writeb() 659 int drm_dp_read_dpcd_caps(struct drm_dp_aux *aux, 710 struct drm_dp_aux *aux); 742 void drm_dp_aux_init(struct drm_dp_aux *aux); 743 int drm_dp_aux_register(struct drm_dp_aux *aux); 747 int drm_dp_stop_crc(struct drm_dp_aux *aux); 881 struct drm_dp_aux *aux) in drm_panel_dp_aux_backlight() argument [all …]
|
| 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() 68 ret = devm_of_dp_aux_populate_bus(aux, NULL); in devm_of_dp_aux_populate_ep_devices() 74 static inline void of_dp_aux_depopulate_ep_devices(struct drm_dp_aux *aux) in of_dp_aux_depopulate_ep_devices() argument [all …]
|
| A D | drm_dp_tunnel.h | 50 struct drm_dp_aux *aux); 63 struct drm_dp_aux *aux); 117 struct drm_dp_aux *aux) in drm_dp_tunnel_detect() argument 165 struct drm_dp_aux *aux) in drm_dp_tunnel_handle_irq() argument
|
| A D | drm_dp_mst_helper.h | 137 struct drm_dp_aux aux; /* i2c bus for this port? */ member 662 struct drm_dp_aux *aux; member 828 struct drm_device *dev, struct drm_dp_aux *aux, 855 enum drm_dp_mst_mode drm_dp_read_mst_cap(struct drm_dp_aux *aux, const u8 dpcd[DP_RECEIVER_CAP_SIZE… 908 ssize_t drm_dp_mst_dpcd_read(struct drm_dp_aux *aux, 910 ssize_t drm_dp_mst_dpcd_write(struct drm_dp_aux *aux,
|
| /include/uapi/linux/ |
| A D | watch_queue.h | 101 __u32 aux; /* Per-type auxiliary data */ member
|
| /include/drm/bridge/ |
| A D | analogix_dp.h | 53 struct analogix_dp_plat_data *analogix_dp_aux_to_plat_data(struct drm_dp_aux *aux);
|
| /include/linux/ |
| A D | debugfs.h | 82 const void *aux, 86 const void *aux, 133 #define debugfs_create_file_aux(name, mode, parent, data, aux, fops) \ argument 139 (name, mode, parent, data, aux, fops) 273 void *data, void *aux, in debugfs_create_file_aux() argument
|
| A D | bpf_verifier.h | 852 return &env->prog->aux->func_info_aux[subprog]; in subprog_aux() 913 return ((u64)tgt_prog->aux->id << 32) | btf_id; in bpf_trampoline_compute_key() 953 return (prog->type == BPF_PROG_TYPE_EXT && prog->aux->saved_dst_prog_type) ? in resolve_prog_type() 954 prog->aux->saved_dst_prog_type : prog->type; in resolve_prog_type() 963 return prog->aux->jits_use_priv_stack; in bpf_prog_check_recur()
|
| A D | key-type.h | 41 typedef int (*request_key_actor_t)(struct key *auth_key, void *aux);
|
| A D | bpf.h | 70 struct bpf_iter_aux_info *aux); 131 int (*map_poke_track)(struct bpf_map *map, struct bpf_prog_aux *aux); 1015 aux->ctx_field_size = size; in bpf_ctx_record_field_size() 1521 void *aux; member 1719 struct bpf_prog_aux *aux; /* Auxiliary fields */ member 2068 struct bpf_array_aux *aux; member 2633 struct bpf_iter_aux_info *aux); 3186 void __bpf_free_used_maps(struct bpf_prog_aux *aux, 3229 return aux->dev_bound; in bpf_prog_is_dev_bound() 3234 return aux->offload_requested; in bpf_prog_is_offloaded() [all …]
|
| A D | fscache.h | 145 void *aux; /* Auxiliary data */ member 322 return cookie->aux; in fscache_get_aux()
|
| A D | bpf-cgroup.h | 173 int bpf_cgroup_storage_assign(struct bpf_prog_aux *aux, struct bpf_map *map); 463 static inline int bpf_cgroup_storage_assign(struct bpf_prog_aux *aux, in bpf_cgroup_storage_assign() argument
|
| A D | proc_fs.h | 156 extern int bpf_iter_init_seq_net(void *priv_data, struct bpf_iter_aux_info *aux);
|
| A D | key.h | 337 void *aux);
|
| A D | netfs.h | 425 void netfs_clear_inode_writeback(struct inode *inode, const void *aux);
|
| A D | filter.h | 1269 return list_empty(&fp->aux->ksym.lnode) || in bpf_prog_kallsyms_verify_off() 1270 fp->aux->ksym.lnode.prev == LIST_POISON2; in bpf_prog_kallsyms_verify_off() 1338 if (bpf_jit_harden == 1 && bpf_token_capable(prog->aux->token, CAP_BPF)) in bpf_jit_blinding_enabled()
|
| A D | perf_event.h | 531 void (*free_aux) (void *aux); /* optional */
|
| A D | syscalls.h | 973 const void __user *value, int aux);
|
| /include/trace/events/ |
| A D | xdp.h | 43 __entry->prog_id = xdp->aux->id; 124 __entry->prog_id = xdp->aux->id;
|
| A D | cachefiles.h | 395 __field(u64, aux) 404 __entry->aux = be64_to_cpup((__be64 *)obj->cookie->inline_aux); 413 __entry->aux,
|
| A D | rxrpc.h | 817 TP_PROTO(unsigned int call_debug_id, int ref, unsigned long aux, 820 TP_ARGS(call_debug_id, ref, aux, why), 826 __field(unsigned long, aux) 833 __entry->aux = aux; 840 __entry->aux)
|
| /include/sound/ |
| A D | soc-component.h | 361 struct snd_soc_aux_dev *aux);
|
| A D | soc.h | 1090 #define for_each_card_pre_auxs(card, i, aux) \ argument 1092 ((i) < (card)->num_aux_devs) && ((aux) = &(card)->aux_dev[i]); \
|