Searched refs:repeat_count (Results 1 – 12 of 12) sorted by relevance
/drivers/md/ |
D | dm-round-robin.c | 29 unsigned repeat_count; member 101 DMEMIT("%u ", pi->repeat_count); in rr_status() 118 unsigned repeat_count = RR_MIN_IO; in rr_add_path() local 128 if ((argc == 1) && (sscanf(argv[0], "%u%c", &repeat_count, &dummy) != 1)) { in rr_add_path() 133 if (repeat_count > 1) { in rr_add_path() 135 repeat_count = 1; in rr_add_path() 146 pi->repeat_count = repeat_count; in rr_add_path()
|
D | dm-queue-length.c | 38 unsigned repeat_count; member 103 DMEMIT("%u ", pi->repeat_count); in ql_status() 116 unsigned repeat_count = QL_MIN_IO; in ql_add_path() local 130 if ((argc == 1) && (sscanf(argv[0], "%u%c", &repeat_count, &dummy) != 1)) { in ql_add_path() 135 if (repeat_count > 1) { in ql_add_path() 137 repeat_count = 1; in ql_add_path() 148 pi->repeat_count = repeat_count; in ql_add_path()
|
D | dm-service-time.c | 33 unsigned repeat_count; member 99 DMEMIT("%u %u ", pi->repeat_count, in st_status() 113 unsigned repeat_count = ST_MIN_IO; in st_add_path() local 135 if (argc && (sscanf(argv[0], "%u%c", &repeat_count, &dummy) != 1)) { in st_add_path() 140 if (repeat_count > 1) { in st_add_path() 142 repeat_count = 1; in st_add_path() 160 pi->repeat_count = repeat_count; in st_add_path()
|
D | dm-historical-service-time.c | 57 unsigned int repeat_count; member 269 unsigned int repeat_count = HST_MIN_IO; in hst_add_path() local 283 if (argc && (sscanf(argv[0], "%u%c", &repeat_count, &dummy) != 1)) { in hst_add_path() 296 pi->repeat_count = repeat_count; in hst_add_path()
|
/drivers/gpu/ipu-v3/ |
D | ipu-di.c | 35 int repeat_count; member 167 (c->repeat_count >= 0x1000) || in ipu_di_sync_config() 190 if (c->repeat_count == 0) in ipu_di_sync_config() 197 reg |= c->repeat_count << (16 * ((wave_gen - 1) & 0x1)); in ipu_di_sync_config() 235 .repeat_count = 2, in ipu_di_sync_config_interlaced() 243 .repeat_count = sig->mode.vactive / 2, in ipu_di_sync_config_interlaced() 251 .repeat_count = sig->mode.hactive, in ipu_di_sync_config_interlaced() 299 .repeat_count = sig->mode.vactive, in ipu_di_sync_config_noninterlaced() 307 .repeat_count = sig->mode.hactive, in ipu_di_sync_config_noninterlaced() 335 .repeat_count = sig->mode.vactive, in ipu_di_sync_config_noninterlaced() [all …]
|
/drivers/media/rc/ |
D | ati_remote.c | 252 unsigned int repeat_count; member 573 ati_remote->repeat_count++; in ati_remote_input_report() 575 ati_remote->repeat_count = 0; in ati_remote_input_report() 585 if (ati_remote->repeat_count > 0 && in ati_remote_input_report() 586 (ati_remote->repeat_count < 5 || in ati_remote_input_report()
|
/drivers/scsi/ |
D | 3w-sas.h | 304 unsigned char repeat_count; member
|
D | 3w-9xxx.h | 573 unsigned char repeat_count; member
|
/drivers/net/wireless/marvell/mwifiex/ |
D | scan.c | 2333 if (bgscan_cfg_in->repeat_count) { in mwifiex_cmd_802_11_bg_scan_config() 2339 cpu_to_le16(sizeof(repeat_count_tlv->repeat_count)); in mwifiex_cmd_802_11_bg_scan_config() 2340 repeat_count_tlv->repeat_count = in mwifiex_cmd_802_11_bg_scan_config() 2341 cpu_to_le16(bgscan_cfg_in->repeat_count); in mwifiex_cmd_802_11_bg_scan_config()
|
D | fw.h | 825 __le16 repeat_count; member 1568 u16 repeat_count; member
|
D | cfg80211.c | 2727 bgscan_cfg->repeat_count = MWIFIEX_BGSCAN_REPEAT_COUNT; in mwifiex_cfg80211_sched_scan_start()
|
/drivers/infiniband/hw/mlx5/ |
D | wr.c | 716 sblock_ctrl->repeat_count = cpu_to_be32(data_len / block_size); in set_sig_data_segment()
|