Home
last modified time | relevance | path

Searched refs:tpl (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/drivers/mmc/core/
Dsdio_uart.c1043 struct sdio_func_tuple *tpl; in sdio_uart_probe() local
1044 for (tpl = func->tuples; tpl; tpl = tpl->next) { in sdio_uart_probe()
1045 if (tpl->code != 0x91) in sdio_uart_probe()
1047 if (tpl->size < 10) in sdio_uart_probe()
1049 if (tpl->data[1] == 0) /* SUBTPL_SIOREG */ in sdio_uart_probe()
1052 if (!tpl) { in sdio_uart_probe()
1059 sdio_func_id(func), tpl->data[2], tpl->data[3]); in sdio_uart_probe()
1060 port->regs_offset = (tpl->data[4] << 0) | in sdio_uart_probe()
1061 (tpl->data[5] << 8) | in sdio_uart_probe()
1062 (tpl->data[6] << 16); in sdio_uart_probe()
[all …]
Dsdio_cis.c122 const struct cis_tpl *tpl, int tpl_count, in cis_tpl_parse() argument
129 for (i = 0; i < tpl_count; i++, tpl++) { in cis_tpl_parse()
130 if (tpl->code == code) in cis_tpl_parse()
134 if (size >= tpl->min_size) { in cis_tpl_parse()
135 if (tpl->parse) in cis_tpl_parse()
136 ret = tpl->parse(card, func, buf, size); in cis_tpl_parse()
/linux-6.1.9/tools/testing/selftests/tc-testing/plugin-lib/
DscapyPlugin.py51 tpl = Template(scapyinfo['iface'])
52 scapyinfo['iface'] = tpl.safe_substitute(NAMES)
/linux-6.1.9/Documentation/devicetree/bindings/usb/
Dusb-hcd.yaml20 tpl-support:
Ddwc2.yaml166 tpl-support: true
Dci-hdrc-usb2.txt41 - tpl-support: TPL (Targeted Peripheral List) feature for targeted hosts
/linux-6.1.9/arch/x86/include/asm/
Defi.h283 #define __efi64_argmap_create_event(type, tpl, f, c, event) \ argument
284 ((type), (tpl), (f), (c), efi64_zero_upper(event))
/linux-6.1.9/drivers/i2c/busses/
Di2c-img-scb.c299 unsigned int tp2s, tpl, tph; member
313 .tpl = 4700,
325 .tpl = 600,
1281 data = timing.tpl / clk_period; in img_i2c_init()
/linux-6.1.9/drivers/dma/ti/
Dk3-udma.c1333 enum udma_tp_level tpl, \
1344 if (tpl >= ud->res##_tpl.levels) \
1345 tpl = ud->res##_tpl.levels - 1; \
1347 start = ud->res##_tpl.start_idx[tpl]; \
1367 enum udma_tp_level tpl; in bcdma_get_bchan() local
1381 tpl = 0; in bcdma_get_bchan()
1383 tpl = ud->bchan_tpl.levels - 1; in bcdma_get_bchan()
1385 uc->bchan = __udma_reserve_bchan(ud, tpl, -1); in bcdma_get_bchan()
1871 u8 tpl; in udma_tisci_m2m_channel_config() local
1879 tpl = udma_get_chan_tpl_index(&ud->tchan_tpl, tchan->id); in udma_tisci_m2m_channel_config()
[all …]