Home
last modified time | relevance | path

Searched refs:sendsetup (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/usb/serial/
H A Dqcserial.c237 bool sendsetup = false; in qcprobe() local
356 sendsetup = true; in qcprobe()
360 sendsetup = true; in qcprobe()
422 usb_set_serial_data(serial, (void *)(unsigned long)sendsetup); in qcprobe()
430 bool sendsetup; in qc_attach() local
436 sendsetup = !!(unsigned long)(usb_get_serial_data(serial)); in qc_attach()
437 if (sendsetup) in qc_attach()