Searched refs:boottime (Results 1 – 10 of 10) sorted by relevance
| /drivers/firmware/efi/libstub/ |
| A D | intrinsics.c | 40 if (efi_table_attr(efi_system_table, boottime) == NULL) in memcpy() 51 if (efi_table_attr(efi_system_table, boottime) == NULL) in memset()
|
| A D | efistub.h | 64 efi_fn_call(efi_table_attr(efi_system_table, boottime), func, ##__VA_ARGS__)
|
| /drivers/misc/mei/ |
| A D | platform-vsc.c | 38 u64 boottime; member 63 .boottime = ktime_to_ns(ktime_get_boottime()), in mei_vsc_read_helper()
|
| /drivers/net/ethernet/cavium/liquidio/ |
| A D | octeon_console.c | 811 char boottime[MAX_BOOTTIME_SIZE]; in octeon_download_firmware() local 899 ret = snprintf(boottime, MAX_BOOTTIME_SIZE, in octeon_download_firmware() 907 strncat(h->bootcmd, boottime, in octeon_download_firmware()
|
| /drivers/net/wireless/marvell/libertas/ |
| A D | types.h | 264 uint8_t boottime; member
|
| A D | mesh.c | 429 return sysfs_emit(buf, "%d\n", defs.boottime); in boottime_show() 794 static DEVICE_ATTR_RW(boottime);
|
| /drivers/net/wireless/intel/iwlwifi/mvm/ |
| A D | utils.c | 1192 u32 *gp2, u64 *boottime, ktime_t *realtime) in iwl_mvm_get_sync_time() argument 1207 if (clock_type == CLOCK_BOOTTIME && boottime) in iwl_mvm_get_sync_time() 1208 *boottime = ktime_get_boottime_ns(); in iwl_mvm_get_sync_time()
|
| A D | mvm.h | 1805 u64 *boottime, ktime_t *realtime);
|
| /drivers/gpu/drm/i915/ |
| A D | i915_gpu_error.h | 192 ktime_t boottime; member
|
| A D | i915_gpu_error.c | 840 ts = ktime_to_timespec64(error->boottime); in __err_print_to_sgl() 1997 error->boottime = ktime_get_boottime(); in i915_gpu_coredump_alloc()
|
Completed in 42 milliseconds