/linux-5.19.10/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; member 139 int toggle_bits, int error_count, int condition_code, 837 int toggle_bits = target->toggle_bits; in ftdi_elan_do_callback() local 845 (*callback) (target->endp, urb, buffer, length, toggle_bits, in ftdi_elan_do_callback() 1053 target->toggle_bits = (ftdi->response[3] >> 6) in ftdi_elan_respond_engine() 1430 void *endp, struct urb *urb, u8 address, u8 ep_number, u8 toggle_bits, in ftdi_elan_edset_setup() argument 1432 int toggle_bits, int error_count, int condition_code, int repeat_number, in ftdi_elan_edset_setup() argument 1450 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-5.19.10/drivers/usb/host/ |
D | u132-hcd.c | 150 unsigned toggle_bits:2; member 571 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-5.19.10/drivers/net/ethernet/qlogic/qed/ |
D | qed_rdma.h | 72 struct qed_bmap toggle_bits; member
|
D | qed_rdma.c | 224 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() 361 qed_rdma_bmap_free(p_hwfn, &p_hwfn->p_rdma_info->toggle_bits, 0); in qed_rdma_resc_free() 1017 p_info->toggle_bits.bitmap); in qed_rdma_toggle_bit_create_resize_cq()
|