Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/usb/serial/
Dwhiteheat.c150 static void command_port_read_callback(struct urb *urb);
291 command_port->read_urb->complete = command_port_read_callback; in whiteheat_attach()
472 static void command_port_read_callback(struct urb *urb) in command_port_read_callback() function