Home
last modified time | relevance | path

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

/linux/include/uapi/linux/dvb/
H A Dca.h85 unsigned int slot_type; member
/linux/sound/soc/sof/
H A Dipc4-priv.h125 u32 slot_type);
H A Dipc4.c617 u32 slot_type) in ipc4_fw_ready()
628 if (type == slot_type) in sof_ipc4_module_notification_handler()
634 dev_dbg(sdev->dev, "Slot type %#x is not available in debug window\n", slot_type); in sof_ipc4_module_notification_handler()
580 sof_ipc4_find_debug_slot_offset_by_type(struct snd_sof_dev * sdev,u32 slot_type) sof_ipc4_find_debug_slot_offset_by_type() argument
/linux/drivers/media/firewire/
H A Dfiredtv-ci.c49 cap->slot_type = CA_CI; in fdtv_ca_get_caps()
/linux/include/linux/
H A Dbpf_verifier.h311 u8 slot_type[BPF_REG_SIZE];
534 (1 << frame->stack[slot].slot_type[BPF_REG_SIZE - 1]) & mask)
1223 return stack->slot_type[BPF_REG_SIZE - 1] == STACK_SPILL; in type_is_pkt_pointer()
289 u8 slot_type[BPF_REG_SIZE]; global() member
/linux/drivers/pci/hotplug/
H A Dcpqphp.h37 u8 slot_type; member
52 SMBIOS_SLOT_TYPE = offsetof(struct smbios_system_slot, slot_type),
/linux/kernel/bpf/
H A Dverifier.c695 * case they do belong to same dynptr, second call won't see slot_type in mark_stack_slots_dynptr()
706 state->stack[spi].slot_type[i] = STACK_DYNPTR; in invalidate_dynptr()
707 state->stack[spi - 1].slot_type[i] = STACK_DYNPTR; in invalidate_dynptr()
751 stack[0].slot_type[i] = STACK_INVALID; in unmark_stack_slots_dynptr()
752 stack[1].slot_type[i] = STACK_INVALID; in unmark_stack_slots_dynptr()
798 if (!stack || stack->slot_type[0] != STACK_DYNPTR) in destroy_if_dynptr_stack_slot()
815 * hence just checking for slot_type[0] is enough. This is in destroy_if_dynptr_stack_slot()
819 if (state->stack[spi].slot_type[0] != STACK_DYNPTR) in destroy_if_dynptr_stack_slot()
896 if (state->stack[spi].slot_type[i] != STACK_DYNPTR || in is_dynptr_reg_valid_init()
897 state->stack[spi - 1].slot_type[ in is_dynptr_reg_valid_init()
[all...]
/linux/drivers/media/pci/bt8xx/
H A Ddst_ca.c232 p_ca_caps->slot_type = 1; in ca_get_slot_caps()
/linux/drivers/media/dvb-core/
H A Ddvb_ca_en50221.c1382 caps->slot_type = CA_CI_LINK; in dvb_ca_en50221_io_do_ioctl()