Searched refs:tpl (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/mmc/core/ |
H 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/arch/x86/kernel/ |
H A D | alternative.c | 2704 static __always_inline void *text_poke_addr(const struct smp_text_poke_loc *tpl) in text_poke_addr() argument 2706 return _stext + tpl->rel_addr; in text_poke_addr() 2720 struct smp_text_poke_loc *tpl; in smp_text_poke_int3_handler() local 2749 tpl = __inline_bsearch(ip, text_poke_array.vec, text_poke_array.nr_entries, in smp_text_poke_int3_handler() 2752 if (!tpl) in smp_text_poke_int3_handler() 2755 tpl = text_poke_array.vec; in smp_text_poke_int3_handler() 2756 if (text_poke_addr(tpl) != ip) in smp_text_poke_int3_handler() 2760 ip += tpl->len; in smp_text_poke_int3_handler() 2762 switch (tpl->opcode) { in smp_text_poke_int3_handler() 2775 int3_emulate_call(regs, (long)ip + tpl in smp_text_poke_int3_handler() 2971 struct smp_text_poke_loc *tpl; __smp_text_poke_batch_add() local [all...] |
/linux/tools/testing/selftests/tc-testing/plugin-lib/ |
H A D | scapyPlugin.py | 51 tpl = Template(scapyinfo['iface']) 52 scapyinfo['iface'] = tpl.safe_substitute(NAMES)
|
/linux/arch/x86/include/asm/ |
H A D | efi.h | 256 #define __efi64_argmap_create_event(type, tpl, f, c, event) \ argument 257 ((type), (tpl), (f), (c), efi64_zero_upper(event))
|
/linux/net/xfrm/ |
H A D | xfrm_iptfs.c | 235 * @tpl: the skb to copy required meta-data from. 239 * A new `skb` is allocated and required meta-data is copied from `tpl`, the 259 static struct sk_buff *iptfs_alloc_skb(struct sk_buff *tpl, u32 len, bool l3resv) in iptfs_alloc_skb() argument 267 struct dst_entry *dst = skb_dst(tpl); in iptfs_alloc_skb() 282 skb->dev = tpl->dev; in iptfs_alloc_skb() 283 __skb_ext_copy(skb, tpl); in iptfs_alloc_skb() 287 skb_dst_copy(skb, tpl); in iptfs_alloc_skb() 515 * @tpl: template to create new skb from. 525 * Create a new sk_buff `skb` using the template @tpl. Copy @copy_len bytes from 532 iptfs_pskb_add_frags(struct sk_buff *tpl, struc argument [all...] |
/linux/drivers/i2c/busses/ |
H A D | i2c-img-scb.c | 299 unsigned int tp2s, tpl, tph; member 313 .tpl = 4700, 325 .tpl = 600, 1278 data = timing.tpl / clk_period; in img_i2c_init()
|
/linux/drivers/dma/ti/ |
H A D | k3-udma.c | 1343 enum udma_tp_level tpl, \ 1354 if (tpl >= ud->res##_tpl.levels) \ 1355 tpl = ud->res##_tpl.levels - 1; \ 1357 start = ud->res##_tpl.start_idx[tpl]; \ 1377 enum udma_tp_level tpl; in bcdma_get_bchan() local 1391 tpl = 0; in bcdma_get_bchan() 1393 tpl = ud->bchan_tpl.levels - 1; in bcdma_get_bchan() 1395 uc->bchan = __udma_reserve_bchan(ud, tpl, -1); in bcdma_get_bchan() 1881 u8 tpl; in udma_tisci_m2m_channel_config() local 1889 tpl in udma_tisci_m2m_channel_config() 1940 u8 tpl; bcdma_tisci_m2m_channel_config() local 5376 u8 tpl; udma_get_copy_align() local [all...] |
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6ull-dhcor-maveo-box.dts | 179 tpl-support;
|
H A D | imx6ull-dhcom-som.dtsi | 315 tpl-support;
|