Home
last modified time | relevance | path

Searched refs:tup (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dserial-tegra.c147 static void tegra_uart_start_next_tx(struct tegra_uart_port *tup);
148 static int tegra_uart_start_rx_dma(struct tegra_uart_port *tup);
149 static void tegra_uart_dma_channel_free(struct tegra_uart_port *tup,
152 static inline unsigned long tegra_uart_read(struct tegra_uart_port *tup, in tegra_uart_read() argument
155 return readl(tup->uport.membase + (reg << tup->uport.regshift)); in tegra_uart_read()
158 static inline void tegra_uart_write(struct tegra_uart_port *tup, unsigned val, in tegra_uart_write() argument
161 writel(val, tup->uport.membase + (reg << tup->uport.regshift)); in tegra_uart_write()
171 struct tegra_uart_port *tup = to_tegra_uport(u); in tegra_uart_get_mctrl() local
182 if (tup->enable_modem_interrupt) in tegra_uart_get_mctrl()
187 static void set_rts(struct tegra_uart_port *tup, bool active) in set_rts() argument
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_check_syncookie_kern.c48 struct bpf_sock_tuple tup; in check_syncookie() local
77 tup.ipv4.saddr = ipv4h->saddr; in check_syncookie()
78 tup.ipv4.daddr = ipv4h->daddr; in check_syncookie()
79 tup.ipv4.sport = tcph->source; in check_syncookie()
80 tup.ipv4.dport = tcph->dest; in check_syncookie()
82 sk = bpf_skc_lookup_tcp(ctx, &tup, sizeof(tup.ipv4), in check_syncookie()
109 memcpy(tup.ipv6.saddr, &ipv6h->saddr, sizeof(tup.ipv6.saddr)); in check_syncookie()
110 memcpy(tup.ipv6.daddr, &ipv6h->daddr, sizeof(tup.ipv6.daddr)); in check_syncookie()
111 tup.ipv6.sport = tcph->source; in check_syncookie()
112 tup.ipv6.dport = tcph->dest; in check_syncookie()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dtuples.hpp179 static type apply(Tuple const& tup, T const& t) in apply()
183 boost::get<I>(tup), in apply()
184 push_back<Tuple, T, I+1, N>::apply(tup, t) in apply()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_custom_cis.c936 int tup, tup_len = 0; in dhd_find_tuple_list_from_otp() local
952 tup = g_cis_buf[idx++]; in dhd_find_tuple_list_from_otp()
953 if (tup == CIS_TUPLE_NULL || tup == CIS_DUMP_END) { in dhd_find_tuple_list_from_otp()
961 if (tup == CIS_TUPLE_TAG_START && in dhd_find_tuple_list_from_otp()
980 } while (tup != CIS_DUMP_END && (idx < buf_len)); in dhd_find_tuple_list_from_otp()
H A Ddbus.c2057 uint8 tup, tlen; in dbus_otp() local
2104 tup = cis[i++]; in dbus_otp()
2105 if (tup == CISTPL_NULL || tup == CISTPL_END) in dbus_otp()
2112 tup = cis[i]; in dbus_otp()
2115 tup = CISTPL_BRCM_HNBU; in dbus_otp()
2120 if (tup == CISTPL_END || (i + tlen) >= (otp_size << 1)) { in dbus_otp()
2124 switch (tup) { in dbus_otp()
H A Dbcmsrom.c2100 uint8 *cis, tup, tlen, sromrev = 1; local
2155 tup = cis[i++];
2156 if (tup == CISTPL_NULL || tup == CISTPL_END)
2163 tup = cis[i];
2166 tup = CISTPL_BRCM_HNBU;
2173 switch (tup) {
4433 } while (tup != CISTPL_END);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_custom_cis.c936 int tup, tup_len = 0; in dhd_find_tuple_list_from_otp() local
952 tup = g_cis_buf[idx++]; in dhd_find_tuple_list_from_otp()
953 if (tup == CIS_TUPLE_NULL || tup == CIS_DUMP_END) { in dhd_find_tuple_list_from_otp()
961 if (tup == CIS_TUPLE_TAG_START && in dhd_find_tuple_list_from_otp()
980 } while (tup != CIS_DUMP_END && (idx < buf_len)); in dhd_find_tuple_list_from_otp()
H A Ddbus.c2076 uint8 tup, tlen; in dbus_otp() local
2123 tup = cis[i++]; in dbus_otp()
2124 if (tup == CISTPL_NULL || tup == CISTPL_END) in dbus_otp()
2131 tup = cis[i]; in dbus_otp()
2134 tup = CISTPL_BRCM_HNBU; in dbus_otp()
2139 if (tup == CISTPL_END || (i + tlen) >= (otp_size << 1)) { in dbus_otp()
2143 switch (tup) { in dbus_otp()
H A Dbcmsrom.c2100 uint8 *cis, tup, tlen, sromrev = 1; local
2155 tup = cis[i++];
2156 if (tup == CISTPL_NULL || tup == CISTPL_END)
2163 tup = cis[i];
2166 tup = CISTPL_BRCM_HNBU;
2173 switch (tup) {
4433 } while (tup != CISTPL_END);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddbus.c2066 uint8 tup, tlen; in dbus_otp() local
2113 tup = cis[i++]; in dbus_otp()
2114 if (tup == CISTPL_NULL || tup == CISTPL_END) in dbus_otp()
2121 tup = cis[i]; in dbus_otp()
2124 tup = CISTPL_BRCM_HNBU; in dbus_otp()
2129 if (tup == CISTPL_END || (i + tlen) >= (otp_size << 1)) { in dbus_otp()
2133 switch (tup) { in dbus_otp()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/tuple/detail/
H A Dtuple_basic.hpp102 static const type& call(const Tuple& tup) { in call()
103 return next::call(tup).tail; in call()
113 static const type& call(const Tuple& tup) { in call()
114 return tup; in call()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcooker.py1805 self.bbfile_config_priorities = sorted(priorities, key=lambda tup: tup[1], reverse=True)
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_pcie.c10328 uint8 tup, tlen; in dhdpcie_sromotp_customvar() local
10471 tup = cis[i++]; in dhdpcie_sromotp_customvar()
10472 if (tup == CISTPL_NULL || tup == CISTPL_END) in dhdpcie_sromotp_customvar()
10478 switch (tup) { in dhdpcie_sromotp_customvar()
10505 } while (tup != 0xff); in dhdpcie_sromotp_customvar()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_pcie.c10319 uint8 tup, tlen; in dhdpcie_sromotp_customvar() local
10462 tup = cis[i++]; in dhdpcie_sromotp_customvar()
10463 if (tup == CISTPL_NULL || tup == CISTPL_END) in dhdpcie_sromotp_customvar()
10469 switch (tup) { in dhdpcie_sromotp_customvar()
10496 } while (tup != 0xff); in dhdpcie_sromotp_customvar()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_pcie.c10319 uint8 tup, tlen; in dhdpcie_sromotp_customvar() local
10462 tup = cis[i++]; in dhdpcie_sromotp_customvar()
10463 if (tup == CISTPL_NULL || tup == CISTPL_END) in dhdpcie_sromotp_customvar()
10469 switch (tup) { in dhdpcie_sromotp_customvar()
10496 } while (tup != 0xff); in dhdpcie_sromotp_customvar()