Searched defs:common (Results 1 – 25 of 235) sorted by relevance
12345678910
372 struct fsg_common *common; member387 static inline int __fsg_is_set(struct fsg_common *common, in __fsg_is_set()397 #define fsg_is_set(common) likely(__fsg_is_set(common, __func__, __LINE__)) argument408 static int exception_in_progress(struct fsg_common *common) in exception_in_progress()414 static void set_bulk_out_req_length(struct fsg_common *common, in set_bulk_out_req_length()451 static void wakeup_thread(struct fsg_common *common) in wakeup_thread()456 static void raise_exception(struct fsg_common *common, enum fsg_state new_state) in raise_exception()470 static int ep0_queue(struct fsg_common *common) in ep0_queue()491 struct fsg_common *common = ep->driver_data; in bulk_in_complete() local508 struct fsg_common *common = ep->driver_data; in bulk_out_complete() local[all …]
10 struct fsp_cfg_common common; member15 struct common_buf common; /* FSP common runtime data structure */ member