Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/core/
Dsdio_uart.c1060 struct sdio_func_tuple *tpl; in sdio_uart_probe() local
1061 for (tpl = func->tuples; tpl; tpl = tpl->next) { in sdio_uart_probe()
1062 if (tpl->code != 0x91) in sdio_uart_probe()
1064 if (tpl->size < 10) in sdio_uart_probe()
1066 if (tpl->data[1] == 0) /* SUBTPL_SIOREG */ in sdio_uart_probe()
1069 if (!tpl) { in sdio_uart_probe()
1076 sdio_func_id(func), tpl->data[2], tpl->data[3]); in sdio_uart_probe()
1077 port->regs_offset = (tpl->data[4] << 0) | in sdio_uart_probe()
1078 (tpl->data[5] << 8) | in sdio_uart_probe()
1079 (tpl->data[6] << 16); in sdio_uart_probe()
[all …]
Dsdio_cis.c113 const struct cis_tpl *tpl, int tpl_count, in cis_tpl_parse() argument
120 for (i = 0; i < tpl_count; i++, tpl++) { in cis_tpl_parse()
121 if (tpl->code == code) in cis_tpl_parse()
125 if (size >= tpl->min_size) { in cis_tpl_parse()
126 if (tpl->parse) in cis_tpl_parse()
127 ret = tpl->parse(card, func, buf, size); in cis_tpl_parse()
/Linux-v4.19/drivers/i2c/busses/
Di2c-img-scb.c302 unsigned int tp2s, tpl, tph; member
316 .tpl = 4700,
328 .tpl = 600,
1284 data = timing.tpl / clk_period; in img_i2c_init()
/Linux-v4.19/Documentation/devicetree/bindings/usb/
Dci-hdrc-usb2.txt36 - tpl-support: TPL (Targeted Peripheral List) feature for targeted hosts
/Linux-v4.19/net/netfilter/
Dnf_conntrack_proto_sctp.c474 static int sctp_error(struct net *net, struct nf_conn *tpl, struct sk_buff *skb, in sctp_error() argument