/linux-6.12.1/scripts/kconfig/ |
D | expr.c | 96 * Walks the two expression trees given in 'ep1' and 'ep2'. Any node that does 101 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) in __expr_eliminate_eq() argument 110 __expr_eliminate_eq(type, &l, ep2); in __expr_eliminate_eq() 111 __expr_eliminate_eq(type, &r, ep2); in __expr_eliminate_eq() 115 if ((*ep2)->type == type) { in __expr_eliminate_eq() 116 l = (*ep2)->left.expr; in __expr_eliminate_eq() 117 r = (*ep2)->right.expr; in __expr_eliminate_eq() 120 *ep2 = expr_alloc_two(type, l, r); in __expr_eliminate_eq() 124 /* *ep1 and *ep2 are leaves. Compare them. */ in __expr_eliminate_eq() 126 if ((*ep1)->type == E_SYMBOL && (*ep2)->type == E_SYMBOL && in __expr_eliminate_eq() [all …]
|
D | expr.h | 292 void expr_eliminate_eq(struct expr **ep1, struct expr **ep2);
|
/linux-6.12.1/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-6.12.1/Documentation/driver-api/cxl/ |
D | access-coordinates.rst | 42 > EP0 EP1 EP2 EP3 EP4 EP5 EP6 EP7 51 Min(SW1SSLBIS for SW1DSP0 (EP2), EP2 DSLBIS, EP2 Upstream Link) +
|
/linux-6.12.1/fs/exfat/ |
D | inode.c | 23 struct exfat_dentry *ep, *ep2; in __exfat_write_inode() local 49 ep2 = exfat_get_dentry_cached(&es, ES_IDX_STREAM); in __exfat_write_inode() 78 ep2->dentry.stream.size = cpu_to_le64(on_disk_size); in __exfat_write_inode() 85 ep2->dentry.stream.valid_size = ep2->dentry.stream.size; in __exfat_write_inode() 87 ep2->dentry.stream.valid_size = cpu_to_le64(ei->valid_size); in __exfat_write_inode() 90 ep2->dentry.stream.flags = ei->flags; in __exfat_write_inode() 91 ep2->dentry.stream.start_clu = cpu_to_le32(ei->start_clu); in __exfat_write_inode() 93 ep2->dentry.stream.flags = ALLOC_FAT_CHAIN; in __exfat_write_inode() 94 ep2->dentry.stream.start_clu = EXFAT_FREE_CLUSTER; in __exfat_write_inode()
|
D | namei.c | 595 struct exfat_dentry *ep, *ep2; in exfat_find() local 633 ep2 = exfat_get_dentry_cached(&es, ES_IDX_STREAM); in exfat_find() 637 info->size = le64_to_cpu(ep2->dentry.stream.valid_size); in exfat_find() 638 info->valid_size = le64_to_cpu(ep2->dentry.stream.valid_size); in exfat_find() 639 info->size = le64_to_cpu(ep2->dentry.stream.size); in exfat_find() 644 info->flags = ep2->dentry.stream.flags; in exfat_find() 646 le32_to_cpu(ep2->dentry.stream.start_clu); in exfat_find()
|
/linux-6.12.1/drivers/media/dvb-frontends/ |
D | tda18271c2dd.c | 56 EP1, EP2, EP3, EP4, EP5, enumerator 397 state->m_Regs[EP2] = (RFBand << 5) | GainTaper; in CalibrateRF() 441 status = UpdateReg(state, EP2); in CalibrateRF() 447 status = UpdateReg(state, EP2); in CalibrateRF() 606 state->m_Regs[EP2] = (RFBand << 5) | Gain_Taper; in PowerScan() 608 status = UpdateReg(state, EP2); in PowerScan() 624 status = UpdateReg(state, EP2); /* Launch power measurement */ in PowerScan() 642 status = UpdateReg(state, EP2); /* Launch power measurement */ in PowerScan() 782 status = UpdateRegs(state, EP2, MD3); /* diff between sw and datasheet (ep3-md3) */ in FixedContentsI2CUpdate() 812 status = UpdateReg(state, EP2); in FixedContentsI2CUpdate() [all …]
|
/linux-6.12.1/sound/usb/6fire/ |
D | firmware.c | 36 0xe4, 0x00, 0xe4, 0x00, /* alt 1: 228 EP2 and EP6 (7 fpp) */ 37 0xa4, 0x01, 0xa4, 0x01, /* alt 2: 420 EP2 and EP6 (13 fpp)*/ 38 0x94, 0x01, 0x5c, 0x02 /* alt 3: 404 EP2 and 604 EP6 (25 fpp) */
|
/linux-6.12.1/drivers/usb/gadget/udc/ |
D | dummy_hcd.c | 1623 struct dummy_ep *ep2; in handle_control_request() local 1686 ep2 = find_endpoint(dum, w_index); in handle_control_request() 1687 if (!ep2 || ep2->ep.name == ep0name) { in handle_control_request() 1691 ep2->halted = 1; in handle_control_request() 1734 ep2 = find_endpoint(dum, w_index); in handle_control_request() 1735 if (!ep2) { in handle_control_request() 1739 if (!ep2->wedged) in handle_control_request() 1740 ep2->halted = 0; in handle_control_request() 1758 ep2 = find_endpoint(dum, w_index); in handle_control_request() 1759 if (!ep2) { in handle_control_request() [all …]
|
D | goku_udc.c | 17 * - DMA works with ep1 (OUT transfers) and ep2 (IN transfers). 144 /* ep1/ep2 dma direction is chosen early; it works in the other in goku_ep_enable() 160 /* ep1 and ep2 can do double buffering and/or dma */ in goku_ep_enable() 437 /* use ep1/ep2 double-buffering for OUT */ in read_fifo() 1080 (mask & INT_EP2DATASET) ? " ep2" : "", in dump_intmask() 1255 static char *names [] = { "ep0", "ep1-bulk", "ep2-bulk", "ep3-bulk" }; in udc_reinit()
|
D | max3420_udc.c | 1183 } else { /* EP2 & EP3 are IN */ in max3420_eps_init()
|
D | fusb300_udc.c | 29 "ep0", "ep1", "ep2", "ep3", "ep4", "ep5", "ep6", "ep7", "ep8", "ep9",
|
D | renesas_usbf.c | 354 /* ep2: buf @0x0120, 2 buffers 512 bytes -> (512 * 2 / 4) words */ 355 [2] = USBF_EP_INFO("ep2-bulk",
|
D | m66592-udc.c | 31 "ep0", "ep1", "ep2", "ep3", "ep4", "ep5", "ep6", "ep7"
|
D | aspeed_udc.c | 229 "ep0", "ep1", "ep2", "ep3", "ep4"
|
D | r8a66597-udc.c | 29 "ep0", "ep1", "ep2", "ep3", "ep4", "ep5", "ep6", "ep7",
|
/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/ |
D | st,st-mipid02.yaml | 164 ep2: endpoint {
|
/linux-6.12.1/drivers/media/platform/allegro-dvt/ |
D | allegro-mail.h | 232 u32 ep2; member
|
D | allegro-mail.c | 349 dst[i++] = msg->ep2; in allegro_enc_encode_frame()
|
/linux-6.12.1/drivers/net/wireless/ath/carl9170/ |
D | fwdesc.h | 27 /* command traps & notifications are send through EP2 */
|
/linux-6.12.1/net/sctp/ |
D | input.c | 746 struct sctp_endpoint *ep2; in __sctp_hash_endpoint() local 755 sctp_for_each_hentry(ep2, &head->chain) { in __sctp_hash_endpoint() 756 struct sock *sk2 = ep2->base.sk; in __sctp_hash_endpoint()
|
/linux-6.12.1/drivers/media/usb/dvb-usb/ |
D | cxusb.c | 1776 * use usb alt setting 7 for EP2 transfer (atsc) 1836 * use usb alt setting 7 for EP2 transfer (atsc) 1903 * use usb alt setting 7 for EP2 transfer (atsc) 1962 * use usb alt setting 7 for EP2 transfer (atsc)
|
/linux-6.12.1/tools/usb/ |
D | ffs-test.c | 371 "ep2", 8 * 1024,
|
/linux-6.12.1/drivers/usb/host/ |
D | uhci-hcd.h | 136 * skel1 --> ep1-qh --> ep2-qh --> ... --> skel2 --> ...
|
/linux-6.12.1/drivers/usb/fotg210/ |
D | fotg210-udc.c | 30 "ep0", "ep1", "ep2", "ep3", "ep4"};
|