/include/drm/ |
D | drm_dp_aux_bus.h | 27 struct drm_dp_aux *aux; member 47 int of_dp_aux_populate_ep_devices(struct drm_dp_aux *aux); 48 void of_dp_aux_depopulate_ep_devices(struct drm_dp_aux *aux); 49 int devm_of_dp_aux_populate_ep_devices(struct drm_dp_aux *aux);
|
D | drm_dp_helper.h | 1504 void drm_dp_link_train_clock_recovery_delay(const struct drm_dp_aux *aux, 1507 void drm_dp_link_train_channel_eq_delay(const struct drm_dp_aux *aux, 1509 void drm_dp_lttpr_link_train_channel_eq_delay(const struct drm_dp_aux *aux, 1977 ssize_t (*transfer)(struct drm_dp_aux *aux, 1998 ssize_t drm_dp_dpcd_read(struct drm_dp_aux *aux, unsigned int offset, 2000 ssize_t drm_dp_dpcd_write(struct drm_dp_aux *aux, unsigned int offset, 2012 static inline ssize_t drm_dp_dpcd_readb(struct drm_dp_aux *aux, in drm_dp_dpcd_readb() argument 2015 return drm_dp_dpcd_read(aux, offset, valuep, 1); in drm_dp_dpcd_readb() 2027 static inline ssize_t drm_dp_dpcd_writeb(struct drm_dp_aux *aux, in drm_dp_dpcd_writeb() argument 2030 return drm_dp_dpcd_write(aux, offset, &value, 1); in drm_dp_dpcd_writeb() [all …]
|
D | drm_dp_mst_helper.h | 142 struct drm_dp_aux aux; /* i2c bus for this port? */ member 591 struct drm_dp_aux *aux; member 774 struct drm_device *dev, struct drm_dp_aux *aux, 782 bool drm_dp_read_mst_cap(struct drm_dp_aux *aux, const u8 dpcd[DP_RECEIVER_CAP_SIZE]); 833 ssize_t drm_dp_mst_dpcd_read(struct drm_dp_aux *aux, 835 ssize_t drm_dp_mst_dpcd_write(struct drm_dp_aux *aux,
|
/include/uapi/linux/ |
D | watch_queue.h | 101 __u32 aux; /* Per-type auxiliary data */ member
|
/include/linux/ |
D | bpf.h | 53 struct bpf_iter_aux_info *aux); 106 int (*map_poke_track)(struct bpf_map *map, struct bpf_prog_aux *aux); 107 void (*map_poke_untrack)(struct bpf_map *map, struct bpf_prog_aux *aux); 537 bpf_ctx_record_field_size(struct bpf_insn_access_aux *aux, u32 size) in bpf_ctx_record_field_size() argument 539 aux->ctx_field_size = size; in bpf_ctx_record_field_size() 882 void *aux; member 1115 struct bpf_array_aux *aux; member 1546 struct bpf_iter_aux_info *aux); 1547 typedef void (*bpf_iter_detach_target_t)(struct bpf_iter_aux_info *aux); 1548 typedef void (*bpf_iter_show_fdinfo_t) (const struct bpf_iter_aux_info *aux, [all …]
|
D | key-type.h | 42 typedef int (*request_key_actor_t)(struct key *auth_key, void *aux);
|
D | bpf-cgroup.h | 236 int bpf_cgroup_storage_assign(struct bpf_prog_aux *aux, struct bpf_map *map); 503 static inline int bpf_cgroup_storage_assign(struct bpf_prog_aux *aux, in bpf_cgroup_storage_assign() argument
|
D | proc_fs.h | 140 extern int bpf_iter_init_seq_net(void *priv_data, struct bpf_iter_aux_info *aux);
|
D | key.h | 330 void *aux);
|
D | fscache.h | 163 void *aux; /* Auxiliary data */ member
|
D | bpf_verifier.h | 561 return ((u64)tgt_prog->aux->id << 32) | btf_id; in bpf_trampoline_compute_key()
|
D | security.h | 1982 extern int security_bpf_prog_alloc(struct bpf_prog_aux *aux); 1983 extern void security_bpf_prog_free(struct bpf_prog_aux *aux); 2009 static inline int security_bpf_prog_alloc(struct bpf_prog_aux *aux) in security_bpf_prog_alloc() argument 2014 static inline void security_bpf_prog_free(struct bpf_prog_aux *aux) in security_bpf_prog_free() argument
|
D | lsm_hook_defs.h | 394 LSM_HOOK(int, 0, bpf_prog_alloc_security, struct bpf_prog_aux *aux) 395 LSM_HOOK(void, LSM_RET_VOID, bpf_prog_free_security, struct bpf_prog_aux *aux)
|
D | perf_event.h | 460 void (*free_aux) (void *aux); /* optional */
|
D | filter.h | 586 struct bpf_prog_aux *aux; /* Auxiliary fields */ member
|
D | syscalls.h | 1043 const void __user *value, int aux);
|
/include/trace/events/ |
D | xdp.h | 42 __entry->prog_id = xdp->aux->id; 123 __entry->prog_id = xdp->aux->id;
|
D | rxrpc.h | 601 int usage, const void *where, const void *aux), 603 TP_ARGS(call_debug_id, op, usage, where, aux), 610 __field(const void *, aux ) 618 __entry->aux = aux; 626 __entry->aux)
|
/include/sound/ |
D | soc-component.h | 339 struct snd_soc_aux_dev *aux);
|
D | soc.h | 1015 #define for_each_card_pre_auxs(card, i, aux) \ argument 1017 ((i) < (card)->num_aux_devs) && ((aux) = &(card)->aux_dev[i]); \
|