| /Linux-v5.15/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,
 836 	int toggle_bits = target->toggle_bits;  in ftdi_elan_do_callback()  local
 844 	(*callback) (target->endp, urb, buffer, length, toggle_bits,  in ftdi_elan_do_callback()
 1052 				target->toggle_bits = (ftdi->response[3] >> 6)  in ftdi_elan_respond_engine()
 1429 				 void *endp, struct urb *urb, u8 address, u8 ep_number, u8 toggle_bits,  in ftdi_elan_edset_setup()  argument
 1431 						   int toggle_bits, int error_count, int condition_code, int repeat_number,  in ftdi_elan_edset_setup()  argument
 1449 			command->address = (toggle_bits << 6) | (ep_number << 2)  in ftdi_elan_edset_setup()
 1473 			      void *endp, struct urb *urb, u8 address, u8 ep_number, u8 toggle_bits,  in usb_ftdi_elan_edset_setup()  argument
 1475 						int toggle_bits, int error_count, int condition_code, int repeat_number,  in usb_ftdi_elan_edset_setup()  argument
 [all …]
 
 | 
| /Linux-v5.15/drivers/usb/host/ | 
| D | u132-hcd.c | 150 	unsigned toggle_bits:2;  member571 	struct u132_endp *endp, struct urb *urb, u8 address, u8 toggle_bits,  in edset_input()  argument
 573 	int toggle_bits, int error_count, int condition_code, int repeat_number,  in edset_input()  argument
 577 		 urb, address, endp->usb_endp, toggle_bits, callback);  in edset_input()
 581 	struct u132_endp *endp, struct urb *urb, u8 address, u8 toggle_bits,  in edset_setup()  argument
 583 	int toggle_bits, int error_count, int condition_code, int repeat_number,  in edset_setup()  argument
 587 		 urb, address, endp->usb_endp, toggle_bits, callback);  in edset_setup()
 591 	struct u132_endp *endp, struct urb *urb, u8 address, u8 toggle_bits,  in edset_single()  argument
 593 	int toggle_bits, int error_count, int condition_code, int repeat_number,  in edset_single()  argument
 597 		endp, urb, address, endp->usb_endp, toggle_bits, callback);  in edset_single()
 [all …]
 
 | 
| /Linux-v5.15/drivers/net/ethernet/qlogic/qed/ | 
| D | qed_rdma.h | 72 	struct qed_bmap toggle_bits;  member
 | 
| D | qed_rdma.c | 223 	rc = qed_rdma_bmap_alloc(p_hwfn, &p_rdma_info->toggle_bits,  in qed_rdma_alloc()301 	kfree(p_rdma_info->toggle_bits.bitmap);  in qed_rdma_alloc()
 377 	qed_rdma_bmap_free(p_hwfn, &p_hwfn->p_rdma_info->toggle_bits, 0);  in qed_rdma_resc_free()
 1043 					  p_info->toggle_bits.bitmap);  in qed_rdma_toggle_bit_create_resize_cq()
 
 |