Searched refs:aux (Results 1 – 15 of 15) sorted by relevance
/include/drm/ |
D | drm_dp_helper.h | 1306 ssize_t (*transfer)(struct drm_dp_aux *aux, 1326 ssize_t drm_dp_dpcd_read(struct drm_dp_aux *aux, unsigned int offset, 1328 ssize_t drm_dp_dpcd_write(struct drm_dp_aux *aux, unsigned int offset, 1340 static inline ssize_t drm_dp_dpcd_readb(struct drm_dp_aux *aux, in drm_dp_dpcd_readb() argument 1343 return drm_dp_dpcd_read(aux, offset, valuep, 1); in drm_dp_dpcd_readb() 1355 static inline ssize_t drm_dp_dpcd_writeb(struct drm_dp_aux *aux, in drm_dp_dpcd_writeb() argument 1358 return drm_dp_dpcd_write(aux, offset, &value, 1); in drm_dp_dpcd_writeb() 1361 int drm_dp_dpcd_read_link_status(struct drm_dp_aux *aux, 1364 bool drm_dp_send_real_edid_checksum(struct drm_dp_aux *aux, 1378 int drm_dp_link_probe(struct drm_dp_aux *aux, struct drm_dp_link *link); [all …]
|
D | drm_dp_mst_helper.h | 94 struct drm_dp_aux aux; /* i2c bus for this port? */ member 472 struct drm_dp_aux *aux; member 593 struct drm_device *dev, struct drm_dp_aux *aux, 647 ssize_t drm_dp_mst_dpcd_read(struct drm_dp_aux *aux, 649 ssize_t drm_dp_mst_dpcd_write(struct drm_dp_aux *aux,
|
/include/linux/ |
D | key-type.h | 40 typedef int (*request_key_actor_t)(struct key *auth_key, void *aux);
|
D | bpf.h | 295 bpf_ctx_record_field_size(struct bpf_insn_access_aux *aux, u32 size) in bpf_ctx_record_field_size() argument 297 aux->ctx_field_size = size; in bpf_ctx_record_field_size() 937 static inline bool bpf_prog_is_dev_bound(const struct bpf_prog_aux *aux) in bpf_prog_is_dev_bound() argument 939 return aux->offload_requested; in bpf_prog_is_dev_bound() 956 static inline bool bpf_prog_is_dev_bound(struct bpf_prog_aux *aux) in bpf_prog_is_dev_bound() argument
|
D | key.h | 310 void *aux);
|
D | fscache.h | 169 void *aux; /* Auxiliary data */ member
|
D | security.h | 1879 extern int security_bpf_prog_alloc(struct bpf_prog_aux *aux); 1880 extern void security_bpf_prog_free(struct bpf_prog_aux *aux); 1906 static inline int security_bpf_prog_alloc(struct bpf_prog_aux *aux) in security_bpf_prog_alloc() argument 1911 static inline void security_bpf_prog_free(struct bpf_prog_aux *aux) in security_bpf_prog_free() argument
|
D | lsm_hooks.h | 1825 int (*bpf_prog_alloc_security)(struct bpf_prog_aux *aux); 1826 void (*bpf_prog_free_security)(struct bpf_prog_aux *aux);
|
D | filter.h | 561 struct bpf_prog_aux *aux; /* Auxiliary fields */ member 642 stats = this_cpu_ptr(prog->aux->stats); \
|
D | perf_event.h | 424 void (*free_aux) (void *aux); /* optional */
|
D | syscalls.h | 998 const void __user *value, int aux);
|
/include/net/9p/ |
D | client.h | 86 void *aux; member
|
/include/trace/events/ |
D | xdp.h | 42 __entry->prog_id = xdp->aux->id; 102 __entry->prog_id = xdp->aux->id;
|
D | rxrpc.h | 610 int usage, const void *where, const void *aux), 612 TP_ARGS(call_debug_id, op, usage, where, aux), 619 __field(const void *, aux ) 627 __entry->aux = aux; 635 __entry->aux)
|
/include/sound/ |
D | soc.h | 1116 #define for_each_card_pre_auxs(card, i, aux) \ argument 1118 ((i) < (card)->num_aux_devs) && ((aux) = &(card)->aux_dev[i]); \
|