| /Linux-v5.4/drivers/usb/misc/ | 
| D | usb_u132.h | 68         void *endp, struct urb *urb, u8 address, u8 ep_number, u8 toggle_bits,70         int toggle_bits, int error_count, int condition_code, int repeat_number,
 73         void *endp, struct urb *urb, u8 address, u8 ep_number, u8 toggle_bits,
 75         int toggle_bits, int error_count, int condition_code, int repeat_number,
 78         void *endp, struct urb *urb, u8 address, u8 ep_number, u8 toggle_bits,
 80         int toggle_bits, int error_count, int condition_code, int repeat_number,
 83         void *endp, struct urb *urb, u8 address, u8 ep_number, u8 toggle_bits,
 85         int toggle_bits, int error_count, int condition_code, int repeat_number,
 88         void *endp, struct urb *urb, u8 address, u8 ep_number, u8 toggle_bits,
 90         int toggle_bits, int error_count, int condition_code, int repeat_number,
 
 | 
| D | ftdi-elan.c | 128 	int toggle_bits;  member139 			 int toggle_bits, int error_count, int condition_code,
 834 	int toggle_bits = target->toggle_bits;  in ftdi_elan_do_callback()  local
 842 	(*callback) (target->endp, urb, buffer, length, toggle_bits,  in ftdi_elan_do_callback()
 1050 				target->toggle_bits = (ftdi->response[3] >> 6)  in ftdi_elan_respond_engine()
 1427 				 void *endp, struct urb *urb, u8 address, u8 ep_number, u8 toggle_bits,  in ftdi_elan_edset_setup()  argument
 1429 						   int toggle_bits, int error_count, int condition_code, int repeat_number,  in ftdi_elan_edset_setup()  argument
 1447 			command->address = (toggle_bits << 6) | (ep_number << 2)  in ftdi_elan_edset_setup()
 1471 			      void *endp, struct urb *urb, u8 address, u8 ep_number, u8 toggle_bits,  in usb_ftdi_elan_edset_setup()  argument
 1473 						int toggle_bits, int error_count, int condition_code, int repeat_number,  in usb_ftdi_elan_edset_setup()  argument
 [all …]
 
 | 
| /Linux-v5.4/drivers/usb/host/ | 
| D | u132-hcd.c | 151 	unsigned toggle_bits:2;  member574 	struct u132_endp *endp, struct urb *urb, u8 address, u8 toggle_bits,  in edset_input()  argument
 576 	int toggle_bits, int error_count, int condition_code, int repeat_number,  in edset_input()  argument
 580 		 urb, address, endp->usb_endp, toggle_bits, callback);  in edset_input()
 584 	struct u132_endp *endp, struct urb *urb, u8 address, u8 toggle_bits,  in edset_setup()  argument
 586 	int toggle_bits, int error_count, int condition_code, int repeat_number,  in edset_setup()  argument
 590 		 urb, address, endp->usb_endp, toggle_bits, callback);  in edset_setup()
 594 	struct u132_endp *endp, struct urb *urb, u8 address, u8 toggle_bits,  in edset_single()  argument
 596 	int toggle_bits, int error_count, int condition_code, int repeat_number,  in edset_single()  argument
 600 		endp, urb, address, endp->usb_endp, toggle_bits, callback);  in edset_single()
 [all …]
 
 | 
| /Linux-v5.4/drivers/net/ethernet/qlogic/qed/ | 
| D | qed_rdma.h | 91 	struct qed_bmap toggle_bits;  member
 | 
| D | qed_rdma.c | 239 	rc = qed_rdma_bmap_alloc(p_hwfn, &p_rdma_info->toggle_bits,  in qed_rdma_alloc()302 	kfree(p_rdma_info->toggle_bits.bitmap);  in qed_rdma_alloc()
 376 	qed_rdma_bmap_free(p_hwfn, &p_hwfn->p_rdma_info->toggle_bits, 0);  in qed_rdma_resc_free()
 1002 					  p_info->toggle_bits.bitmap);  in qed_rdma_toggle_bit_create_resize_cq()
 
 |