Home
last modified time | relevance | path

Searched refs:tpl (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/core/
H A Dsdio_uart.c1056 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 in sdio_uart_probe()
[all...]
H A Dsdio_cis.c122 const struct cis_tpl *tpl, int tpl_count, in cis_tpl_parse()
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()
120 cis_tpl_parse(struct mmc_card *card, struct sdio_func *func, const char *tpl_descr, const struct cis_tpl *tpl, int tpl_count, unsigned char code, const unsigned char *buf, unsigned size) cis_tpl_parse() argument
/kernel/linux/linux-6.6/drivers/mmc/core/
H A Dsdio_uart.c1042 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()
1048 if (tpl->data[1] == 0) /* SUBTPL_SIOREG */ in sdio_uart_probe()
1051 if (!tpl) { in sdio_uart_probe()
1058 sdio_func_id(func), tpl in sdio_uart_probe()
[all...]
H A Dsdio_cis.c122 const struct cis_tpl *tpl, int tpl_count, in cis_tpl_parse()
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()
120 cis_tpl_parse(struct mmc_card *card, struct sdio_func *func, const char *tpl_descr, const struct cis_tpl *tpl, int tpl_count, unsigned char code, const unsigned char *buf, unsigned size) cis_tpl_parse() argument
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/plugin-lib/
H A DscapyPlugin.py47 tpl = Template(scapyinfo['iface'])
48 scapyinfo['iface'] = tpl.safe_substitute(NAMES)
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/plugin-lib/
H A DscapyPlugin.py51 tpl = Template(scapyinfo['iface'])
52 scapyinfo['iface'] = tpl.safe_substitute(NAMES)
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Defi.h271 #define __efi64_argmap_create_event(type, tpl, f, c, event) \
272 ((type), (tpl), (f), (c), efi64_zero_upper(event))
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Defi.h261 #define __efi64_argmap_create_event(type, tpl, f, c, event) \
262 ((type), (tpl), (f), (c), efi64_zero_upper(event))
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A 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()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A 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()
/kernel/linux/linux-6.6/drivers/dma/ti/
H A Dk3-udma.c1336 enum udma_tp_level tpl, \
1347 if (tpl >= ud->res##_tpl.levels) \
1348 tpl = ud->res##_tpl.levels - 1; \
1350 start = ud->res##_tpl.start_idx[tpl]; \
1370 enum udma_tp_level tpl; in bcdma_get_bchan() local
1384 tpl = 0; in bcdma_get_bchan()
1386 tpl = ud->bchan_tpl.levels - 1; in bcdma_get_bchan()
1388 uc->bchan = __udma_reserve_bchan(ud, tpl, -1); in bcdma_get_bchan()
1874 u8 tpl; in udma_tisci_m2m_channel_config() local
1882 tpl in udma_tisci_m2m_channel_config()
1933 u8 tpl; bcdma_tisci_m2m_channel_config() local
5281 u8 tpl; udma_get_copy_align() local
[all...]
/kernel/linux/linux-5.10/drivers/dma/ti/
H A Dk3-udma.c1207 enum udma_tp_level tpl, \
1218 if (tpl >= ud->tpl_levels) \
1219 tpl = ud->tpl_levels - 1; \
1221 start = ud->tpl_start_idx[tpl]; \
/kernel/linux/linux-6.6/sound/pci/emu10k1/
H A Demumixer.c27 static int add_ctls(struct snd_emu10k1 *emu, const struct snd_kcontrol_new *tpl, in add_ctls() argument
30 struct snd_kcontrol_new kctl = *tpl; in add_ctls()

Completed in 21 milliseconds