Home
last modified time | relevance | path

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

/linux-6.6.21/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.6.21/fs/exfat/
Dinode.c23 struct exfat_dentry *ep, *ep2; in __exfat_write_inode() local
48 ep2 = exfat_get_dentry_cached(&es, ES_IDX_STREAM); in __exfat_write_inode()
75 ep2->dentry.stream.valid_size = cpu_to_le64(on_disk_size); in __exfat_write_inode()
76 ep2->dentry.stream.size = ep2->dentry.stream.valid_size; in __exfat_write_inode()
78 ep2->dentry.stream.flags = ei->flags; in __exfat_write_inode()
79 ep2->dentry.stream.start_clu = cpu_to_le32(ei->start_clu); in __exfat_write_inode()
81 ep2->dentry.stream.flags = ALLOC_FAT_CHAIN; in __exfat_write_inode()
82 ep2->dentry.stream.start_clu = EXFAT_FREE_CLUSTER; in __exfat_write_inode()
Dnamei.c616 struct exfat_dentry *ep, *ep2; in exfat_find() local
654 ep2 = exfat_get_dentry_cached(&es, ES_IDX_STREAM); in exfat_find()
658 info->size = le64_to_cpu(ep2->dentry.stream.valid_size); in exfat_find()
663 info->flags = ep2->dentry.stream.flags; in exfat_find()
665 le32_to_cpu(ep2->dentry.stream.start_clu); in exfat_find()
/linux-6.6.21/drivers/usb/gadget/udc/
Ddummy_hcd.c1616 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-6.6.21/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.h295 void expr_eliminate_eq(struct expr **ep1, struct expr **ep2);
/linux-6.6.21/Documentation/devicetree/bindings/media/i2c/
Dst,st-mipid02.yaml164 ep2: endpoint {
/linux-6.6.21/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.6.21/net/sctp/
Dinput.c744 struct sctp_endpoint *ep2; in __sctp_hash_endpoint() local
751 sctp_for_each_hentry(ep2, &head->chain) { in __sctp_hash_endpoint()
752 struct sock *sk2 = ep2->base.sk; in __sctp_hash_endpoint()
Dsocket.c8433 struct sctp_endpoint *ep2 = sp2->ep; in sctp_get_port_local() local
8444 sctp_bind_addr_conflict(&ep2->base.bind_addr, in sctp_get_port_local()