Searched refs:int_buf (Results 1 – 5 of 5) sorted by relevance
140 priv->int_buf.in_use = false; in vnt_start_interrupt_urb_complete()149 priv->int_buf.in_use = false; in vnt_start_interrupt_urb_complete()160 priv->int_buf.in_use = true; in vnt_start_interrupt_urb_complete()167 if (priv->int_buf.in_use == true) in vnt_start_interrupt_urb()170 priv->int_buf.in_use = true; in vnt_start_interrupt_urb()175 priv->int_buf.data_buf, in vnt_start_interrupt_urb()184 priv->int_buf.in_use = false; in vnt_start_interrupt_urb()
133 int_data = (struct vnt_interrupt_data *)priv->int_buf.data_buf; in vnt_int_process_data()165 priv->int_buf.in_use = false; in vnt_int_process_data()
422 kfree(priv->int_buf.data_buf); in vnt_free_int_bufs()492 priv->int_buf.data_buf = kmalloc(MAX_INTERRUPT_SIZE, GFP_KERNEL); in vnt_alloc_bufs()493 if (priv->int_buf.data_buf == NULL) { in vnt_alloc_bufs()
300 struct vnt_interrupt_buffer int_buf; member
282 static struct mx2_buffer *mx2_ibuf_to_buf(struct mx2_buf_internal *int_buf) in mx2_ibuf_to_buf() argument284 return container_of(int_buf, struct mx2_buffer, internal); in mx2_ibuf_to_buf()