Searched refs:target_count (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/hwmon/
H A Dmax31790.c67 u16 target_count[NR_CHANNEL]; member in struct:max31790_data
119 data->target_count[i] = rv;
185 rpm = RPM_FROM_REG(data->target_count[channel], sr);
201 data->target_count[channel % NR_CHANNEL] >> 8);
218 int target_count; local
240 target_count = RPM_TO_REG(val, sr);
241 target_count = clamp_val(target_count, 0x1, 0x7FF);
243 data->target_count[channel] = target_count <<
[all...]
/linux-master/drivers/md/
H A Ddm-init.c71 for (i = 0; i < dev->dmi.target_count; i++) {
113 const unsigned int n = dev->dmi.target_count - 1;
168 if (++dev->dmi.target_count > DM_MAX_TARGETS) {
170 dev->dmi.target_count, DM_MAX_TARGETS);
H A Ddm-ioctl.c852 param->target_count = 0;
859 param->target_count = table->num_targets;
873 param->target_count = table->num_targets;
1332 param->target_count = num_targets;
1443 if (!param->target_count) {
1448 for (i = 0; i < param->target_count; i++) {
1508 r = dm_table_create(&t, get_mode(param), param->target_count, md);
2244 * @dmi->target_count.
2257 if (!dmi->target_count)
2278 r = dm_table_create(&t, get_mode(dmi), dmi->target_count, m
[all...]
H A Ddm-cache-policy-smq.c267 unsigned int target_count[MAX_LEVELS]; member in struct:queue
280 q->target_count[i] = 0u;
399 q->target_count[level] =
439 target = q->target_count[level];
/linux-master/include/uapi/linux/
H A Ddm-ioctl.h125 __u32 target_count; /* in/out */ member in struct:dm_ioctl
/linux-master/tools/testing/cxl/test/
H A Dcxl.c651 int target_count; member in struct:target_map_ctx
661 if (ctx->index > ctx->target_count) {
855 int target_count, i; local
858 target_count = 0;
860 target_count = NR_CXL_ROOT_PORTS;
862 target_count = NR_CXL_SWITCH_PORTS;
868 .target_count = target_count,
873 if (target_count) {
876 cxlsd = cxl_switch_decoder_alloc(port, target_count);
[all...]
/linux-master/tools/testing/selftests/perf_events/
H A Dsigtrap_threads.c219 const int target_count = NUM_THREADS * 3000; local
226 while (__atomic_load_n(&ctx.signal_count, __ATOMIC_RELAXED) < target_count) {
/linux-master/drivers/misc/altera-stapl/
H A Daltera-jtag.c395 u32 target_count,
414 k = preamble_count + target_count;
424 k = preamble_count + target_count + postamble_count;
562 u32 target_count)
573 k = start_index + target_count;
390 altera_concatenate_data(u8 *buffer, u8 *preamble_data, u32 preamble_count, u8 *target_data, u32 start_index, u32 target_count, u8 *postamble_data, u32 postamble_count) argument
558 altera_extract_target_data(u8 *buffer, u8 *target_data, u32 start_index, u32 preamble_count, u32 target_count) argument
/linux-master/drivers/cxl/core/
H A Dhdm.c76 cxlhdm->target_count =
980 int rc, target_count = cxlhdm->target_count; local
997 cxlsd = cxl_switch_decoder_alloc(port, target_count);
/linux-master/drivers/cxl/
H A Dcxlmem.h854 unsigned int target_count; member in struct:cxl_hdm

Completed in 285 milliseconds