/openbmc/linux/sound/soc/intel/avs/ |
H A D | topology.c | 124 u32 type; member 299 switch (le32_to_cpu(tuples->type)) { in avs_parse_tokens() 319 count, tuples->type, ret); in avs_parse_tokens() 335 type **val = (type **)(object + offset); \ 499 .type = SND_SOC_TPLG_TUPLE_TYPE_WORD, 505 .type = SND_SOC_TPLG_TUPLE_TYPE_WORD, 511 .type = SND_SOC_TPLG_TUPLE_TYPE_WORD, 517 .type = SND_SOC_TPLG_TUPLE_TYPE_WORD, 523 .type = SND_SOC_TPLG_TUPLE_TYPE_WORD, 529 .type = SND_SOC_TPLG_TUPLE_TYPE_WORD, [all …]
|
/openbmc/linux/fs/ocfs2/ |
H A D | quota_global.c | 361 type); in ocfs2_global_read_info() 488 int type = dquot->dq_id.type; in __ocfs2_sync_dquot() local 607 type, sb->s_id); in ocfs2_sync_dquot_helper() 608 if (type != dquot->dq_id.type) in ocfs2_sync_dquot_helper() 667 dquot->dq_id.type); in ocfs2_write_dquot() 727 dquot->dq_id.type); in ocfs2_release_dquot() 798 int type = dquot->dq_id.type; in ocfs2_acquire_dquot() local 805 type); in ocfs2_acquire_dquot() 879 int type = qid->type; in ocfs2_get_next_id() local 919 int type = dquot->dq_id.type; in ocfs2_mark_dquot_dirty() local [all …]
|
/openbmc/linux/sound/usb/ |
H A D | mixer_scarlett.c | 165 unsigned char type; member 237 uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN; in scarlett_ctl_switch_info() 305 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in scarlett_ctl_info() 384 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED; in scarlett_ctl_enum_dynamic_info() 662 { .num = 1, .type = SCARLETT_SWITCH_PAD, .name = NULL}, 664 { .num = 2, .type = SCARLETT_SWITCH_PAD, .name = NULL}, 705 { .num = 3, .type = SCARLETT_SWITCH_PAD, .name = NULL}, 706 { .num = 4, .type = SCARLETT_SWITCH_PAD, .name = NULL}, 781 { .num = 1, .type = SCARLETT_SWITCH_PAD, .name = NULL}, 783 { .num = 2, .type = SCARLETT_SWITCH_PAD, .name = NULL}, [all …]
|
/openbmc/linux/kernel/trace/ |
H A D | trace_events_synth.c | 139 char *name, *type; in synth_event_define_fields() local 146 type = event->fields[i]->type; in synth_event_define_fields() 207 if (!end || end < start || type + strlen(type) > end + 1) in synth_field_string_size() 747 if (!field->type) in parse_synth_field() 772 char *type; in parse_synth_field() local 776 if (!type) in parse_synth_field() 788 field->type = type; in parse_synth_field() 1188 if (!type) in __synth_event_gen_cmd_start() 2215 char *type, *t; in __synth_event_show() local 2222 type = field->type; in __synth_event_show() [all …]
|
/openbmc/linux/drivers/target/iscsi/ |
H A D | iscsi_target_seq_pdu_list.c | 61 u8 type) in iscsit_ordered_seq_lists() argument 74 u8 type) in iscsit_ordered_pdu_lists() argument 121 u8 type) in iscsit_randomize_pdu_lists() argument 171 u8 type) in iscsit_randomize_seq_lists() argument 176 if ((type == PDULIST_IMMEDIATE) || (type == PDULIST_UNSOLICITED)) in iscsit_randomize_seq_lists() 401 pdu[i].type = PDUTYPE_NORMAL; in iscsit_do_build_pdu_and_seq_lists() 416 pdu[i].type = PDUTYPE_NORMAL; in iscsit_do_build_pdu_and_seq_lists() 437 pdu[i].type = PDUTYPE_NORMAL; in iscsit_do_build_pdu_and_seq_lists() 514 bl.type = PDULIST_NORMAL; in iscsit_build_pdu_and_seq_lists() 526 bl.type = PDULIST_NORMAL; in iscsit_build_pdu_and_seq_lists() [all …]
|
/openbmc/linux/kernel/time/ |
H A D | alarmtimer.c | 244 int i, ret, type; in alarmtimer_suspend() local 252 type = freezer_alarmtype; in alarmtimer_suspend() 276 type = i; in alarmtimer_suspend() 331 alarm->type = type; in __alarm_init() 512 switch(type) { in alarmtimer_freezerset() 515 type = ALARM_REALTIME_FREEZER; in alarmtimer_freezerset() 519 type = ALARM_BOOTTIME_FREEZER; in alarmtimer_freezerset() 532 freezer_alarmtype = type; in alarmtimer_freezerset() 729 enum alarmtimer_type type; in alarm_timer_create() local 771 enum alarmtimer_type type) in alarmtimer_do_nsleep() argument [all …]
|
/openbmc/linux/security/tomoyo/ |
H A D | network.c | 286 u8 type; in tomoyo_write_inet_network() local 293 for (type = 0; type < TOMOYO_MAX_NETWORK_OPERATION; type++) in tomoyo_write_inet_network() 331 u8 type; in tomoyo_write_unix_network() local 338 for (type = 0; type < TOMOYO_MAX_NETWORK_OPERATION; type++) in tomoyo_write_unix_network() 474 if (type && tomoyo_init_request_info(&r, NULL, type) in tomoyo_inet_entry() 551 if (type && tomoyo_init_request_info(&r, NULL, type) in tomoyo_unix_entry() 654 const unsigned int type = sock->type; in tomoyo_socket_listen_permission() local 691 const unsigned int type = sock->type; in tomoyo_socket_connect_permission() local 728 const unsigned int type = sock->type; in tomoyo_socket_bind_permission() local 763 const unsigned int type = sock->type; in tomoyo_socket_sendmsg_permission() local [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_btf_map_in_map.c | 7 __uint(type, BPF_MAP_TYPE_ARRAY); 15 __uint(type, BPF_MAP_TYPE_ARRAY); 22 __uint(type, BPF_MAP_TYPE_ARRAY_OF_MAPS); 28 __uint(type, BPF_MAP_TYPE_ARRAY); 45 __uint(type, BPF_MAP_TYPE_ARRAY); 54 __uint(type, BPF_MAP_TYPE_ARRAY); 62 __uint(type, BPF_MAP_TYPE_ARRAY_OF_MAPS); 67 __uint(type, BPF_MAP_TYPE_ARRAY); 82 __uint(type, BPF_MAP_TYPE_HASH_OF_MAPS); 98 __uint(type, BPF_MAP_TYPE_REUSEPORT_SOCKARRAY); [all …]
|
/openbmc/linux/arch/x86/kernel/cpu/mtrr/ |
H A D | cyrix.c | 15 unsigned long *size, mtrr_type * type) in cyrix_get_arr() argument 50 *type = MTRR_TYPE_UNCACHABLE; in cyrix_get_arr() 53 *type = MTRR_TYPE_WRBACK; in cyrix_get_arr() 56 *type = MTRR_TYPE_WRCOMB; in cyrix_get_arr() 60 *type = MTRR_TYPE_WRTHROUGH; in cyrix_get_arr() 66 *type = MTRR_TYPE_UNCACHABLE; in cyrix_get_arr() 69 *type = MTRR_TYPE_WRCOMB; in cyrix_get_arr() 72 *type = MTRR_TYPE_WRBACK; in cyrix_get_arr() 76 *type = MTRR_TYPE_WRTHROUGH; in cyrix_get_arr() 195 switch (type) { in cyrix_set_arr() [all …]
|
H A D | centaur.c | 50 unsigned long *size, mtrr_type * type) in centaur_get_mcr() argument 54 *type = MTRR_TYPE_WRCOMB; /* write-combining */ in centaur_get_mcr() 57 *type = MTRR_TYPE_UNCACHABLE; in centaur_get_mcr() 59 *type = MTRR_TYPE_WRBACK; in centaur_get_mcr() 61 *type = MTRR_TYPE_WRBACK; in centaur_get_mcr() 66 unsigned long size, mtrr_type type) in centaur_set_mcr() argument 79 if (type == MTRR_TYPE_UNCACHABLE) in centaur_set_mcr() 91 centaur_validate_add_page(unsigned long base, unsigned long size, unsigned int type) in centaur_validate_add_page() argument 96 if (type != MTRR_TYPE_WRCOMB && in centaur_validate_add_page() 97 (centaur_mcr_type == 0 || type != MTRR_TYPE_UNCACHABLE)) { in centaur_validate_add_page()
|
H A D | if.c | 57 reg = mtrr_add_page(base, size, type, true); in mtrr_file_add() 158 mtrr_type type; in mtrr_ioctl() local 198 err |= get_user(sentry.type, &s32->type); in mtrr_ioctl() 211 err |= get_user(gentry.type, &g32->type); in mtrr_ioctl() 259 gentry.base = gentry.size = gentry.type = 0; in mtrr_ioctl() 263 gentry.type = type; in mtrr_ioctl() 303 gentry.base = gentry.size = gentry.type = 0; in mtrr_ioctl() 307 gentry.type = type; in mtrr_ioctl() 330 err |= put_user(gentry.type, &g32->type); in mtrr_ioctl() 361 mtrr_type type; in mtrr_seq_show() local [all …]
|
/openbmc/linux/crypto/ |
H A D | af_alg.c | 54 type = node->type; in alg_get_type() 69 if (!strcmp(node->type->name, type->name)) in af_alg_register_type() 81 node->type = type; in af_alg_register_type() 99 if (strcmp(node->type->name, type->name)) in af_alg_unregister_type() 115 if (!type) in alg_do_release() 195 swap(ask->type, type); in alg_bind() 211 const struct af_alg_type *type = ask->type; in alg_setkey() local 289 const struct af_alg_type *type = ask->type; in alg_setkey_by_key_serial() local 369 type = ask->type; in alg_setsockopt() 419 type = ask->type; in af_alg_accept() [all …]
|
/openbmc/u-boot/drivers/phy/marvell/ |
H A D | comphy_mux.c | 30 if (comphy_map_data->type == PHY_TYPE_IGNORE) in comphy_mux_check_config() 36 if (mux_opt->type == comphy_map_data->type) { in comphy_mux_check_config() 43 lane, comphy_map_data->type); in comphy_mux_check_config() 46 comphy_map_data->type = PHY_TYPE_UNCONNECTED; in comphy_mux_check_config() 49 lane, comphy_map_data->type); in comphy_mux_check_config() 57 u32 type, int lane) in comphy_mux_get_mux_value() argument 67 if (mux_opt->type == type) { in comphy_mux_get_mux_value() 90 if (comphy_map_data->type == PHY_TYPE_IGNORE) in comphy_mux_reg_write() 104 comphy_map_data->type, in comphy_mux_reg_write()
|
/openbmc/bios-bmc-smm-error-logger/ |
H A D | meson.options | 1 option('tests', type: 'feature', value: 'enabled', description: 'Build tests') 4 option('read-interval-ms', type: 'integer', value: 10, description: 'Read loop interval in millisec… 7 option('memory-region-size', type: 'integer', value: 16384, description: 'Memory size allcated') 9 option('memory-region-offset', type: 'integer', value: 4035215360, description: 'Where the memory r… 12 option('bmc-interface-version', type: 'integer', value: 0, description: 'BMC interface version to e… 13 option('queue-region-size', type: 'integer', value: 512, description: 'Normal error queue region si… 14 option('ue-region-size', type: 'integer', value: 80, description: 'Uncorrectable error region size') 16 option('magic-number-byte1', type: 'integer', value: 1, description: 'Magic Number array[0] for val… 17 option('magic-number-byte2', type: 'integer', value: 2, description: 'Magic Number array[1] for val… 18 option('magic-number-byte3', type: 'integer', value: 3, description: 'Magic Number array[2] for val… [all …]
|
/openbmc/qemu/target/arm/ |
H A D | cortex-regs.c | 40 .access = PL1_RW, .type = ARM_CP_CONST, .resetvalue = 0 }, 43 .access = PL1_RW, .type = ARM_CP_CONST, .resetvalue = 0 }, 46 .access = PL1_RW, .type = ARM_CP_CONST, .resetvalue = 0 }, 49 .access = PL1_RW, .type = ARM_CP_CONST, .resetvalue = 0 }, 52 .access = PL1_RW, .type = ARM_CP_CONST | ARM_CP_64BIT, .resetvalue = 0 }, 55 .access = PL1_RW, .type = ARM_CP_CONST, .resetvalue = 0 }, 58 .access = PL1_RW, .type = ARM_CP_CONST | ARM_CP_64BIT, .resetvalue = 0 }, 61 .access = PL1_RW, .type = ARM_CP_CONST, .resetvalue = 0 }, 64 .access = PL1_RW, .type = ARM_CP_CONST | ARM_CP_64BIT, .resetvalue = 0 }, 67 .access = PL1_RW, .type = ARM_CP_CONST, .resetvalue = 0 }, [all …]
|
/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/ |
H A D | bioscfg.h | 283 #define GET_INSTANCE_ID(type) \ argument 295 #define ATTRIBUTE_S_PROPERTY_SHOW(name, type) \ argument 299 int i = get_##type##_instance_id(kobj); \ 305 #define ATTRIBUTE_N_PROPERTY_SHOW(name, type) \ argument 309 int i = get_##type##_instance_id(kobj); \ 315 #define ATTRIBUTE_PROPERTY_STORE(curr_val, type) \ argument 330 i = get_##type##_instance_id(kobj); \ 332 ret = validate_##type##_input(i, attr_value); \ 337 update_##type##_value(i, attr_value); \ 347 #define ATTRIBUTE_SPM_N_PROPERTY_SHOW(name, type) \ argument [all …]
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | scrub.c | 209 .type = ST_NONE, 215 .type = ST_PERAG, 221 .type = ST_PERAG, 227 .type = ST_PERAG, 233 .type = ST_PERAG, 326 .type = ST_FS, 333 .type = ST_FS, 340 .type = ST_FS, 346 .type = ST_FS, 352 .type = ST_FS, [all …]
|
/openbmc/linux/drivers/usb/serial/ |
H A D | xr_serial.c | 247 const struct xr_type *type = data->type; in xr_set_reg() local 252 type->set_reg, in xr_set_reg() 267 const struct xr_type *type = data->type; in xr_get_reg() local 282 type->get_reg, in xr_get_reg() 388 if (data->type->enable) in xr_uart_enable() 398 if (data->type->disable) in xr_uart_disable() 467 const struct xr_type *type = data->type; in xr_tiocmset_port() local 512 const struct xr_type *type = data->type; in xr_break_ctl() local 632 const struct xr_type *type = data->type; in xr_set_flow_mode() local 1027 data->type = type; in xr_port_probe() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_vmid.h | 50 #define DCN20_VMID_REG_FIELD_LIST(type)\ argument 51 type VM_CONTEXT0_PAGE_TABLE_DEPTH;\ 52 type VM_CONTEXT0_PAGE_TABLE_BLOCK_SIZE;\ 53 type VM_CONTEXT0_PAGE_DIRECTORY_ENTRY_HI32;\ 54 type VM_CONTEXT0_PAGE_DIRECTORY_ENTRY_LO32;\ 55 type VM_CONTEXT0_START_LOGICAL_PAGE_NUMBER_HI4;\ 56 type VM_CONTEXT0_START_LOGICAL_PAGE_NUMBER_LO32;\ 57 type VM_CONTEXT0_END_LOGICAL_PAGE_NUMBER_HI4;\ 58 type VM_CONTEXT0_END_LOGICAL_PAGE_NUMBER_LO32
|
/openbmc/linux/drivers/platform/x86/dell/ |
H A D | dell-wmi-privacy.c | 95 bool dell_privacy_process_event(int type, int code, int status) in dell_privacy_process_event() argument 111 type, code); in dell_privacy_process_event() 141 enum dell_hardware_privacy_type type; in dell_privacy_supported_type_show() local 146 for (type = DELL_PRIVACY_TYPE_AUDIO; type < DELL_PRIVACY_TYPE_MAX; type++) { in dell_privacy_supported_type_show() 147 if (privacy_list & BIT(type)) in dell_privacy_supported_type_show() 162 enum dell_hardware_privacy_type type; in dell_privacy_current_state_show() local 166 for (type = DELL_PRIVACY_TYPE_AUDIO; type < DELL_PRIVACY_TYPE_MAX; type++) { in dell_privacy_current_state_show() 167 if (privacy_supported & BIT(type)) { in dell_privacy_current_state_show() 168 if (privacy_state & BIT(type)) in dell_privacy_current_state_show() 221 if (obj_present->type != ACPI_TYPE_BUFFER) { in get_current_status() [all …]
|
/openbmc/linux/fs/btrfs/ |
H A D | uuid-tree.c | 19 key->type = type; in btrfs_uuid_to_key() 26 u8 type, u64 subid) in btrfs_uuid_tree_lookup() argument 47 btrfs_uuid_to_key(uuid, type, &key); in btrfs_uuid_tree_lookup() 107 btrfs_uuid_to_key(uuid, type, &key); in btrfs_uuid_tree_add() 135 ret, key.objectid, key.offset, type); in btrfs_uuid_tree_add() 170 btrfs_uuid_to_key(uuid, type, &key); in btrfs_uuid_tree_remove() 265 if (type != BTRFS_UUID_KEY_SUBVOL && in btrfs_check_uuid_tree_entry() 277 switch (type) { in btrfs_check_uuid_tree_entry() 311 key.type = 0; in btrfs_uuid_tree_iterate() 332 if (key.type != BTRFS_UUID_KEY_SUBVOL && in btrfs_uuid_tree_iterate() [all …]
|
/openbmc/linux/net/core/ |
H A D | lwtunnel.c | 245 if (lwtstate->type == LWTUNNEL_ENCAP_NONE || in lwtunnel_fill_encap() 246 lwtstate->type > LWTUNNEL_ENCAP_MAX) in lwtunnel_fill_encap() 284 if (lwtstate->type == LWTUNNEL_ENCAP_NONE || in lwtunnel_get_encap_size() 285 lwtstate->type > LWTUNNEL_ENCAP_MAX) in lwtunnel_get_encap_size() 309 if (a->type != b->type) in lwtunnel_cmp_encap() 312 if (a->type == LWTUNNEL_ENCAP_NONE || in lwtunnel_cmp_encap() 313 a->type > LWTUNNEL_ENCAP_MAX) in lwtunnel_cmp_encap() 337 if (lwtstate->type == LWTUNNEL_ENCAP_NONE || in lwtunnel_output() 338 lwtstate->type > LWTUNNEL_ENCAP_MAX) in lwtunnel_output() 373 lwtstate->type > LWTUNNEL_ENCAP_MAX) in lwtunnel_xmit() [all …]
|
/openbmc/bmcweb/ |
H A D | meson.options | 4 type: 'feature', 13 type: 'feature', 21 type: 'feature', 37 # type: 'feature', 45 type: 'feature', 56 type: 'feature', 65 type: 'feature', 74 type: 'feature', 83 type: 'feature', 164 type: 'combo', [all …]
|
/openbmc/linux/sound/core/ |
H A D | sound.c | 108 if (mreg && mreg->type == type) { in snd_lookup_minor_data() 186 if (type == SNDRV_DEVICE_TYPE_SEQUENCER) in snd_find_free_minor() 188 if (type == SNDRV_DEVICE_TYPE_TIMER) in snd_find_free_minor() 208 switch (type) { in snd_find_free_minor() 211 minor = type; in snd_find_free_minor() 216 minor = SNDRV_MINOR(card->number, type); in snd_find_free_minor() 266 preg->type = type; in snd_register_device() 331 switch (type) { in snd_device_type_name() 367 snd_device_type_name(mptr->type)); in snd_minor_info_read() 371 snd_device_type_name(mptr->type)); in snd_minor_info_read() [all …]
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | uaccess.h | 187 #define __get_mem_asm(load, reg, x, addr, err, type) \ argument 191 _ASM_EXTABLE_##type##ACCESS_ERR_ZERO(1b, 2b, %w0, %w1) \ 195 #define __raw_get_mem(ldr, x, ptr, err, type) \ argument 261 #define __get_kernel_nofault(dst, src, type, err_label) \ argument 268 __raw_get_mem("ldr", *((type *)(__gkn_dst)), \ 269 (__force type *)(__gkn_src), __gkn_err, K); \ 276 #define __put_mem_asm(store, reg, x, addr, err, type) \ argument 280 _ASM_EXTABLE_##type##ACCESS_ERR(1b, 2b, %w0) \ 284 #define __raw_put_mem(str, x, ptr, err, type) \ argument 354 __raw_put_mem("str", *((type *)(__pkn_src)), \ [all …]
|