Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/serial/
Dusbserial.c354 struct usb_serial_post_job { struct
524 struct usb_serial_post_job *job; in post_helper()
532 job = list_entry(pos, struct usb_serial_post_job, link); in post_helper()
850 struct usb_serial_post_job *job; in serial_post_one()
858 job = kmalloc(sizeof(struct usb_serial_post_job), gfp); in serial_post_one()