Searched refs:total_slots (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/input/touchscreen/ |
| D | exc3000.c | 118 int slots, total_slots; in exc3000_interrupt() local 121 error = exc3000_read_data(data->client, buf, &total_slots); in exc3000_interrupt() 134 while (total_slots > 0) { in exc3000_interrupt() 135 slots = min(total_slots, EXC3000_SLOTS_PER_FRAME); in exc3000_interrupt() 137 total_slots -= slots; in exc3000_interrupt()
|
| /Linux-v5.4/drivers/firmware/efi/libstub/ |
| D | random.c | 74 unsigned long map_size, desc_size, total_slots = 0, target_slot; in efi_random_alloc() local 102 total_slots += slots; in efi_random_alloc() 106 target_slot = (total_slots * (u16)random_seed) >> 16; in efi_random_alloc()
|
| /Linux-v5.4/tools/perf/util/ |
| D | stat-shadow.c | 650 double total_slots; in td_bad_spec() local 657 total_slots = td_total_slots(ctx, cpu, st); in td_bad_spec() 658 if (total_slots) in td_bad_spec() 659 bad_spec = total / total_slots; in td_bad_spec() 666 double total_slots = td_total_slots(ctx, cpu, st); in td_retiring() local 670 if (total_slots) in td_retiring() 671 retiring = ret_slots / total_slots; in td_retiring() 678 double total_slots = td_total_slots(ctx, cpu, st); in td_fe_bound() local 682 if (total_slots) in td_fe_bound() 683 fe_bound = fetch_bub / total_slots; in td_fe_bound()
|
| /Linux-v5.4/drivers/md/ |
| D | md-cluster.h | 28 void (*load_bitmaps)(struct mddev *mddev, int total_slots);
|
| D | md-cluster.c | 793 static int gather_all_resync_info(struct mddev *mddev, int total_slots) in gather_all_resync_info() argument 802 for (i = 0; i < total_slots; i++) { in gather_all_resync_info() 961 static void load_bitmaps(struct mddev *mddev, int total_slots) in load_bitmaps() argument 966 if (gather_all_resync_info(mddev, total_slots)) in load_bitmaps()
|
| /Linux-v5.4/sound/soc/ti/ |
| D | davinci-mcasp.c | 940 int total_slots; in mcasp_i2s_hw_param() local 945 total_slots = mcasp->tdm_slots; in mcasp_i2s_hw_param() 959 for (i = 0; i < total_slots; i++) { in mcasp_i2s_hw_param() 967 active_serializers = (channels + total_slots - 1) / total_slots; in mcasp_i2s_hw_param() 971 active_slots = total_slots; in mcasp_i2s_hw_param() 986 FSXMOD(total_slots), FSXMOD(0x1FF)); in mcasp_i2s_hw_param() 991 FSRMOD(total_slots), FSRMOD(0x1FF)); in mcasp_i2s_hw_param() 999 FSXMOD(total_slots), FSXMOD(0x1FF)); in mcasp_i2s_hw_param()
|