Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/serial/
Dqcserial.c219 bool sendsetup = false; in qcprobe() local
341 sendsetup = true; in qcprobe()
404 usb_set_serial_data(serial, (void *)(unsigned long)sendsetup); in qcprobe()
412 bool sendsetup; in qc_attach() local
418 sendsetup = !!(unsigned long)(usb_get_serial_data(serial)); in qc_attach()
419 if (sendsetup) in qc_attach()
Doption.c523 const unsigned long sendsetup; member
529 .sendsetup = BIT(0) | BIT(1),
533 .sendsetup = BIT(1) | BIT(2),
538 .sendsetup = BIT(0) | BIT(1),
543 .sendsetup = BIT(0) | BIT(1),
547 .sendsetup = BIT(0) | BIT(1) | BIT(2),
552 .sendsetup = BIT(0) | BIT(1) | BIT(2),
556 .sendsetup = BIT(1) | BIT(2) | BIT(3) | BIT(4),
560 .sendsetup = BIT(1) | BIT(2) | BIT(3),
608 .sendsetup = BIT(0) | BIT(1),
[all …]