Searched refs:total_slots (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/input/touchscreen/ |
D | exc3000.c | 121 int slots, total_slots; in exc3000_interrupt() local 124 error = exc3000_read_data(data->client, buf, &total_slots); in exc3000_interrupt() 137 while (total_slots > 0) { in exc3000_interrupt() 138 slots = min(total_slots, EXC3000_SLOTS_PER_FRAME); in exc3000_interrupt() 140 total_slots -= slots; in exc3000_interrupt()
|
/Linux-v4.19/drivers/firmware/efi/libstub/ |
D | random.c | 78 unsigned long map_size, desc_size, total_slots = 0, target_slot; in efi_random_alloc() local 106 total_slots += slots; in efi_random_alloc() 110 target_slot = (total_slots * (u16)random_seed) >> 16; in efi_random_alloc()
|
/Linux-v4.19/tools/perf/util/ |
D | stat-shadow.c | 630 double total_slots; in td_bad_spec() local 637 total_slots = td_total_slots(ctx, cpu, st); in td_bad_spec() 638 if (total_slots) in td_bad_spec() 639 bad_spec = total / total_slots; in td_bad_spec() 646 double total_slots = td_total_slots(ctx, cpu, st); in td_retiring() local 650 if (total_slots) in td_retiring() 651 retiring = ret_slots / total_slots; in td_retiring() 658 double total_slots = td_total_slots(ctx, cpu, st); in td_fe_bound() local 662 if (total_slots) in td_fe_bound() 663 fe_bound = fetch_bub / total_slots; in td_fe_bound()
|
/Linux-v4.19/drivers/md/ |
D | md-cluster.h | 27 void (*load_bitmaps)(struct mddev *mddev, int total_slots);
|
D | md-cluster.c | 798 static int gather_all_resync_info(struct mddev *mddev, int total_slots) in gather_all_resync_info() argument 808 for (i = 0; i < total_slots; i++) { in gather_all_resync_info() 970 static void load_bitmaps(struct mddev *mddev, int total_slots) in load_bitmaps() argument 975 if (gather_all_resync_info(mddev, total_slots)) in load_bitmaps()
|
/Linux-v4.19/sound/soc/davinci/ |
D | davinci-mcasp.c | 858 int total_slots; in mcasp_i2s_hw_param() local 863 total_slots = mcasp->tdm_slots; in mcasp_i2s_hw_param() 877 for (i = 0; i < total_slots; i++) { in mcasp_i2s_hw_param() 886 active_serializers = (channels + total_slots - 1) / total_slots; in mcasp_i2s_hw_param() 890 active_slots = total_slots; in mcasp_i2s_hw_param() 904 FSXMOD(total_slots), FSXMOD(0x1FF)); in mcasp_i2s_hw_param() 909 FSRMOD(total_slots), FSRMOD(0x1FF)); in mcasp_i2s_hw_param() 917 FSXMOD(total_slots), FSXMOD(0x1FF)); in mcasp_i2s_hw_param()
|