Searched defs:aux (Results 1 – 8 of 8) sorted by relevance
86 void *aux; member
1340 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()
94 struct drm_dp_aux aux; /* i2c bus for this port? */ member472 struct drm_dp_aux *aux; member
295 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()
169 void *aux; /* Auxiliary data */ member
1888 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()
542 struct bpf_prog_aux *aux; /* Auxiliary fields */ member
1115 #define for_each_card_pre_auxs(card, i, aux) \ argument