Searched defs:phase_error (Results 1 - 2 of 2) sorted by relevance

/drivers/usb/gadget/
H A Df_mass_storage.c388 unsigned int phase_error:1; member in struct:fsg_common
1764 if (common->phase_error) {
1832 common->phase_error = 1;
1839 common->phase_error = 1;
1865 common->phase_error = 1;
1958 common->phase_error = 0;
H A Dfile_storage.c449 unsigned int phase_error : 1; member in struct:fsg_dev
2147 if (fsg->phase_error) {
2257 fsg->phase_error = 1;
2264 fsg->phase_error = 1;
2289 fsg->phase_error = 1;
2380 fsg->phase_error = 0;

Completed in 47 milliseconds