fin               251 drivers/char/applicom.c 			goto fin;
fin               296 drivers/char/applicom.c  fin:
fin               104 drivers/clk/clk-axi-clkgen.c static void axi_clkgen_calc_params(unsigned long fin, unsigned long fout,
fin               111 drivers/clk/clk-axi-clkgen.c 	fin /= 1000;
fin               119 drivers/clk/clk-axi-clkgen.c 	d_min = max_t(unsigned long, DIV_ROUND_UP(fin, fpfd_max), 1);
fin               120 drivers/clk/clk-axi-clkgen.c 	d_max = min_t(unsigned long, fin / fpfd_min, 80);
fin               122 drivers/clk/clk-axi-clkgen.c 	m_min = max_t(unsigned long, DIV_ROUND_UP(fvco_min, fin) * d_min, 1);
fin               123 drivers/clk/clk-axi-clkgen.c 	m_max = min_t(unsigned long, fvco_max * d_max / fin, 64);
fin               126 drivers/clk/clk-axi-clkgen.c 		_d_min = max(d_min, DIV_ROUND_UP(fin * m, fvco_max));
fin               127 drivers/clk/clk-axi-clkgen.c 		_d_max = min(d_max, fin * m / fvco_min);
fin               130 drivers/clk/clk-axi-clkgen.c 			fvco = fin * m / d;
fin                62 drivers/clk/mediatek/clk-pll.c static unsigned long __mtk_pll_recalc_rate(struct mtk_clk_pll *pll, u32 fin,
fin                76 drivers/clk/mediatek/clk-pll.c 	vco = (u64)fin * pcw;
fin               160 drivers/clk/mediatek/clk-pll.c 		u32 freq, u32 fin)
fin               191 drivers/clk/mediatek/clk-pll.c 	do_div(_pcw, fin);
fin               355 drivers/clk/sirf/clk-atlas7.c 	unsigned long fin = parent_rate;
fin               370 drivers/clk/sirf/clk-atlas7.c 		return fin;
fin               373 drivers/clk/sirf/clk-atlas7.c 		rate = fin;
fin               379 drivers/clk/sirf/clk-atlas7.c 		rate = 2 * fin;
fin                76 drivers/clk/sirf/clk-common.c 	unsigned long fin = parent_rate;
fin                83 drivers/clk/sirf/clk-common.c 		return fin;
fin                90 drivers/clk/sirf/clk-common.c 		WARN_ON(fin % MHZ);
fin                91 drivers/clk/sirf/clk-common.c 		return fin / MHZ * nf / nr / od * MHZ;
fin                98 drivers/clk/sirf/clk-common.c 	unsigned long fin, nf, nr, od;
fin               113 drivers/clk/sirf/clk-common.c 	fin = *parent_rate;
fin               115 drivers/clk/sirf/clk-common.c 	nr = fin / MHZ;
fin               120 drivers/clk/sirf/clk-common.c 	dividend = (u64)fin * nf;
fin               130 drivers/clk/sirf/clk-common.c 	unsigned long fin, nf, nr, od, reg;
fin               141 drivers/clk/sirf/clk-common.c 	fin = parent_rate;
fin               142 drivers/clk/sirf/clk-common.c 	BUG_ON(fin < MHZ);
fin               144 drivers/clk/sirf/clk-common.c 	nr = fin / MHZ;
fin               145 drivers/clk/sirf/clk-common.c 	BUG_ON((fin % MHZ) || nr > BIT(6));
fin               334 drivers/clk/sirf/clk-common.c 	unsigned long fin = parent_rate;
fin               341 drivers/clk/sirf/clk-common.c 		return fin;
fin               349 drivers/clk/sirf/clk-common.c 		return fin / (wait + hold + 2);
fin               356 drivers/clk/sirf/clk-common.c 	unsigned long fin;
fin               361 drivers/clk/sirf/clk-common.c 	fin = *parent_rate;
fin               362 drivers/clk/sirf/clk-common.c 	ratio = fin / rate;
fin               372 drivers/clk/sirf/clk-common.c 	return fin / (wait + hold + 2);
fin               379 drivers/clk/sirf/clk-common.c 	unsigned long fin;
fin               384 drivers/clk/sirf/clk-common.c 	fin = parent_rate;
fin               385 drivers/clk/sirf/clk-common.c 	ratio = fin / rate;
fin               390 drivers/clk/sirf/clk-common.c 	WARN_ON(fin % rate);
fin              1556 drivers/crypto/chelsio/chtls/chtls_cm.c 	tcp_hdr(skb)->fin = 0;
fin              1614 drivers/crypto/chelsio/chtls/chtls_cm.c 	tcp_hdr(skb)->fin = 0;
fin               634 drivers/crypto/mxs-dcp.c 	int fin = rctx->fini;
fin               635 drivers/crypto/mxs-dcp.c 	if (fin)
fin               667 drivers/crypto/mxs-dcp.c 	if (fin) {
fin               541 drivers/gpu/drm/exynos/exynos_drm_dsi.c 		unsigned long fin, unsigned long fout, u8 *p, u16 *m, u8 *s)
fin               551 drivers/gpu/drm/exynos/exynos_drm_dsi.c 	p_min = DIV_ROUND_UP(fin, (12 * MHZ));
fin               552 drivers/gpu/drm/exynos/exynos_drm_dsi.c 	p_max = fin / (6 * MHZ);
fin               560 drivers/gpu/drm/exynos/exynos_drm_dsi.c 			do_div(tmp, fin);
fin               565 drivers/gpu/drm/exynos/exynos_drm_dsi.c 			tmp = (u64)_m * fin;
fin               571 drivers/gpu/drm/exynos/exynos_drm_dsi.c 			tmp = (u64)_m * fin;
fin               598 drivers/gpu/drm/exynos/exynos_drm_dsi.c 	unsigned long fin, fout;
fin               604 drivers/gpu/drm/exynos/exynos_drm_dsi.c 	fin = dsi->pll_clk_rate;
fin               605 drivers/gpu/drm/exynos/exynos_drm_dsi.c 	fout = exynos_dsi_pll_find_pms(dsi, fin, freq, &p, &m, &s);
fin               196 drivers/gpu/drm/rcar-du/rcar_lvds.c 	unsigned long fin;
fin               235 drivers/gpu/drm/rcar-du/rcar_lvds.c 	fin = clk_get_rate(clk);
fin               236 drivers/gpu/drm/rcar-du/rcar_lvds.c 	if (fin < 12000000 || fin > 192000000)
fin               245 drivers/gpu/drm/rcar-du/rcar_lvds.c 	m_min = max_t(unsigned int, 1, DIV_ROUND_UP(fin, 24000000));
fin               246 drivers/gpu/drm/rcar-du/rcar_lvds.c 	m_max = min_t(unsigned int, 8, fin / 12000000);
fin               261 drivers/gpu/drm/rcar-du/rcar_lvds.c 		fpfd = fin / m;
fin               310 drivers/gpu/drm/rcar-du/rcar_lvds.c 	output = fin * pll->pll_n / pll->pll_m / (1 << pll->pll_e)
fin               316 drivers/gpu/drm/rcar-du/rcar_lvds.c 		clk, fin, output, target, error / 100,
fin               481 drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c 	unsigned long fvco_min, fvco_max, fin, fout;
fin               507 drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c 	fin = clk_get_rate(dsi->pllref_clk);
fin               511 drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c 	min_prediv = DIV_ROUND_UP(fin, 40 * USEC_PER_SEC);
fin               512 drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c 	max_prediv = fin / (5 * USEC_PER_SEC);
fin               523 drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c 		do_div(tmp, fin);
fin               535 drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c 		tmp = (u64)_fbdiv * fin;
fin               510 drivers/infiniband/hw/i40iw/i40iw_cm.c 		tcph->fin = 1;
fin              2822 drivers/infiniband/hw/i40iw/i40iw_cm.c 	if (tcph->fin)
fin              3215 drivers/infiniband/hw/i40iw/i40iw_cm.c 		if (!tcph->rst && !tcph->fin) {
fin               254 drivers/input/mouse/alps.c 	int x, y, z, ges, fin, left, right, middle;
fin               286 drivers/input/mouse/alps.c 	fin = packet[2] & 2;
fin               308 drivers/input/mouse/alps.c 	if (ges && !fin)
fin               316 drivers/input/mouse/alps.c 	if (ges && fin && !priv->prev_fin) {
fin               323 drivers/input/mouse/alps.c 	priv->prev_fin = fin;
fin               109 drivers/media/dvb-frontends/ves1820.c 	u32 fin;
fin               151 drivers/media/dvb-frontends/ves1820.c 	fin = state->config->xin >> 4;
fin               153 drivers/media/dvb-frontends/ves1820.c 	ratio = (symbolrate << 4) / fin;
fin               154 drivers/media/dvb-frontends/ves1820.c 	tmp = ((symbolrate << 4) % fin) << 8;
fin               155 drivers/media/dvb-frontends/ves1820.c 	ratio = (ratio << 8) + tmp / fin;
fin               156 drivers/media/dvb-frontends/ves1820.c 	tmp = (tmp % fin) << 8;
fin               157 drivers/media/dvb-frontends/ves1820.c 	ratio = (ratio << 8) + DIV_ROUND_CLOSEST(tmp, fin);
fin              1211 drivers/media/i2c/cx25840/cx25840-core.c 			int fin, fsc;
fin              1222 drivers/media/i2c/cx25840/cx25840-core.c 			fin = ((u64)src_decimation * pll) >> 12;
fin              1225 drivers/media/i2c/cx25840/cx25840-core.c 				fin / 1000000, fin % 1000000);
fin               630 drivers/media/i2c/ov772x.c 	unsigned long fin = clk_get_rate(priv->clk);
fin               678 drivers/media/i2c/ov772x.c 		unsigned int pll_out = pll_mult * fin;
fin               686 drivers/media/i2c/ov772x.c 		t_pclk = DIV_ROUND_CLOSEST(fin * pll_mult, div);
fin               773 drivers/media/pci/bt8xx/bttv-driver.c static void set_pll_freq(struct bttv *btv, unsigned int fin, unsigned int fout)
fin               778 drivers/media/pci/bt8xx/bttv-driver.c 	fin/=4;
fin               782 drivers/media/pci/bt8xx/bttv-driver.c 	fi=fout/fin;
fin               784 drivers/media/pci/bt8xx/bttv-driver.c 	fout=(fout%fin)*256;
fin               785 drivers/media/pci/bt8xx/bttv-driver.c 	fh=fout/fin;
fin               787 drivers/media/pci/bt8xx/bttv-driver.c 	fout=(fout%fin)*256;
fin               788 drivers/media/pci/bt8xx/bttv-driver.c 	fl=fout/fin;
fin              2733 drivers/net/ethernet/intel/i40e/i40e_txrx.c 		if (th->fin || th->rst)
fin              2740 drivers/net/ethernet/intel/i40e/i40e_txrx.c 	if (!th->fin &&
fin              2767 drivers/net/ethernet/intel/i40e/i40e_txrx.c 	dtype_cmd |= (th->fin || th->rst) ?
fin              8442 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (th->fin)
fin              8323 drivers/net/ethernet/neterion/s2io.c 	    tcp->syn || tcp->fin ||
fin               276 drivers/net/slip/slhc.c 	if(hlen > isize || th->syn || th->fin || th->rst ||
fin               137 drivers/net/wireless/ath/carl9170/fw.c 	unsigned long fin, diff;
fin               165 drivers/net/wireless/ath/carl9170/fw.c 	fin = (unsigned long) last_desc + sizeof(*last_desc);
fin               166 drivers/net/wireless/ath/carl9170/fw.c 	diff = fin - (unsigned long) otus_desc;
fin               181 drivers/spi/spi-imx.c static unsigned int spi_imx_clkdiv_1(unsigned int fin,
fin               187 drivers/spi/spi-imx.c 		if (fspi * mxc_clkdivs[i] >= fin)
fin               190 drivers/spi/spi-imx.c 	*fres = fin / mxc_clkdivs[i];
fin               195 drivers/spi/spi-imx.c static unsigned int spi_imx_clkdiv_2(unsigned int fin,
fin               201 drivers/spi/spi-imx.c 		if (fspi * div >= fin)
fin               207 drivers/spi/spi-imx.c 	*fres = fin / div;
fin               433 drivers/spi/spi-imx.c 	unsigned int fin = spi_imx->spi_clk;
fin               435 drivers/spi/spi-imx.c 	if (unlikely(fspi > fin))
fin               438 drivers/spi/spi-imx.c 	post = fls(fin) - fls(fspi);
fin               439 drivers/spi/spi-imx.c 	if (fin > fspi << post)
fin               447 drivers/spi/spi-imx.c 				fspi, fin);
fin               451 drivers/spi/spi-imx.c 	pre = DIV_ROUND_UP(fin, fspi << post) - 1;
fin               454 drivers/spi/spi-imx.c 			__func__, fin, fspi, post, pre);
fin               457 drivers/spi/spi-imx.c 	*fres = (fin / (pre + 1)) >> post;
fin                24 drivers/video/fbdev/matrox/g450_pll.c static inline unsigned int g450_f2vco(unsigned char p, unsigned int fin) {
fin                25 drivers/video/fbdev/matrox/g450_pll.c 	return (p & 0x40) ? fin : fin << ((p & 3) + 1);
fin                33 include/uapi/linux/tcp.h 		fin:1,
fin                51 include/uapi/linux/tcp.h 		fin:1;
fin              5877 net/core/filter.c 	if (!th->syn || th->ack || th->fin || th->rst)
fin                41 net/core/tso.c 		tcph->fin = 0;
fin                31 net/ipv4/netfilter/ipt_SYNPROXY.c 	if (th->syn && !(th->ack || th->fin || th->rst)) {
fin                51 net/ipv4/netfilter/ipt_SYNPROXY.c 	} else if (th->ack && !(th->fin || th->rst || th->syn)) {
fin                84 net/ipv4/netfilter/nf_reject_ipv4.c 		tcph->ack_seq = htonl(ntohl(oth->seq) + oth->syn + oth->fin +
fin                31 net/ipv4/netfilter/nf_tproxy_ipv4.c 	if (hp->syn && !hp->rst && !hp->ack && !hp->fin) {
fin              4482 net/ipv4/tcp_input.c 	bool fin, fragstolen, eaten;
fin              4509 net/ipv4/tcp_input.c 		fin = TCP_SKB_CB(skb)->tcp_flags & TCPHDR_FIN;
fin              4515 net/ipv4/tcp_input.c 		if (unlikely(fin)) {
fin              6156 net/ipv4/tcp_input.c 			if (th->fin)
fin              6287 net/ipv4/tcp_input.c 		    after(TCP_SKB_CB(skb)->end_seq - th->fin, tp->rcv_nxt)) {
fin              6289 net/ipv4/tcp_input.c 			if (tp->syn_fastopen && th->fin)
fin              6299 net/ipv4/tcp_input.c 		} else if (th->fin || sock_owned_by_user(sk)) {
fin              6349 net/ipv4/tcp_input.c 			    after(TCP_SKB_CB(skb)->end_seq - th->fin, tp->rcv_nxt)) {
fin               693 net/ipv4/tcp_ipv4.c 		rep.th.ack_seq = htonl(ntohl(th->seq) + th->syn + th->fin +
fin              1728 net/ipv4/tcp_ipv4.c 		thtail->fin |= th->fin;
fin              1793 net/ipv4/tcp_ipv4.c 	TCP_SKB_CB(skb)->end_seq = (TCP_SKB_CB(skb)->seq + th->syn + th->fin +
fin               140 net/ipv4/tcp_minisocks.c 		if (!th->fin ||
fin               125 net/ipv4/tcp_offload.c 		th->fin = th->psh = 0;
fin                31 net/ipv6/netfilter/ip6t_SYNPROXY.c 	if (th->syn && !(th->ack || th->fin || th->rst)) {
fin                52 net/ipv6/netfilter/ip6t_SYNPROXY.c 	} else if (th->ack && !(th->fin || th->rst || th->syn)) {
fin               107 net/ipv6/netfilter/nf_reject_ipv6.c 		tcph->ack_seq = htonl(ntohl(oth->seq) + oth->syn + oth->fin +
fin                54 net/ipv6/netfilter/nf_tproxy_ipv6.c 	if (hp->syn && !hp->rst && !hp->ack && !hp->fin) {
fin               986 net/ipv6/tcp_ipv6.c 		ack_seq = ntohl(th->seq) + th->syn + th->fin + skb->len -
fin              1468 net/ipv6/tcp_ipv6.c 	TCP_SKB_CB(skb)->end_seq = (TCP_SKB_CB(skb)->seq + th->syn + th->fin +
fin               504 net/netfilter/ipvs/ip_vs_proto_tcp.c 	if (th->fin)
fin               548 net/netfilter/ipvs/ip_vs_proto_tcp.c 			      th->fin ? 'F' : '.',
fin               287 net/netfilter/nf_conntrack_proto_tcp.c 	else if (tcph->fin) return TCP_FIN_SET;
fin               329 net/netfilter/nf_conntrack_proto_tcp.c 		+ (tcph->syn ? 1 : 0) + (tcph->fin ? 1 : 0));
fin              1105 net/netfilter/nf_conntrack_proto_tcp.c 		 (th->fin ? 1 : 0), (th->rst ? 1 : 0),
fin                31 net/netfilter/nf_flow_table_ip.c 	if (unlikely(tcph->fin || tcph->rst)) {
fin               102 net/netfilter/nf_log_common.c 	if (th->fin)
fin                95 net/netfilter/nft_flow_offload.c 		if (unlikely(!tcph || tcph->fin || tcph->rst))
fin               908 net/sched/sch_htb.c 		goto fin;
fin               943 net/sched/sch_htb.c fin:
fin               208 samples/bpf/hbm.c 		FILE *fin;
fin               220 samples/bpf/hbm.c 		fin = fopen("/sys/class/net/eth0/statistics/tx_bytes", "r");
fin               221 samples/bpf/hbm.c 		if (fscanf(fin, "%llu", &last_eth_tx_bytes) != 1)
fin               223 samples/bpf/hbm.c 		fclose(fin);
fin               238 samples/bpf/hbm.c 			fin = fopen("/sys/class/net/eth0/statistics/tx_bytes",
fin               240 samples/bpf/hbm.c 			if (fscanf(fin, "%llu", &new_eth_tx_bytes) != 1)
fin               242 samples/bpf/hbm.c 			fclose(fin);
fin              4110 sound/soc/codecs/madera.c 	unsigned int fin;
fin              4118 sound/soc/codecs/madera.c 		.fin = 32768,
fin              4125 sound/soc/codecs/madera.c 		.fin = 32768,
fin              4218 sound/soc/codecs/madera.c 			     unsigned int fin, unsigned int fout)
fin              4226 sound/soc/codecs/madera.c 	    fll->ref_freq == fin && fll->fout == fout)
fin              4230 sound/soc/codecs/madera.c 		       fin, fout, source);
fin              4232 sound/soc/codecs/madera.c 	if (fout && (fll->ref_freq != fin || fll->fout != fout)) {
fin              4234 sound/soc/codecs/madera.c 			if (madera_fllao_settings[i].fin == fin &&
fin              4250 sound/soc/codecs/madera.c 	fll->ref_freq = fin;
fin              4304 sound/soc/codecs/madera.c static int madera_fllhj_apply(struct madera_fll *fll, int fin)
fin              4312 sound/soc/codecs/madera.c 	madera_fll_dbg(fll, "fin=%d, fout=%d\n", fin, fll->fout);
fin              4315 sound/soc/codecs/madera.c 		if ((fin / (1 << refdiv)) <= MADERA_FLLHJ_MAX_THRESH)
fin              4318 sound/soc/codecs/madera.c 	fref = fin / (1 << refdiv);
fin              4533 sound/soc/codecs/madera.c 			    unsigned int fin, unsigned int fout)
fin              4544 sound/soc/codecs/madera.c 	if (fll->ref_src == source && fll->ref_freq == fin &&
fin              4548 sound/soc/codecs/madera.c 	if (fin && fout && madera_fllhj_validate(fll, fin, fout))
fin              4552 sound/soc/codecs/madera.c 	fll->ref_freq = fin;
fin               413 sound/soc/codecs/madera.h 			     unsigned int fin, unsigned int fout);
fin               415 sound/soc/codecs/madera.h 			    unsigned int fin, unsigned int fout);
fin               199 sound/soc/sh/rcar/src.c 	u32 fin, fout;
fin               212 sound/soc/sh/rcar/src.c 	fin  = rsnd_src_get_in_rate(priv, io);
fin               218 sound/soc/sh/rcar/src.c 	if (fin == fout)
fin               220 sound/soc/sh/rcar/src.c 	else if (fin > fout)
fin               221 sound/soc/sh/rcar/src.c 		ratio = 100 * fin / fout;
fin               223 sound/soc/sh/rcar/src.c 		ratio = 100 * fout / fin;
fin               230 sound/soc/sh/rcar/src.c 	use_src = (fin != fout) | rsnd_src_sync_is_enabled(mod);
fin               246 sound/soc/sh/rcar/src.c 		n = (u64)0x0400000 * fin;
fin               339 sound/soc/sh/rcar/src.c 	rsnd_adg_set_src_timesel_gen2(mod, io, fin, fout);
fin                40 sound/usb/line6/capture.c 		struct usb_iso_packet_descriptor *fin =
fin                42 sound/usb/line6/capture.c 		fin->offset = urb_size;
fin                43 sound/usb/line6/capture.c 		fin->length = line6pcm->max_packet_size_in;
fin               164 sound/usb/line6/capture.c 		struct usb_iso_packet_descriptor *fin = &urb->iso_frame_desc[i];
fin               166 sound/usb/line6/capture.c 		if (fin->status == -EXDEV) {
fin               171 sound/usb/line6/capture.c 		fbuf = urb->transfer_buffer + fin->offset;
fin               172 sound/usb/line6/capture.c 		fsize = fin->actual_length;
fin              1318 tools/bpf/bpf_dbg.c static void init_shell(FILE *fin, FILE *fout)
fin              1325 tools/bpf/bpf_dbg.c 	rl_instream = fin;
fin              1350 tools/bpf/bpf_dbg.c static void exit_shell(FILE *fin, FILE *fout)
fin              1362 tools/bpf/bpf_dbg.c 	if (fin != stdin)
fin              1363 tools/bpf/bpf_dbg.c 		fclose(fin);
fin              1368 tools/bpf/bpf_dbg.c static int run_shell_loop(FILE *fin, FILE *fout)
fin              1372 tools/bpf/bpf_dbg.c 	init_shell(fin, fout);
fin              1384 tools/bpf/bpf_dbg.c 	exit_shell(fin, fout);
fin              1390 tools/bpf/bpf_dbg.c 	FILE *fin = NULL, *fout = NULL;
fin              1393 tools/bpf/bpf_dbg.c 		fin = fopen(argv[1], "r");
fin              1397 tools/bpf/bpf_dbg.c 	return run_shell_loop(fin ? : stdin, fout ? : stdout);
fin               116 tools/testing/selftests/bpf/progs/test_select_reuseport_kern.c 		if (th->fin)
fin                34 tools/vm/page_owner_sort.c int read_block(char *buf, int buf_size, FILE *fin)
fin                38 tools/vm/page_owner_sort.c 	while (buf_end - curr > 1 && fgets(curr, buf_end - curr, fin)) {
fin                89 tools/vm/page_owner_sort.c 	FILE *fin, *fout;
fin               101 tools/vm/page_owner_sort.c 	fin = fopen(argv[1], "r");
fin               103 tools/vm/page_owner_sort.c 	if (!fin || !fout) {
fin               109 tools/vm/page_owner_sort.c 	fstat(fileno(fin), &st);
fin               120 tools/vm/page_owner_sort.c 		ret = read_block(buf, BUF_SIZE, fin);