Home
last modified time | relevance | path

Searched refs:slot_type (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/include/uapi/linux/dvb/
H A Dca.h85 unsigned int slot_type; member
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dcoex.c1651 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 Dbpf_verifier.h253 u8 slot_type[BPF_REG_SIZE]; member
418 (frame->stack[slot].slot_type[0] == STACK_SPILL)) \
/openbmc/qemu/hw/smbios/
H A Dsmbios.c96 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 Dfiredtv-ci.c49 cap->slot_type = CA_CI; in fdtv_ca_get_caps()
/openbmc/linux/drivers/pci/hotplug/
H A Dcpqphp.h37 u8 slot_type; member
52 SMBIOS_SLOT_TYPE = offsetof(struct smbios_system_slot, slot_type),
/openbmc/qemu/include/hw/firmware/
H A Dsmbios.h237 uint8_t slot_type; member
/openbmc/linux/kernel/bpf/
H A Dverifier.c922 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 Dav7110_ca.c256 cap.slot_type = (FW_CI_LL_SUPPORT(av7110->arm_app) ? in dvb_ca_ioctl()
/openbmc/linux/drivers/media/pci/bt8xx/
H A Ddst_ca.c232 p_ca_caps->slot_type = 1; in ca_get_slot_caps()
/openbmc/qemu/hw/acpi/
H A Dmemory_hotplug.c40 info->slot_type = ACPI_SLOT_TYPE_DIMM; in acpi_memory_device_status()
H A Dcpu.c30 info->slot_type = ACPI_SLOT_TYPE_CPU; in acpi_cpu_device_status()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Dverifier.c109 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 Ddvb_ca_en50221.c1382 caps->slot_type = CA_CI_LINK; in dvb_ca_en50221_io_do_ioctl()
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/
H A Dsmbios.py2825 self.add_field('slot_type', u.unpack_one("B"), unpack.format_table("{}", _slot_types))
/openbmc/qemu/
H A Dqemu-options.hx2676 ``-smbios type=9[,slot_designation=str][,slot_type=%d][,slot_data_bus_width=%d][,current_usage=%d][…