Searched refs:tpl (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/core/ |
D | sdio_uart.c | 1056 struct sdio_func_tuple *tpl; in sdio_uart_probe() local 1057 for (tpl = func->tuples; tpl; tpl = tpl->next) { in sdio_uart_probe() 1058 if (tpl->code != 0x91) in sdio_uart_probe() 1060 if (tpl->size < 10) in sdio_uart_probe() 1062 if (tpl->data[1] == 0) /* SUBTPL_SIOREG */ in sdio_uart_probe() 1065 if (!tpl) { in sdio_uart_probe() 1072 sdio_func_id(func), tpl->data[2], tpl->data[3]); in sdio_uart_probe() 1073 port->regs_offset = (tpl->data[4] << 0) | in sdio_uart_probe() 1074 (tpl->data[5] << 8) | in sdio_uart_probe() 1075 (tpl->data[6] << 16); in sdio_uart_probe() [all …]
|
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()
|
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/plugin-lib/ |
D | scapyPlugin.py | 47 tpl = Template(scapyinfo['iface']) 48 scapyinfo['iface'] = tpl.safe_substitute(NAMES)
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | efi.h | 271 #define __efi64_argmap_create_event(type, tpl, f, c, event) \ argument 272 ((type), (tpl), (f), (c), efi64_zero_upper(event))
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
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()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/ |
D | ci-hdrc-usb2.txt | 41 - tpl-support: TPL (Targeted Peripheral List) feature for targeted hosts
|
/kernel/linux/linux-5.10/drivers/dma/ti/ |
D | k3-udma.c | 1207 enum udma_tp_level tpl, \ 1218 if (tpl >= ud->tpl_levels) \ 1219 tpl = ud->tpl_levels - 1; \ 1221 start = ud->tpl_start_idx[tpl]; \
|