Searched refs:kl (Results 1 – 5 of 5) sorted by relevance
10 * "motorola,cpcap-led-kl" (Keyboard Lighting)
190 unsigned int kl, unsigned int dl) in recs_per_track() argument196 if (kl) in recs_per_track()197 return 1499 / (15 + 7 + ceil_quot(kl + 12, 32) + in recs_per_track()203 if (kl) { in recs_per_track()204 kn = ceil_quot(kl + 6, 232) + 1; in recs_per_track()205 return 1729 / (10 + 9 + ceil_quot(kl + 6 * kn, 34) + in recs_per_track()211 if (kl) { in recs_per_track()212 kn = ceil_quot(kl + 6, 232) + 1; in recs_per_track()213 return 1420 / (18 + 7 + ceil_quot(kl + 6 * kn, 34) + in recs_per_track()2581 if (private->count_area[i].kl != 4 || in dasd_eckd_end_analysis()[all …]
145 __u8 kl; member
359 int klv_len = FIELD_GET(GUC_KLV_0_LEN, p->kl) + 1; in xe_guc_log_loop_log_init()360 int key = FIELD_GET(GUC_KLV_0_KEY, p->kl); in xe_guc_log_loop_log_init()
6842 fn _test_kl14<T: ?Sized + KnownLayout>(kl: &KL14<T>) { in test_known_layout_derive()6843 _assert_kl(kl) in test_known_layout_derive()