Searched refs:kg (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_gt_sysfs.c | 36 struct kobj_gt *kg; in xe_gt_sysfs_init() local 39 kg = kzalloc(sizeof(*kg), GFP_KERNEL); in xe_gt_sysfs_init() 40 if (!kg) in xe_gt_sysfs_init() 43 kobject_init(&kg->base, &xe_gt_sysfs_kobj_type); in xe_gt_sysfs_init() 44 kg->gt = gt; in xe_gt_sysfs_init() 46 err = kobject_add(&kg->base, tile->sysfs, "gt%d", gt->info.id); in xe_gt_sysfs_init() 48 kobject_put(&kg->base); in xe_gt_sysfs_init() 52 gt->sysfs = &kg->base; in xe_gt_sysfs_init()
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-driver-hid-wiimote | 59 First, 0kg values for all 4 sensors are written, followed by the 60 17kg values for all 4 sensors and last the 34kg values for all 4
|
D | sysfs-bus-iio | 654 Weight of the user (in kg). It is needed by some pedometers
|
/linux-6.12.1/Documentation/misc-devices/ |
D | lis3lv02d.rst | 94 workstation" which has about 3.5kg and a plastic case, so letting it
|
/linux-6.12.1/arch/s390/include/asm/ |
D | kvm_host.h | 93 unsigned long kg : 32; member
|
/linux-6.12.1/drivers/net/wireless/ath/ath9k/ |
D | ar9003_eeprom.c | 4187 u32 data = 0, ko, kg; in ar9003_hw_thermo_cal_apply() local 4194 kg = (data >> 8) & 0xff; in ar9003_hw_thermo_cal_apply() 4195 if (ko || kg) { in ar9003_hw_thermo_cal_apply() 4200 kg + 256); in ar9003_hw_thermo_cal_apply()
|
/linux-6.12.1/arch/s390/kvm/ |
D | gaccess.c | 177 if (old.kg) { in ipte_lock_siif()
|