Searched refs:ep2 (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.15/drivers/usb/usbip/ |
| D | vudc_transfer.c | 62 struct vep *ep2; in handle_control_request() local 101 ep2 = vudc_find_endpoint(udc, w_index); in handle_control_request() 102 if (!ep2 || ep2->ep.name == udc->ep[0].ep.name) { in handle_control_request() 106 ep2->halted = 1; in handle_control_request() 134 ep2 = vudc_find_endpoint(udc, w_index); in handle_control_request() 135 if (!ep2) { in handle_control_request() 139 if (!ep2->wedged) in handle_control_request() 140 ep2->halted = 0; in handle_control_request() 158 ep2 = vudc_find_endpoint(udc, w_index); in handle_control_request() 159 if (!ep2) { in handle_control_request() [all …]
|
| /Linux-v5.15/fs/exfat/ |
| D | file.c | 156 struct exfat_dentry *ep, *ep2; in __exfat_truncate() local 165 ep2 = exfat_get_dentry_cached(es, 1); in __exfat_truncate() 177 ep2->dentry.stream.valid_size = 0; in __exfat_truncate() 178 ep2->dentry.stream.size = 0; in __exfat_truncate() 180 ep2->dentry.stream.valid_size = cpu_to_le64(new_size); in __exfat_truncate() 181 ep2->dentry.stream.size = ep2->dentry.stream.valid_size; in __exfat_truncate() 188 ep2->dentry.stream.flags = ALLOC_FAT_CHAIN; in __exfat_truncate() 189 ep2->dentry.stream.start_clu = EXFAT_FREE_CLUSTER; in __exfat_truncate()
|
| D | inode.c | 23 struct exfat_dentry *ep, *ep2; in __exfat_write_inode() local 49 ep2 = exfat_get_dentry_cached(es, 1); in __exfat_write_inode() 76 ep2->dentry.stream.valid_size = cpu_to_le64(on_disk_size); in __exfat_write_inode() 77 ep2->dentry.stream.size = ep2->dentry.stream.valid_size; in __exfat_write_inode()
|
| D | namei.c | 597 struct exfat_dentry *ep, *ep2; in exfat_find() local 642 ep2 = exfat_get_dentry_cached(es, 1); in exfat_find() 646 info->size = le64_to_cpu(ep2->dentry.stream.valid_size); in exfat_find() 651 info->flags = ep2->dentry.stream.flags; in exfat_find() 653 le32_to_cpu(ep2->dentry.stream.start_clu); in exfat_find()
|
| /Linux-v5.15/drivers/usb/gadget/udc/ |
| D | dummy_hcd.c | 1616 struct dummy_ep *ep2; in handle_control_request() local 1679 ep2 = find_endpoint(dum, w_index); in handle_control_request() 1680 if (!ep2 || ep2->ep.name == ep0name) { in handle_control_request() 1684 ep2->halted = 1; in handle_control_request() 1727 ep2 = find_endpoint(dum, w_index); in handle_control_request() 1728 if (!ep2) { in handle_control_request() 1732 if (!ep2->wedged) in handle_control_request() 1733 ep2->halted = 0; in handle_control_request() 1751 ep2 = find_endpoint(dum, w_index); in handle_control_request() 1752 if (!ep2) { in handle_control_request() [all …]
|
| /Linux-v5.15/scripts/kconfig/ |
| D | expr.c | 140 #define e2 (*ep2) 150 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) in __expr_eliminate_eq() argument 221 void expr_eliminate_eq(struct expr **ep1, struct expr **ep2) in expr_eliminate_eq() argument 228 __expr_eliminate_eq(e1->type, ep1, ep2); in expr_eliminate_eq() 235 __expr_eliminate_eq(e2->type, ep1, ep2); in expr_eliminate_eq() 596 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups1() argument 599 #define e2 (*ep2) in expr_eliminate_dups1()
|
| D | expr.h | 296 void expr_eliminate_eq(struct expr **ep1, struct expr **ep2);
|
| /Linux-v5.15/Documentation/devicetree/bindings/media/i2c/ |
| D | st,st-mipid02.txt | 74 ep2: endpoint {
|
| /Linux-v5.15/drivers/media/platform/allegro-dvt/ |
| D | allegro-mail.h | 230 u32 ep2; member
|
| D | allegro-mail.c | 352 dst[i++] = msg->ep2; in allegro_enc_encode_frame()
|
| D | allegro-core.c | 1329 msg.ep2 = 0x0; in allegro_mcu_send_encode_frame() 1330 msg.ep2_v = to_mcu_addr(dev, msg.ep2); in allegro_mcu_send_encode_frame()
|
| /Linux-v5.15/net/sctp/ |
| D | socket.c | 8391 struct sctp_endpoint *ep2 = sp2->ep; in sctp_get_port_local() local 8400 if (sctp_bind_addr_conflict(&ep2->base.bind_addr, in sctp_get_port_local()
|