Searched refs:rsv (Results 1 - 2 of 2) sorted by relevance

/include/linux/
H A Dptp_clock.h53 int rsv[15]; /* Reserved for future use. */ member in struct:ptp_clock_caps
59 unsigned int rsv[2]; /* Reserved for future use. */ member in struct:ptp_extts_request
67 unsigned int rsv[4]; /* Reserved for future use. */ member in struct:ptp_perout_request
81 unsigned int rsv[2]; /* Reserved for future use. */ member in struct:ptp_extts_event
H A Duwb.h195 typedef void (*uwb_rsv_cb_f)(struct uwb_rsv *rsv);
320 void uwb_rsv_destroy(struct uwb_rsv *rsv);
322 int uwb_rsv_establish(struct uwb_rsv *rsv);
323 int uwb_rsv_modify(struct uwb_rsv *rsv,
325 void uwb_rsv_terminate(struct uwb_rsv *rsv);
327 void uwb_rsv_accept(struct uwb_rsv *rsv, uwb_rsv_cb_f cb, void *pal_priv);
460 void (*new_rsv)(struct uwb_pal *pal, struct uwb_rsv *rsv);
605 * @rsv: the reservation
607 static inline bool uwb_rsv_is_owner(struct uwb_rsv *rsv) argument
609 return rsv
[all...]

Completed in 152 milliseconds