/openbmc/linux/sound/pci/ctxfi/ |
H A D | ctmixer.c | 351 amixers[type*CHN_NUM+i]; in ct_alsa_mix_volume_get() 386 if (AMIXER_MASTER_F == type || AMIXER_PCM_F == type) { in ct_alsa_mix_volume_put() 485 if (MIXER_LINEIN_C_S == type) { in do_line_mic_switch() 529 if ((SWH_CAPTURE_START <= type) && (SWH_CAPTURE_END >= type)) { in do_switch() 540 (MIXER_LINEIN_C_S == type || MIXER_MIC_C_S == type)) { in do_switch() 602 do_switch(atc, type, state); in ct_alsa_mix_switch_put() 736 enum CTALSA_MIXER_CTL type; in ct_mixer_kcontrols_create() local 742 for (type = VOL_MIXER_START; type <= VOL_MIXER_END; type++) { in ct_mixer_kcontrols_create() 754 for (type = SWH_MIXER_START; type <= SWH_MIXER_END; type++) { in ct_mixer_kcontrols_create() 1058 switch (type) { in port_to_amixer() [all …]
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-g-frequency.rst | 33 Pointer to struct :c:type:`v4l2_frequency`. 40 :c:type:`v4l2_frequency` to the respective tuner or 56 .. c:type:: v4l2_frequency 66 the struct :c:type:`v4l2_input` ``tuner`` field and 67 the struct :c:type:`v4l2_tuner` ``index`` field, or 68 the struct :c:type:`v4l2_output` ``modulator`` field 69 and the struct :c:type:`v4l2_modulator` ``index`` 72 - ``type`` 74 :c:type:`v4l2_tuner` ``type`` field. The type must be 82 :c:type:`v4l2_tuner` or struct [all …]
|
/openbmc/phosphor-power/phosphor-regulators/src/actions/ |
H A D | log_phase_fault_action.hpp | 50 explicit LogPhaseFaultAction(PhaseFaultType type) : type{type} {} in LogPhaseFaultAction() argument 62 environment.addPhaseFault(type); in execute() 73 return type; in getType() 83 return "log_phase_fault: { type: " + regulators::toString(type) + " }"; in toString() 90 const PhaseFaultType type; member in phosphor::power::regulators::LogPhaseFaultAction
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Source/PLDM/ |
H A D | FRU.interface.yaml | 28 type: string 32 type: string 36 type: string 40 type: string 44 type: string 48 type: string 55 type: string 59 type: string 63 type: string 67 type: string [all …]
|
/openbmc/linux/drivers/acpi/acpica/ |
H A D | nsobject.c | 57 if (!object && (ACPI_TYPE_ANY != type)) { in acpi_ns_attach_object() 115 object_type = type; in acpi_ns_attach_object() 148 node->type = (u8) object_type; in acpi_ns_attach_object() 184 if (obj_desc->common.type == ACPI_TYPE_METHOD) { in acpi_ns_detach_object() 189 if (obj_desc->common.type == ACPI_TYPE_REGION) { in acpi_ns_detach_object() 214 ((obj_desc->common.next_object)->common.type == in acpi_ns_detach_object() 222 node->type = ACPI_TYPE_ANY; in acpi_ns_detach_object() 288 (obj_desc->common.type == ACPI_TYPE_LOCAL_DATA) || in acpi_ns_get_secondary_object() 290 ((obj_desc->common.next_object)->common.type == in acpi_ns_get_secondary_object() 325 if ((obj_desc->common.type == ACPI_TYPE_LOCAL_DATA) && in acpi_ns_attach_data() [all …]
|
H A D | nssearch.c | 23 acpi_object_type type, 61 acpi_object_type type, in acpi_ns_search_one_scope() argument 78 acpi_ut_get_type_name(type))); in acpi_ns_search_one_scope() 110 acpi_ut_get_type_name(node->type), in acpi_ns_search_one_scope() 130 acpi_ut_get_type_name(type), in acpi_ns_search_one_scope() 165 acpi_object_type type, in acpi_ns_search_parent_tree() argument 185 if (acpi_ns_local(type)) { in acpi_ns_search_parent_tree() 189 acpi_ut_get_type_name(type))); in acpi_ns_search_parent_tree() 255 acpi_object_type type, in acpi_ns_search_and_enter() argument 307 (*return_node)->type, in acpi_ns_search_and_enter() [all …]
|
/openbmc/phosphor-power/org/open_power/Witherspoon/ |
H A D | Fault.metadata.yaml | 5 type: string 13 type: string 21 type: string 29 type: string 37 type: string 45 type: string 170 type: uint16 172 type: string 174 type: string 180 type: uint16 [all …]
|
/openbmc/linux/crypto/asymmetric_keys/ |
H A D | restrict.c | 71 const struct key_type *type, in restrict_link_by_signature() argument 84 if (type != &key_type_asymmetric) in restrict_link_by_signature() 127 const struct key_type *type, in restrict_link_by_ca() argument 133 if (type != &key_type_asymmetric) in restrict_link_by_ca() 168 const struct key_type *type, in restrict_link_by_digsig() argument 174 if (type != &key_type_asymmetric) in restrict_link_by_digsig() 203 const struct key_type *type, in key_or_keyring_common() argument 221 if (type != &key_type_asymmetric) in key_or_keyring_common() 231 if (trusted->type == &key_type_keyring) { in key_or_keyring_common() 325 const struct key_type *type, in restrict_link_by_key_or_keyring() argument [all …]
|
/openbmc/linux/drivers/md/ |
H A D | dm-table.c | 160 t->type = DM_TYPE_NONE; in dm_table_create() 196 if (ti->type->dtr) in dm_table_destroy() 197 ti->type->dtr(ti); in dm_table_destroy() 672 ti->type = dm_get_target_type(type); in dm_table_add_target() 673 if (!ti->type) { in dm_table_add_target() 820 t->type = type; in dm_table_set_type() 950 t->type = live_table->type; in dm_table_determine_type() 976 return t->type; in dm_table_get_type() 1703 if (ti->type->io_hints) in dm_calculate_queue_limits() 2142 if (ti->type->resume) in dm_table_resume_targets() [all …]
|
/openbmc/linux/tools/testing/selftests/rseq/ |
H A D | compiler.h | 38 std::remove_cv<std::remove_reference<decltype(x)>::type>::type 40 #define rseq_scalar_type_to_expr(type) \ argument 41 unsigned type: (unsigned type)0, \ 42 signed type: (signed type)0
|
/openbmc/phosphor-power/phosphor-regulators/test/actions/ |
H A D | pmbus_read_sensor_action_tests.cpp | 53 SensorType type{SensorType::vout}; in TEST() local 67 SensorType type{SensorType::iout}; in TEST() local 116 SensorType type{SensorType::iout}; in TEST() local 163 SensorType type{SensorType::vout}; in TEST() local 213 SensorType type{SensorType::vout}; in TEST() local 234 SensorType type{SensorType::pout}; in TEST() local 277 SensorType type{SensorType::vout}; in TEST() local 506 SensorType type{SensorType::iout}; in TEST() local 516 SensorType type{SensorType::vout}; in TEST() local 538 SensorType type{SensorType::iout}; in TEST() local [all …]
|
/openbmc/linux/kernel/ |
H A D | pid.c | 166 enum pid_type type; in alloc_pid() local 265 for (type = 0; type < PIDTYPE_MAX; ++type) in alloc_pid() 326 return (type == PIDTYPE_PID) ? in task_pid_ptr() 328 &task->signal->pids[type]; in task_pid_ptr() 337 hlist_add_head_rcu(&task->pid_links[type], &pid->tasks[type]); in attach_pid() 367 __change_pid(task, type, pid); in change_pid() 368 attach_pid(task, type); in change_pid() 392 enum pid_type type) in transfer_pid() argument 394 if (type == PIDTYPE_PID) in transfer_pid() 396 hlist_replace_rcu(&old->pid_links[type], &new->pid_links[type]); in transfer_pid() [all …]
|
/openbmc/phosphor-logging/tools/example/xyz/openbmc_project/Example/ |
H A D | Elog.metadata.yaml | 5 type: uint16 7 type: string 9 type: string 17 type: uint32 19 type: uint32 22 type: string 28 type: string 34 type: uint32
|
/openbmc/linux/include/linux/ |
H A D | iscsi_boot_sysfs.h | 83 ssize_t (*show) (void *data, int type, char *buf); 93 umode_t (*is_visible) (void *data, int type); 111 ssize_t (*show) (void *data, int type, char *buf), 112 umode_t (*is_visible) (void *data, int type), 118 ssize_t (*show) (void *data, int type, char *buf), 119 umode_t (*is_visible) (void *data, int type), 124 ssize_t (*show) (void *data, int type, char *buf), 125 umode_t (*is_visible) (void *data, int type), 131 ssize_t (*show)(void *data, int type, char *buf), 132 umode_t (*is_visible)(void *data, int type),
|
/openbmc/u-boot/arch/x86/lib/fsp/ |
H A D | fsp_dram.c | 22 if (hdr->type == HOB_TYPE_RES_DESC) { in dram_init() 24 if (res_desc->type == RES_SYS_MEM || in dram_init() 25 res_desc->type == RES_MEM_RESERVED) { in dram_init() 74 if (hdr->type == HOB_TYPE_RES_DESC) { in install_e820_map() 79 if (res_desc->type == RES_SYS_MEM) in install_e820_map() 80 entries[num_entries].type = E820_RAM; in install_e820_map() 81 else if (res_desc->type == RES_MEM_RESERVED) in install_e820_map() 82 entries[num_entries].type = E820_RESERVED; in install_e820_map() 92 entries[num_entries].type = E820_RESERVED; in install_e820_map() 103 entries[num_entries].type = E820_RESERVED; in install_e820_map()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/top/ |
H A D | ga100.c | 30 u32 data, type, inst; in ga100_top_parse() local 37 type = ~0; in ga100_top_parse() 48 type = (data & 0x3f000000) >> 24; in ga100_top_parse() 69 #define I_(T,I) do { info->type = (T); info->inst = (I); } while(0) in ga100_top_parse() 71 switch (type) { in ga100_top_parse() 88 "runlist %6x engine %2d reset %2d\n", type, inst, in ga100_top_parse() 89 info->type == NVKM_SUBDEV_NR ? "????????" : nvkm_subdev_type[info->type], in ga100_top_parse() 104 ga100_top_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in ga100_top_new() argument 107 return nvkm_top_new_(&ga100_top, device, type, inst, ptop); in ga100_top_new()
|
/openbmc/qemu/ui/ |
H A D | vdagent.c | 258 switch (evt->type) { in vdagent_pointer_event() 324 switch (type) { in type_qemu_to_vdagent() 341 uint32_t q, type; in vdagent_send_clipboard_grab() local 367 *data = type; in vdagent_send_clipboard_grab() 418 memcpy(data, info->types[type].data, info->types[type].size); in vdagent_send_clipboard_data() 439 QemuClipboardType type; in vdagent_clipboard_update_info() local 458 for (type = 0; type < QEMU_CLIPBOARD_TYPE__COUNT; type++) { in vdagent_clipboard_update_info() 481 switch (notify->type) { in vdagent_clipboard_notify() 511 *data = type; in vdagent_clipboard_request() 641 switch (msg->type) { in vdagent_chr_recv_clipboard() [all …]
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | mcdi_mon.c | 105 unsigned int type, state, value; in efx_mcdi_sensor_event() local 130 type, name, state_txt, value, unit); in efx_mcdi_sensor_event() 138 unsigned int type; member 290 attr->type = type; in efx_mcdi_mon_add_attr() 313 int rc, i, j, type; in efx_mcdi_mon_probe() local 373 type++; in efx_mcdi_mon_probe() 375 if ((type % 32) == 0) { in efx_mcdi_mon_probe() 376 page = type / 32; in efx_mcdi_mon_probe() 468 i, type, min1); in efx_mcdi_mon_probe() 475 i, type, max1); in efx_mcdi_mon_probe() [all …]
|
/openbmc/linux/drivers/net/ethernet/sfc/siena/ |
H A D | mcdi_mon.c | 105 unsigned int type, state, value; in efx_siena_mcdi_sensor_event() local 130 type, name, state_txt, value, unit); in efx_siena_mcdi_sensor_event() 138 unsigned int type; member 290 attr->type = type; in efx_mcdi_mon_add_attr() 313 int rc, i, j, type; in efx_siena_mcdi_mon_probe() local 373 type++; in efx_siena_mcdi_mon_probe() 375 if ((type % 32) == 0) { in efx_siena_mcdi_mon_probe() 376 page = type / 32; in efx_siena_mcdi_mon_probe() 468 i, type, min1); in efx_siena_mcdi_mon_probe() 475 i, type, max1); in efx_siena_mcdi_mon_probe() [all …]
|
/openbmc/phosphor-pid-control/sensors/ |
H A D | builder.cpp | 61 std::cerr << "Sensor: " << name << " " << info->type << " "; in buildSensors() 81 if (info->type == "fan") in buildSensors() 84 passiveListeningBus, info->type, name, in buildSensors() 92 passiveListeningBus, info->type, name, in buildSensors() 101 " of type: " + info->type); in buildSensors() 115 if (info->type == "fan") in buildSensors() 163 mgmr.addSensor(info->type, name, std::move(sensor)); in buildSensors() 165 else if (info->type == "temp" || info->type == "margin" || in buildSensors() 166 info->type == "power" || info->type == "powersum") in buildSensors() 184 mgmr.addSensor(info->type, name, std::move(sensor)); in buildSensors() [all …]
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | uaccess_64.h | 77 #define __put_kernel_nofault(dst, src, type, label) \ argument 79 type *addr = (type __force *)(dst); \ 80 type data = *(type *)src; \ 82 switch (sizeof(type)) { \ 147 #define __get_kernel_nofault(dst, src, type, label) \ argument 149 type *addr = (type __force *)(src); \ 152 switch (sizeof(type)) { \ 164 *(type *)dst = (__force type) __gu_val; \ 187 #define __get_user_nocheck(data, addr, size, type) ({ \ argument 200 data = (__force type) __gu_val; \
|
/openbmc/phosphor-power/ |
H A D | pmbus.hpp | 173 virtual uint64_t read(const std::string& name, Type type, 179 Type type) = 0; 184 virtual fs::path getPath(Type type) = 0; 266 bool readBit(const std::string& name, Type type); 280 bool readBitInPage(const std::string& name, size_t page, Type type); 289 bool exists(const std::string& name, Type type); 300 uint64_t read(const std::string& name, Type type, 322 std::vector<uint8_t> readBinary(const std::string& name, Type type, 334 void write(const std::string& name, int value, Type type); 344 Type type) override; [all …]
|
/openbmc/linux/sound/core/ |
H A D | control_compat.c | 52 s32 type; member 106 copy_to_user(&data32->type, &data->type, 3 * sizeof(u32))) in snd_ctl_elem_info_compat() 110 switch (data->type) { in snd_ctl_elem_info_compat() 193 err = info->type; in get_ctl_type() 202 switch (type) { in get_elem_size() 223 int i, type, size; in copy_ctl_value_from_user() local 234 if (type < 0) in copy_ctl_value_from_user() 235 return type; in copy_ctl_value_from_user() 256 *typep = type; in copy_ctl_value_from_user() 293 int err, type, count; in ctl_elem_read_user() local [all …]
|
/openbmc/linux/arch/m68k/coldfire/ |
H A D | intc-525x.c | 24 u32 type = irqd_get_trigger_type(d); in intc2_irq_gpio_mask() local 27 if (type & IRQ_TYPE_EDGE_RISING) in intc2_irq_gpio_mask() 29 if (type & IRQ_TYPE_EDGE_FALLING) in intc2_irq_gpio_mask() 37 u32 type = irqd_get_trigger_type(d); in intc2_irq_gpio_unmask() local 40 if (type & IRQ_TYPE_EDGE_RISING) in intc2_irq_gpio_unmask() 42 if (type & IRQ_TYPE_EDGE_FALLING) in intc2_irq_gpio_unmask() 50 u32 type = irqd_get_trigger_type(d); in intc2_irq_gpio_ack() local 53 if (type & IRQ_TYPE_EDGE_RISING) in intc2_irq_gpio_ack() 55 if (type & IRQ_TYPE_EDGE_FALLING) in intc2_irq_gpio_ack()
|
/openbmc/phosphor-fan-presence/control/example/ |
H A D | zone_conditions.yaml | 5 # type: [The type of condition. Currently, the only supported type is 11 # type: [The property type for this property.] 17 # type: getProperty 22 # type: bool 26 # type: getProperty 31 # type: bool
|