Searched refs:ep2 (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/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.4/drivers/staging/exfat/ |
D | exfat_super.c | 553 struct dentry_t *ep, *ep2; in ffsLookupFile() local 607 ep2 = ep + 1; in ffsLookupFile() 614 ep2 = ep; in ffsLookupFile() 622 fid->size = p_fs->fs_func->get_entry_size(ep2); in ffsLookupFile() 627 fid->flags = p_fs->fs_func->get_entry_flag(ep2); in ffsLookupFile() 628 fid->start_clu = p_fs->fs_func->get_entry_clu0(ep2); in ffsLookupFile() 821 struct dentry_t *ep, *ep2; in ffsWriteFile() local 1010 ep2 = ep + 1; in ffsWriteFile() 1015 ep2 = ep; in ffsWriteFile() 1025 if (p_fs->fs_func->get_entry_flag(ep2) != fid->flags) in ffsWriteFile() [all …]
|
/Linux-v5.4/drivers/usb/gadget/udc/ |
D | dummy_hcd.c | 1597 struct dummy_ep *ep2; in handle_control_request() local 1660 ep2 = find_endpoint(dum, w_index); in handle_control_request() 1661 if (!ep2 || ep2->ep.name == ep0name) { in handle_control_request() 1665 ep2->halted = 1; in handle_control_request() 1708 ep2 = find_endpoint(dum, w_index); in handle_control_request() 1709 if (!ep2) { in handle_control_request() 1713 if (!ep2->wedged) in handle_control_request() 1714 ep2->halted = 0; in handle_control_request() 1732 ep2 = find_endpoint(dum, w_index); in handle_control_request() 1733 if (!ep2) { in handle_control_request() [all …]
|
/Linux-v5.4/scripts/kconfig/ |
D | expr.c | 141 #define e2 (*ep2) 151 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) in __expr_eliminate_eq() argument 222 void expr_eliminate_eq(struct expr **ep1, struct expr **ep2) in expr_eliminate_eq() argument 229 __expr_eliminate_eq(e1->type, ep1, ep2); in expr_eliminate_eq() 236 __expr_eliminate_eq(e2->type, ep1, ep2); in expr_eliminate_eq() 590 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups1() argument 593 #define e2 (*ep2) in expr_eliminate_dups1()
|
D | expr.h | 303 void expr_eliminate_eq(struct expr **ep1, struct expr **ep2);
|
/Linux-v5.4/Documentation/devicetree/bindings/media/i2c/ |
D | st,st-mipid02.txt | 74 ep2: endpoint {
|
/Linux-v5.4/drivers/staging/media/allegro-dvt/ |
D | allegro-core.c | 479 u32 ep2; member 1141 msg.ep2 = 0x0; in allegro_mcu_send_encode_frame() 1142 msg.ep2_v = msg.ep2 | MCU_CACHE_OFFSET; in allegro_mcu_send_encode_frame()
|
/Linux-v5.4/net/sctp/ |
D | socket.c | 8249 struct sctp_endpoint *ep2 = sp2->ep; in sctp_get_port_local() local 8258 if (sctp_bind_addr_conflict(&ep2->base.bind_addr, in sctp_get_port_local()
|