Lines Matching defs:state
21 * testmode_write() - change usb test mode state.
59 * testmode_show() - debugfs: show usb test mode state
118 * state_show - debugfs: show overall driver and device state.
122 * This debugfs entry shows the overall state of the hardware and
173 DEFINE_SHOW_ATTRIBUTE(state);
218 * ep_show - debugfs: show the state of an endpoint.
222 * This debugfs entry shows the state of the given endpoint (one is
237 /* first show the register state */
285 * @hsotg: The driver state
288 * about the state of the system. The directory name is created
299 /* create general state file */
300 debugfs_create_file("state", 0444, root, hsotg, &state_fops);