Home
last modified time | relevance | path

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

/include/net/9p/
Dclient.h86 void *aux; member
/include/drm/
Ddrm_dp_helper.h1340 static inline ssize_t drm_dp_dpcd_readb(struct drm_dp_aux *aux, in drm_dp_dpcd_readb()
1355 static inline ssize_t drm_dp_dpcd_writeb(struct drm_dp_aux *aux, in drm_dp_dpcd_writeb()
1468 static inline void drm_dp_cec_irq(struct drm_dp_aux *aux) in drm_dp_cec_irq()
1472 static inline void drm_dp_cec_register_connector(struct drm_dp_aux *aux, in drm_dp_cec_register_connector()
1478 static inline void drm_dp_cec_unregister_connector(struct drm_dp_aux *aux) in drm_dp_cec_unregister_connector()
1482 static inline void drm_dp_cec_set_edid(struct drm_dp_aux *aux, in drm_dp_cec_set_edid()
1487 static inline void drm_dp_cec_unset_edid(struct drm_dp_aux *aux) in drm_dp_cec_unset_edid()
Ddrm_dp_mst_helper.h94 struct drm_dp_aux aux; /* i2c bus for this port? */ member
472 struct drm_dp_aux *aux; member
/include/linux/
Dbpf.h295 bpf_ctx_record_field_size(struct bpf_insn_access_aux *aux, u32 size) in bpf_ctx_record_field_size()
919 static inline bool bpf_prog_is_dev_bound(const struct bpf_prog_aux *aux) in bpf_prog_is_dev_bound()
938 static inline bool bpf_prog_is_dev_bound(struct bpf_prog_aux *aux) in bpf_prog_is_dev_bound()
Dfscache.h169 void *aux; /* Auxiliary data */ member
Dsecurity.h1888 static inline int security_bpf_prog_alloc(struct bpf_prog_aux *aux) in security_bpf_prog_alloc()
1893 static inline void security_bpf_prog_free(struct bpf_prog_aux *aux) in security_bpf_prog_free()
Dfilter.h542 struct bpf_prog_aux *aux; /* Auxiliary fields */ member
/include/sound/
Dsoc.h1115 #define for_each_card_pre_auxs(card, i, aux) \ argument