Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dqcserial.c235 bool sendsetup = false; in qcprobe() local
354 sendsetup = true; in qcprobe()
358 sendsetup = true; in qcprobe()
420 usb_set_serial_data(serial, (void *)(unsigned long)sendsetup); in qcprobe()
428 bool sendsetup; in qc_attach() local
434 sendsetup = !!(unsigned long)(usb_get_serial_data(serial)); in qc_attach()
435 if (sendsetup) in qc_attach()