Searched defs:aux (Results 1 - 5 of 5) sorted by relevance

/include/net/9p/
H A Dclient.h98 * @aux: transport specific data (provided for trans_fd migration)
118 void *aux; member in struct:p9_req_t
/include/linux/
H A Dfilter.h315 struct bpf_prog_aux *aux; /* Auxiliary fields */ member in struct:bpf_prog
H A Disdnif.h380 aux_s aux; /* for modem commands/indications */ member in union:__anon447::__anon448
/include/drm/
H A Ddrm_dp_mst_helper.h61 * @aux: i2c aux transport to talk to device connected to this port.
89 struct drm_dp_aux aux; /* i2c bus for this port? */ member in struct:drm_dp_mst_port
399 * @aux: aux channel for the DP connector.
421 struct drm_dp_aux *aux; /* auxch for this topology mgr to use */ member in struct:drm_dp_mst_topology_mgr
466 int drm_dp_mst_topology_mgr_init(struct drm_dp_mst_topology_mgr *mgr, struct device *dev, struct drm_dp_aux *aux, int max_dpcd_transaction_bytes, int max_payloads, int conn_base_id);
H A Ddrm_dp_helper.h409 * aux algorithm
542 * Note that the aux helper code assumes that the .transfer() function
551 ssize_t (*transfer)(struct drm_dp_aux *aux,
555 ssize_t drm_dp_dpcd_read(struct drm_dp_aux *aux, unsigned int offset,
557 ssize_t drm_dp_dpcd_write(struct drm_dp_aux *aux, unsigned int offset,
562 * @aux: DisplayPort AUX channel
569 static inline ssize_t drm_dp_dpcd_readb(struct drm_dp_aux *aux, argument
572 return drm_dp_dpcd_read(aux, offset, valuep, 1);
577 * @aux: DisplayPort AUX channel
584 static inline ssize_t drm_dp_dpcd_writeb(struct drm_dp_aux *aux, argument
[all...]

Completed in 390 milliseconds