Home
last modified time | relevance | path

Searched refs:ep2 (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/drivers/usb/usbip/
Dvudc_transfer.c62 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-6.1.9/fs/exfat/
Dinode.c23 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()
79 ep2->dentry.stream.flags = ei->flags; in __exfat_write_inode()
80 ep2->dentry.stream.start_clu = cpu_to_le32(ei->start_clu); in __exfat_write_inode()
82 ep2->dentry.stream.flags = ALLOC_FAT_CHAIN; in __exfat_write_inode()
83 ep2->dentry.stream.start_clu = EXFAT_FREE_CLUSTER; in __exfat_write_inode()
Dnamei.c597 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-6.1.9/drivers/usb/gadget/udc/
Ddummy_hcd.c1617 struct dummy_ep *ep2; in handle_control_request() local
1680 ep2 = find_endpoint(dum, w_index); in handle_control_request()
1681 if (!ep2 || ep2->ep.name == ep0name) { in handle_control_request()
1685 ep2->halted = 1; in handle_control_request()
1728 ep2 = find_endpoint(dum, w_index); in handle_control_request()
1729 if (!ep2) { in handle_control_request()
1733 if (!ep2->wedged) in handle_control_request()
1734 ep2->halted = 0; in handle_control_request()
1752 ep2 = find_endpoint(dum, w_index); in handle_control_request()
1753 if (!ep2) { in handle_control_request()
[all …]
/linux-6.1.9/scripts/kconfig/
Dexpr.c140 #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()
Dexpr.h296 void expr_eliminate_eq(struct expr **ep1, struct expr **ep2);
/linux-6.1.9/Documentation/devicetree/bindings/media/i2c/
Dst,st-mipid02.txt74 ep2: endpoint {
/linux-6.1.9/drivers/media/platform/allegro-dvt/
Dallegro-mail.h232 u32 ep2; member
Dallegro-mail.c349 dst[i++] = msg->ep2; in allegro_enc_encode_frame()
/linux-6.1.9/net/sctp/
Dinput.c757 struct sctp_endpoint *ep2; in __sctp_hash_endpoint() local
764 sctp_for_each_hentry(ep2, &head->chain) { in __sctp_hash_endpoint()
765 struct sock *sk2 = ep2->base.sk; in __sctp_hash_endpoint()
Dsocket.c8398 struct sctp_endpoint *ep2 = sp2->ep; in sctp_get_port_local() local
8407 if (sctp_bind_addr_conflict(&ep2->base.bind_addr, in sctp_get_port_local()