/openbmc/linux/include/uapi/linux/dvb/ |
H A D | ca.h | 85 unsigned int slot_type; member
|
/openbmc/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | coex.c | 1651 u32 slot_type = 0; in rtw_coex_action_bt_relink() local 1663 slot_type = TDMA_4SLOT; in rtw_coex_action_bt_relink() 1681 rtw_coex_tdma(rtwdev, false, tdma_case | slot_type); in rtw_coex_action_bt_relink() 1761 u32 slot_type = 0; in rtw_coex_action_bt_inquiry() local 1794 slot_type = TDMA_4SLOT; in rtw_coex_action_bt_inquiry() 1798 slot_type = TDMA_4SLOT; in rtw_coex_action_bt_inquiry() 1850 rtw_coex_tdma(rtwdev, false, tdma_case | slot_type); in rtw_coex_action_bt_inquiry() 1939 u32 slot_type = 0; in rtw_coex_action_bt_hid() local 1965 slot_type = TDMA_4SLOT; in rtw_coex_action_bt_hid() 1974 slot_type = TDMA_4SLOT; in rtw_coex_action_bt_hid() [all …]
|
/openbmc/linux/include/linux/ |
H A D | bpf_verifier.h | 253 u8 slot_type[BPF_REG_SIZE]; member 418 (frame->stack[slot].slot_type[0] == STACK_SPILL)) \
|
/openbmc/qemu/hw/smbios/ |
H A D | smbios.c | 96 uint8_t slot_type, slot_data_bus_width, current_usage, slot_length, member 765 t->slot_type = t9->slot_type; in smbios_build_type_9_table() 1501 t->slot_type = qemu_opt_get_number(opts, "slot_type", 0); in smbios_entry_add()
|
/openbmc/linux/drivers/media/firewire/ |
H A D | firedtv-ci.c | 49 cap->slot_type = CA_CI; in fdtv_ca_get_caps()
|
/openbmc/linux/drivers/pci/hotplug/ |
H A D | cpqphp.h | 37 u8 slot_type; member 52 SMBIOS_SLOT_TYPE = offsetof(struct smbios_system_slot, slot_type),
|
/openbmc/qemu/include/hw/firmware/ |
H A D | smbios.h | 237 uint8_t slot_type; member
|
/openbmc/linux/kernel/bpf/ |
H A D | verifier.c | 922 state->stack[spi].slot_type[i] = STACK_DYNPTR; in mark_stack_slots_dynptr() 923 state->stack[spi - 1].slot_type[i] = STACK_DYNPTR; in mark_stack_slots_dynptr() 960 state->stack[spi].slot_type[i] = STACK_INVALID; in invalidate_dynptr() 961 state->stack[spi - 1].slot_type[i] = STACK_INVALID; in invalidate_dynptr() 1027 if (state->stack[i].slot_type[0] != STACK_DYNPTR) { in unmark_stack_slots_dynptr() 1061 if (state->stack[spi].slot_type[0] != STACK_DYNPTR) in destroy_if_dynptr_stack_slot() 1078 state->stack[spi].slot_type[i] = STACK_INVALID; in destroy_if_dynptr_stack_slot() 1079 state->stack[spi - 1].slot_type[i] = STACK_INVALID; in destroy_if_dynptr_stack_slot() 1154 if (state->stack[spi].slot_type[i] != STACK_DYNPTR || in is_dynptr_reg_valid_init() 1155 state->stack[spi - 1].slot_type[i] != STACK_DYNPTR) in is_dynptr_reg_valid_init() [all …]
|
/openbmc/linux/drivers/staging/media/av7110/ |
H A D | av7110_ca.c | 256 cap.slot_type = (FW_CI_LL_SUPPORT(av7110->arm_app) ? in dvb_ca_ioctl()
|
/openbmc/linux/drivers/media/pci/bt8xx/ |
H A D | dst_ca.c | 232 p_ca_caps->slot_type = 1; in ca_get_slot_caps()
|
/openbmc/qemu/hw/acpi/ |
H A D | memory_hotplug.c | 40 info->slot_type = ACPI_SLOT_TYPE_DIMM; in acpi_memory_device_status()
|
H A D | cpu.c | 30 info->slot_type = ACPI_SLOT_TYPE_CPU; in acpi_cpu_device_status()
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | verifier.c | 109 if (stack_entry->slot_type[soff % BPF_REG_SIZE] == STACK_ZERO) in nfp_bpf_map_update_value_ok()
|
/openbmc/linux/drivers/media/dvb-core/ |
H A D | dvb_ca_en50221.c | 1382 caps->slot_type = CA_CI_LINK; in dvb_ca_en50221_io_do_ioctl()
|
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/ |
H A D | smbios.py2 | 825 self.add_field('slot_type', u.unpack_one("B"), unpack.format_table("{}", _slot_types))
|
/openbmc/qemu/ |
H A D | qemu-options.hx | 2676 ``-smbios type=9[,slot_designation=str][,slot_type=%d][,slot_data_bus_width=%d][,current_usage=%d][…
|