/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/macsec/ |
D | macsec_struct.h | 236 u32 stop_time; member 290 u32 stop_time; member 489 u32 stop_time; member 534 u32 stop_time; member
|
D | macsec_api.c | 569 packed_record[0] = rec->stop_time & 0xFFFF; in set_ingress_sc_record() 570 packed_record[1] = (rec->stop_time >> 16) & 0xFFFF; in set_ingress_sc_record() 624 rec->stop_time = packed_record[0]; in get_ingress_sc_record() 625 rec->stop_time |= packed_record[1] << 16; in get_ingress_sc_record() 672 packed_record[0] = rec->stop_time & 0xFFFF; in set_ingress_sa_record() 673 packed_record[1] = (rec->stop_time >> 16) & 0xFFFF; in set_ingress_sa_record() 722 rec->stop_time = packed_record[0]; in get_ingress_sa_record() 723 rec->stop_time |= packed_record[1] << 16; in get_ingress_sa_record() 1539 packed_record[2] = rec->stop_time & 0xFFFF; in set_egress_sc_record() 1540 packed_record[3] = (rec->stop_time >> 16) & 0xFFFF; in set_egress_sc_record() [all …]
|
/kernel/linux/linux-5.10/drivers/i2c/muxes/ |
D | i2c-arb-gpio-challenge.c | 45 unsigned long stop_retry, stop_time; in i2c_arbitrator_select() local 48 stop_time = jiffies + usecs_to_jiffies(arb->wait_free_us) + 1; in i2c_arbitrator_select() 71 } while (time_before(jiffies, stop_time)); in i2c_arbitrator_select()
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
D | i2c-hix5hd2.c | 160 unsigned long stop_time; in hix5hd2_i2c_wait_bus_idle() local 164 stop_time = jiffies + msecs_to_jiffies(100); in hix5hd2_i2c_wait_bus_idle() 171 } while (time_before(jiffies, stop_time)); in hix5hd2_i2c_wait_bus_idle()
|
D | i2c-exynos5.c | 527 unsigned long stop_time; in exynos5_i2c_wait_bus_idle() local 531 stop_time = jiffies + msecs_to_jiffies(100) + 1; in exynos5_i2c_wait_bus_idle() 538 } while (time_before(jiffies, stop_time)); in exynos5_i2c_wait_bus_idle()
|
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/ |
D | sja1105_tas.c | 390 s64 stop_time; in sja1105_tas_check_conflicts() local 418 stop_time = max_cycle_time + max(rbt1, rbt2); in sja1105_tas_check_conflicts() 437 t1 <= stop_time; in sja1105_tas_check_conflicts() 444 t2 <= stop_time; in sja1105_tas_check_conflicts()
|
/kernel/linux/linux-5.10/sound/pci/pcxhr/ |
D | pcxhr_core.c | 900 ktime_t start_time, stop_time, diff_time; in pcxhr_set_pipe_state() local 951 stop_time = ktime_get(); in pcxhr_set_pipe_state() 952 diff_time = ktime_sub(stop_time, start_time); in pcxhr_set_pipe_state()
|
D | pcxhr.c | 701 ktime_t start_time, stop_time, diff_time; in pcxhr_start_linked_stream() local 814 stop_time = ktime_get(); in pcxhr_start_linked_stream() 815 diff_time = ktime_sub(stop_time, start_time); in pcxhr_start_linked_stream()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
D | commands.h | 1392 } stop_time; member 1488 } stop_time; member 2226 __le32 stop_time; /* lower 32-bits of TSF */ member
|
D | 3945-mac.c | 399 tx_cmd->stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il3945_build_tx_cmd_basic() 2587 scan->tx_cmd.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il3945_request_scan()
|
D | 4965-mac.c | 931 scan->tx_cmd.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il4965_request_scan() 1491 tx_cmd->stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il4965_tx_cmd_build_basic() 3812 tx_beacon_cmd->tx.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il4965_hw_get_beacon_cmd()
|
D | 3945.c | 2424 tx_beacon_cmd->tx.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il3945_hw_get_beacon_cmd()
|
/kernel/linux/linux-5.10/sound/pci/ |
D | es1968.c | 1695 ktime_t start_time, stop_time; in es1968_measure_clock() local 1752 stop_time = ktime_get(); in es1968_measure_clock() 1763 diff = ktime_sub(stop_time, start_time); in es1968_measure_clock()
|
D | intel8x0.c | 2671 ktime_t start_time, stop_time; in intel8x0_measure_ac97_clock() local 2729 stop_time = ktime_get(); in intel8x0_measure_ac97_clock() 2757 t = ktime_us_delta(stop_time, start_time); in intel8x0_measure_ac97_clock()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
D | radeon_base.c | 582 ktime_t start_time, stop_time; in radeon_probe_pll_params() local 609 stop_time = ktime_get(); in radeon_probe_pll_params() 613 total_usecs = ktime_us_delta(stop_time, start_time); in radeon_probe_pll_params()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | commands.h | 1282 } stop_time; member 2084 __le32 stop_time; /* lower 32-bits of TSF */ member
|
D | scan.c | 735 scan->tx_cmd.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in iwlagn_request_scan()
|
D | tx.c | 56 tx_cmd->stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in iwlagn_tx_cmd_build_basic()
|
D | main.c | 223 tx_beacon_cmd->tx.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in iwlagn_send_beacon_cmd()
|