Searched refs:tpl (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/drivers/mmc/core/ |
A D | sdio_uart.c | 1042 struct sdio_func_tuple *tpl; in sdio_uart_probe() local 1043 for (tpl = func->tuples; tpl; tpl = tpl->next) { in sdio_uart_probe() 1044 if (tpl->code != 0x91) in sdio_uart_probe() 1046 if (tpl->size < 10) in sdio_uart_probe() 1051 if (!tpl) { in sdio_uart_probe() 1058 sdio_func_id(func), tpl->data[2], tpl->data[3]); in sdio_uart_probe() 1059 port->regs_offset = (tpl->data[4] << 0) | in sdio_uart_probe() 1060 (tpl->data[5] << 8) | in sdio_uart_probe() 1061 (tpl->data[6] << 16); in sdio_uart_probe() 1064 port->uartclk = tpl->data[7] * 115200; in sdio_uart_probe() [all …]
|
A D | sdio_cis.c | 122 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.3-rc2/tools/testing/selftests/tc-testing/plugin-lib/ |
A D | scapyPlugin.py | 51 tpl = Template(scapyinfo['iface']) 52 scapyinfo['iface'] = tpl.safe_substitute(NAMES)
|
/linux-6.3-rc2/Documentation/devicetree/bindings/usb/ |
A D | usb-hcd.yaml | 20 tpl-support:
|
A D | dwc2.yaml | 169 tpl-support: true
|
A D | ci-hdrc-usb2.txt | 42 - tpl-support: TPL (Targeted Peripheral List) feature for targeted hosts
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | efi.h | 284 #define __efi64_argmap_create_event(type, tpl, f, c, event) \ argument 285 ((type), (tpl), (f), (c), efi64_zero_upper(event))
|
/linux-6.3-rc2/drivers/i2c/busses/ |
A D | i2c-img-scb.c | 299 unsigned int tp2s, tpl, tph; member 313 .tpl = 4700, 325 .tpl = 600, 1281 data = timing.tpl / clk_period; in img_i2c_init()
|
/linux-6.3-rc2/drivers/dma/ti/ |
A D | k3-udma.c | 1335 enum udma_tp_level tpl, \ 1346 if (tpl >= ud->res##_tpl.levels) \ 1347 tpl = ud->res##_tpl.levels - 1; \ 1349 start = ud->res##_tpl.start_idx[tpl]; \ 1369 enum udma_tp_level tpl; in bcdma_get_bchan() local 1383 tpl = 0; in bcdma_get_bchan() 1385 tpl = ud->bchan_tpl.levels - 1; in bcdma_get_bchan() 1873 u8 tpl; in udma_tisci_m2m_channel_config() local 1932 u8 tpl; in bcdma_tisci_m2m_channel_config() local 5246 u8 tpl; in udma_get_copy_align() local [all …]
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | imx6ull-dhcom-som.dtsi | 317 tpl-support;
|
Completed in 24 milliseconds