Home
last modified time | relevance | path

Searched defs:aux (Results 1 – 10 of 10) sorted by relevance

/include/drm/
Ddrm_dp_aux_bus.h27 struct drm_dp_aux *aux; member
Ddrm_dp_helper.h2012 static inline ssize_t drm_dp_dpcd_readb(struct drm_dp_aux *aux, in drm_dp_dpcd_readb()
2027 static inline ssize_t drm_dp_dpcd_writeb(struct drm_dp_aux *aux, in drm_dp_dpcd_writeb()
2229 struct drm_dp_aux *aux) in drm_panel_dp_aux_backlight()
2244 static inline void drm_dp_cec_irq(struct drm_dp_aux *aux) in drm_dp_cec_irq()
2249 drm_dp_cec_register_connector(struct drm_dp_aux *aux, in drm_dp_cec_register_connector()
2254 static inline void drm_dp_cec_unregister_connector(struct drm_dp_aux *aux) in drm_dp_cec_unregister_connector()
2258 static inline void drm_dp_cec_set_edid(struct drm_dp_aux *aux, in drm_dp_cec_set_edid()
2263 static inline void drm_dp_cec_unset_edid(struct drm_dp_aux *aux) in drm_dp_cec_unset_edid()
Ddrm_dp_mst_helper.h142 struct drm_dp_aux aux; /* i2c bus for this port? */ member
591 struct drm_dp_aux *aux; member
/include/uapi/linux/
Dwatch_queue.h101 __u32 aux; /* Per-type auxiliary data */ member
/include/linux/
Dfscache.h163 void *aux; /* Auxiliary data */ member
Dbpf.h537 bpf_ctx_record_field_size(struct bpf_insn_access_aux *aux, u32 size) in bpf_ctx_record_field_size()
882 void *aux; member
1115 struct bpf_array_aux *aux; member
2017 static inline bool bpf_prog_is_dev_bound(const struct bpf_prog_aux *aux) in bpf_prog_is_dev_bound()
2046 static inline bool bpf_prog_is_dev_bound(struct bpf_prog_aux *aux) in bpf_prog_is_dev_bound()
Dbpf-cgroup.h503 static inline int bpf_cgroup_storage_assign(struct bpf_prog_aux *aux, in bpf_cgroup_storage_assign()
Dsecurity.h2009 static inline int security_bpf_prog_alloc(struct bpf_prog_aux *aux) in security_bpf_prog_alloc()
2014 static inline void security_bpf_prog_free(struct bpf_prog_aux *aux) in security_bpf_prog_free()
Dfilter.h586 struct bpf_prog_aux *aux; /* Auxiliary fields */ member
/include/sound/
Dsoc.h1015 #define for_each_card_pre_auxs(card, i, aux) \ argument