Lines Matching refs:GFP_KERNEL
516 kingsun->rx_urb = usb_alloc_urb(0, GFP_KERNEL); in ks959_net_open()
520 kingsun->tx_urb = usb_alloc_urb(0, GFP_KERNEL); in ks959_net_open()
524 kingsun->speed_urb = usb_alloc_urb(0, GFP_KERNEL); in ks959_net_open()
553 err = usb_submit_urb(kingsun->rx_urb, GFP_KERNEL); in ks959_net_open()
723 kingsun->rx_buf = kmalloc(KINGSUN_RCV_FIFO_SIZE, GFP_KERNEL); in ks959_probe()
729 kmalloc(sizeof(struct usb_ctrlrequest), GFP_KERNEL); in ks959_probe()
740 kingsun->tx_buf_clear = kmalloc(KINGSUN_SND_FIFO_SIZE, GFP_KERNEL); in ks959_probe()
743 kingsun->tx_buf_xored = kmalloc(KINGSUN_SND_PACKET_SIZE, GFP_KERNEL); in ks959_probe()
749 kmalloc(sizeof(struct usb_ctrlrequest), GFP_KERNEL); in ks959_probe()
761 kmalloc(sizeof(struct usb_ctrlrequest), GFP_KERNEL); in ks959_probe()
886 usb_submit_urb(kingsun->rx_urb, GFP_KERNEL); in ks959_resume()