Home
last modified time | relevance | path

Searched refs:type (Results 11951 – 11975 of 21822) sorted by relevance

1...<<471472473474475476477478479480>>...873

/openbmc/linux/drivers/regulator/
H A Dtwl-regulator.c468 .type = REGULATOR_VOLTAGE, \
485 .type = REGULATOR_VOLTAGE, \
506 .type = REGULATOR_VOLTAGE, \
/openbmc/linux/net/sched/
H A Dcls_fw.c196 [TCA_FW_CLASSID] = { .type = NLA_U32 },
197 [TCA_FW_INDEV] = { .type = NLA_STRING, .len = IFNAMSIZ },
198 [TCA_FW_MASK] = { .type = NLA_U32 },
/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_common.h648 enum s5p_mfc_inst_type type; member
732 enum s5p_mfc_fmt_type type; member
744 enum v4l2_ctrl_type type; member
/openbmc/linux/lib/reed_solomon/
H A Dtest_rslib.c27 #define __param(type, name, init, msg) \ argument
28 static type name = init; \
29 module_param(name, type, 0444); \
/openbmc/linux/drivers/md/
H A Ddm-stripe.c360 static void stripe_status(struct dm_target *ti, status_type_t type, in stripe_status() argument
367 switch (type) { in stripe_status()
387 DMEMIT_TARGET_NAME_VERSION(ti->type); in stripe_status()
/openbmc/linux/Documentation/virt/kvm/s390/
H A Ds390-pv.rst100 and the notification type. Normal secure instruction intercepts will
102 instruction type, i.e. on SIE entry it is attempted to complete
106 The notification type intercepts inform KVM about guest environment
/openbmc/linux/block/
H A Dbfq-iosched.h1168 char type = bfq_bfqq_sync(bfqq) ? 'S' : 'A'; in bfq_bfqq_name() local
1171 snprintf(str, len, "bfq%d%c", bfqq->pid, type); in bfq_bfqq_name()
1173 snprintf(str, len, "bfqSHARED-%c", type); in bfq_bfqq_name()
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-tmc-core.c481 desc.type = CORESIGHT_DEV_TYPE_SINK; in tmc_probe()
487 desc.type = CORESIGHT_DEV_TYPE_SINK; in tmc_probe()
499 desc.type = CORESIGHT_DEV_TYPE_LINKSINK; in tmc_probe()
/openbmc/linux/arch/s390/kernel/
H A Dperf_pai_crypto.c195 if (a->type != PERF_TYPE_RAW && event->pmu->type != a->type) in paicrypt_event_init()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dvce_v2_0.c549 unsigned type, in vce_v2_0_set_interrupt_state() argument
634 .type = AMDGPU_RING_TYPE_VCE,
678 .type = AMD_IP_BLOCK_TYPE_VCE,
/openbmc/linux/drivers/tty/serial/
H A Dtimbuart.c306 return port->type == PORT_UNKNOWN ? "timbuart" : NULL; in timbuart_type()
370 port->type = PORT_TIMBUART; in timbuart_config_port()
394 .type = timbuart_type,
/openbmc/linux/drivers/iio/health/
H A Dmax30102.c134 .type = IIO_INTENSITY, \
151 .type = IIO_TEMP,
163 .type = IIO_TEMP,
/openbmc/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra234-p3737-0000+p3701-0000.dts323 linux,input-type = <EV_KEY>;
330 linux,input-type = <EV_KEY>;
339 linux,input-type = <EV_KEY>;
/openbmc/linux/drivers/ptp/
H A Dptp_pch.c306 event.type = PTP_CLOCK_EXTTS; in isr()
317 event.type = PTP_CLOCK_EXTTS; in isr()
405 switch (rq->type) { in ptp_pch_enable()
/openbmc/linux/include/trace/events/
H A Dxdp.h337 __entry->mem_type = xa->mem.type;
367 __entry->mem_type = xa->mem.type;
398 __entry->mem_type = mem->type;
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8916-huawei-g7.dts26 chassis-type = "handset";
192 syna,sensor-type = <1>; /* Touchscreen */
232 qcom,hphl-jack-type-normally-open;
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-hashclient255 stress_parser.add_argument('--clients', type=int, default=10,
257 stress_parser.add_argument('--requests', type=int, default=1000,
273 …clean_unused_parser.add_argument("max_age", metavar="SECONDS", type=int, help="Remove unused entri…
/openbmc/linux/tools/testing/selftests/cgroup/
H A Dcgroup_util.c201 char *fs, *mount, *type, *options; in cg_find_unified_root() local
213 type = strtok(NULL, delim); in cg_find_unified_root()
218 if (strcmp(type, "cgroup2") == 0) { in cg_find_unified_root()
/openbmc/linux/drivers/iio/adc/
H A Dad9467.c213 .type = IIO_VOLTAGE, \
369 const int **vals, int *type, int *length, in ad9467_read_avail() argument
378 *type = IIO_VAL_INT_PLUS_MICRO; in ad9467_read_avail()
/openbmc/intel-ipmi-oem/src/
H A Dallowlist-filter.cpp332 rules::type::signal() + rules::member("PropertiesChanged") + in postInit()
342 rules::type::signal() + rules::member("PropertiesChanged") + in postInit()
351 rules::type::signal() + rules::member("PropertiesChanged") + in postInit()
/openbmc/qemu/qapi/
H A Dstats.json208 # @type: kind of statistic.
222 # @bucket-size: Present when @type is "linear-histogram", contains the
229 'type': 'StatsType',
/openbmc/qemu/hw/arm/
H A Dnpcm7xx_boards.c447 static void npcm7xx_set_soc_type(NPCM7xxMachineClass *nmc, const char *type) in npcm7xx_set_soc_type() argument
449 NPCM7xxClass *sc = NPCM7XX_CLASS(object_class_by_name(type)); in npcm7xx_set_soc_type()
452 nmc->soc_type = type; in npcm7xx_set_soc_type()
/openbmc/qemu/scripts/
H A Dcompare-machine-types.py134 'query-cpu-model-expansion', type='full',
326 parser.add_argument('--qemu-binary', nargs="*", type=str,
335 mt_args_group.add_argument('--mt', nargs="*", type=str,
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_h264_req_if.c419 static int vdec_h264_slice_get_param(void *h_vdec, enum vdec_get_param_type type, void *out) in vdec_h264_slice_get_param() argument
423 switch (type) { in vdec_h264_slice_get_param()
437 mtk_vdec_err(inst->ctx, "invalid get parameter type=%d", type); in vdec_h264_slice_get_param()
/openbmc/ipmitool/lib/
H A Dipmi_sunoem.c369 if (e->type != SDR_RECORD_TYPE_GENERIC_DEVICE_LOCATOR) in sunoem_led_get_byentity()
413 if (e->type != SDR_RECORD_TYPE_GENERIC_DEVICE_LOCATOR) in sunoem_led_set_byentity()
484 if (a->type != SDR_RECORD_TYPE_GENERIC_DEVICE_LOCATOR) in ipmi_sunoem_led_get()
519 if (sdr->type != SDR_RECORD_TYPE_GENERIC_DEVICE_LOCATOR) { in ipmi_sunoem_led_get()
520 lprintf(LOG_ERR, "Invalid SDR type %d", sdr->type); in ipmi_sunoem_led_get()
563 if (a->type != SDR_RECORD_TYPE_ENTITY_ASSOC) in ipmi_sunoem_led_get()
691 if (a->type != SDR_RECORD_TYPE_GENERIC_DEVICE_LOCATOR) in ipmi_sunoem_led_set()
718 if (sdr->type != SDR_RECORD_TYPE_GENERIC_DEVICE_LOCATOR) { in ipmi_sunoem_led_set()
719 lprintf(LOG_ERR, "Invalid SDR type %d", sdr->type); in ipmi_sunoem_led_set()
749 if (a->type != SDR_RECORD_TYPE_ENTITY_ASSOC) in ipmi_sunoem_led_set()

1...<<471472473474475476477478479480>>...873