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.c239 bool sendsetup = false; in qcprobe() local
358 sendsetup = true; in qcprobe()
362 sendsetup = true; in qcprobe()
424 usb_set_serial_data(serial, (void *)(unsigned long)sendsetup); in qcprobe()
432 bool sendsetup; in qc_attach() local
438 sendsetup = !!(unsigned long)(usb_get_serial_data(serial)); in qc_attach()
439 if (sendsetup) in qc_attach()