Home
last modified time | relevance | path

Searched refs:kg (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_gt_sysfs.c36 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/
Dsysfs-driver-hid-wiimote59 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
Dsysfs-bus-iio654 Weight of the user (in kg). It is needed by some pedometers
/linux-6.12.1/Documentation/misc-devices/
Dlis3lv02d.rst94 workstation" which has about 3.5kg and a plastic case, so letting it
/linux-6.12.1/arch/s390/include/asm/
Dkvm_host.h93 unsigned long kg : 32; member
/linux-6.12.1/drivers/net/wireless/ath/ath9k/
Dar9003_eeprom.c4187 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/
Dgaccess.c177 if (old.kg) { in ipte_lock_siif()