Searched refs:tspec (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rust/ |
| H A D | rust-common.inc | 310 # build tspec 311 tspec = {} 312 tspec['llvm-target'] = d.getVar('RUST_TARGET_SYS', arch_abi) 313 tspec['data-layout'] = d.getVarFlag('DATA_LAYOUT', arch_abi) 314 tspec['max-atomic-width'] = int(d.getVarFlag('MAX_ATOMIC_WIDTH', arch_abi)) 315 tspec['target-pointer-width'] = d.getVarFlag('TARGET_POINTER_WIDTH', arch_abi) 316 tspec['target-c-int-width'] = d.getVarFlag('TARGET_C_INT_WIDTH', arch_abi) 317 tspec['target-endian'] = d.getVarFlag('TARGET_ENDIAN', arch_abi) 318 tspec['arch'] = arch_to_rust_target_arch(rust_arch) 319 tspec['os'] = "linux" [all …]
|
| /OK3568_Linux_fs/kernel/drivers/ptp/ |
| H A D | ptp_kvm.c | 37 struct timespec64 tspec; in ptp_kvm_get_time_fn() local 68 tspec.tv_sec = clock_pair.sec; in ptp_kvm_get_time_fn() 69 tspec.tv_nsec = clock_pair.nsec; in ptp_kvm_get_time_fn() 78 *device_time = timespec64_to_ktime(tspec); in ptp_kvm_get_time_fn() 115 struct timespec64 tspec; in ptp_kvm_gettime() local 128 tspec.tv_sec = clock_pair.sec; in ptp_kvm_gettime() 129 tspec.tv_nsec = clock_pair.nsec; in ptp_kvm_gettime() 132 memcpy(ts, &tspec, sizeof(struct timespec64)); in ptp_kvm_gettime()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | 802.11e.h | 57 typedef BWL_PRE_PACKED_STRUCT struct tspec {
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | 802.11e.h | 50 typedef BWL_PRE_PACKED_STRUCT struct tspec {
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | 802.11e.h | 50 typedef BWL_PRE_PACKED_STRUCT struct tspec {
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | 802.11e.h | 58 typedef BWL_PRE_PACKED_STRUCT struct tspec {
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | 802.11e.h | 58 typedef BWL_PRE_PACKED_STRUCT struct tspec {
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | 802.11e.h | 58 typedef BWL_PRE_PACKED_STRUCT struct tspec {
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/ |
| H A D | hostx.c | 1135 struct timespec tspec; in hostx_paint_debug_rect() local 1140 tspec.tv_sec = HostX.damage_debug_msec / (1000000); in hostx_paint_debug_rect() 1141 tspec.tv_nsec = (HostX.damage_debug_msec % 1000000) * 1000; in hostx_paint_debug_rect() 1144 HostX.damage_debug_msec, tspec.tv_sec, tspec.tv_nsec); in hostx_paint_debug_rect() 1154 nanosleep(&tspec, NULL); in hostx_paint_debug_rect()
|
| /OK3568_Linux_fs/kernel/drivers/hsi/clients/ |
| H A D | cmt_speech.c | 441 struct timespec64 tspec; in cs_hsi_read_on_control_complete() local 445 ktime_get_ts64(&tspec); in cs_hsi_read_on_control_complete() 447 tstamp->tv_sec = (__u32) tspec.tv_sec; in cs_hsi_read_on_control_complete() 448 tstamp->tv_nsec = (__u32) tspec.tv_nsec; in cs_hsi_read_on_control_complete()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wcn36xx/ |
| H A D | hal.h | 2834 struct wcn36xx_hal_tspec_ie tspec; member 4026 struct wcn36xx_hal_tspec_ie tspec[WCN36XX_HAL_MAX_AC]; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/ |
| H A D | README_MLAN | 487 mlanutl mlanX addts <filename.conf> <section# of tspec> <timeout in ms> 522 mlanutl mlanX delts <filename.conf> <section# of tspec> 1834 mlanutl mlanX addts <filename.conf> <section# of tspec> <timeout(ms)> 2406 mlanutl mlanX delts <filename.conf> <section# of tspec>
|