Searched refs:ct2 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/rtc/ |
H A D | rtc-lpc24xx.c | 93 u32 ct0, ct1, ct2; in lpc24xx_rtc_read_time() local 97 ct2 = rtc_readl(rtc, LPC24XX_CTIME2); in lpc24xx_rtc_read_time() 106 tm->tm_yday = CT2_DOY(ct2); in lpc24xx_rtc_read_time()
|
/kernel/linux/linux-6.6/drivers/rtc/ |
H A D | rtc-lpc24xx.c | 92 u32 ct0, ct1, ct2; in lpc24xx_rtc_read_time() local 96 ct2 = rtc_readl(rtc, LPC24XX_CTIME2); in lpc24xx_rtc_read_time() 105 tm->tm_yday = CT2_DOY(ct2); in lpc24xx_rtc_read_time()
|
/kernel/linux/linux-5.10/drivers/firewire/ |
H A D | core-cdev.c | 1223 struct fw_cdev_get_cycle_timer2 ct2; in ioctl_get_cycle_timer() local 1225 ct2.clk_id = CLOCK_REALTIME; in ioctl_get_cycle_timer() 1226 ioctl_get_cycle_timer2(client, (union ioctl_arg *)&ct2); in ioctl_get_cycle_timer() 1228 a->local_time = ct2.tv_sec * USEC_PER_SEC + ct2.tv_nsec / NSEC_PER_USEC; in ioctl_get_cycle_timer() 1229 a->cycle_timer = ct2.cycle_timer; in ioctl_get_cycle_timer()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_conntrack_core.c | 705 nf_ct_match(const struct nf_conn *ct1, const struct nf_conn *ct2) in nf_ct_match() argument 708 &ct2->tuplehash[IP_CT_DIR_ORIGINAL].tuple) && in nf_ct_match() 710 &ct2->tuplehash[IP_CT_DIR_REPLY].tuple) && in nf_ct_match() 711 nf_ct_zone_equal(ct1, nf_ct_zone(ct2), IP_CT_DIR_ORIGINAL) && in nf_ct_match() 712 nf_ct_zone_equal(ct1, nf_ct_zone(ct2), IP_CT_DIR_REPLY) && in nf_ct_match() 713 net_eq(nf_ct_net(ct1), nf_ct_net(ct2)); in nf_ct_match()
|
/kernel/linux/linux-6.6/drivers/firewire/ |
H A D | core-cdev.c | 1296 struct fw_cdev_get_cycle_timer2 ct2; in ioctl_get_cycle_timer() local 1298 ct2.clk_id = CLOCK_REALTIME; in ioctl_get_cycle_timer() 1299 ioctl_get_cycle_timer2(client, (union ioctl_arg *)&ct2); in ioctl_get_cycle_timer() 1301 a->local_time = ct2.tv_sec * USEC_PER_SEC + ct2.tv_nsec / NSEC_PER_USEC; in ioctl_get_cycle_timer() 1302 a->cycle_timer = ct2.cycle_timer; in ioctl_get_cycle_timer()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_core.c | 703 nf_ct_match(const struct nf_conn *ct1, const struct nf_conn *ct2) in nf_ct_match() argument 706 &ct2->tuplehash[IP_CT_DIR_ORIGINAL].tuple) && in nf_ct_match() 708 &ct2->tuplehash[IP_CT_DIR_REPLY].tuple) && in nf_ct_match() 709 nf_ct_zone_equal(ct1, nf_ct_zone(ct2), IP_CT_DIR_ORIGINAL) && in nf_ct_match() 710 nf_ct_zone_equal(ct1, nf_ct_zone(ct2), IP_CT_DIR_REPLY) && in nf_ct_match() 711 net_eq(nf_ct_net(ct1), nf_ct_net(ct2)); in nf_ct_match()
|
Completed in 13 milliseconds