Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/intel/avs/
H A Dicl.c86 static int avs_icl_slot_offset(struct avs_dev *adev, union avs_icl_memwnd2_slot_type slot_type) in avs_icl_slot_offset() argument
94 if (desc[i].slot_id.val == slot_type.val) in avs_icl_slot_offset()
101 union avs_icl_memwnd2_slot_type slot_type = AVS_ICL_SLOT_DEBUG_LOG; in avs_icl_log_buffer_offset() local
104 slot_type.resource_id = core; in avs_icl_log_buffer_offset()
105 ret = avs_icl_slot_offset(adev, slot_type); in avs_icl_log_buffer_offset()
108 slot_type.val); in avs_icl_log_buffer_offset()
/linux-6.15/kernel/bpf/
H A Dlog.c781 u8 slot_type; in print_verifier_state() local
788 slot_type = state->stack[i].slot_type[j]; in print_verifier_state()
789 if (slot_type != STACK_INVALID) in print_verifier_state()
791 types_buf[j] = slot_type_char[slot_type]; in print_verifier_state()
798 switch (state->stack[i].slot_type[BPF_REG_SIZE - 1]) { in print_verifier_state()
802 if (state->stack[i].slot_type[j] == STACK_SPILL) in print_verifier_state()
H A Dverifier.c1055 slot->slot_type[j] = STACK_ITER; in mark_stack_slots_iter()
1086 slot->slot_type[j] = STACK_INVALID; in unmark_stack_slots_iter()
1114 if (slot->slot_type[j] == STACK_ITER) in is_iter_reg_valid_uninit()
1146 if (slot->slot_type[j] != STACK_ITER) in is_iter_reg_valid_init()
1184 slot->slot_type[i] = STACK_IRQ_FLAG; in mark_stack_slot_irq_flag()
1237 slot->slot_type[i] = STACK_INVALID; in unmark_stack_slot_irq_flag()
1262 if (slot->slot_type[i] == STACK_IRQ_FLAG) in is_irq_flag_reg_valid_uninit()
1285 if (slot->slot_type[i] != STACK_IRQ_FLAG) in is_irq_flag_reg_valid_init()
5273 stype = ptr_state->stack[spi].slot_type; in mark_reg_stack_read()
5311 stype = reg_state->stack[spi].slot_type; in check_stack_read_fixed_off()
[all …]
/linux-6.15/include/uapi/linux/dvb/
H A Dca.h85 unsigned int slot_type; member
/linux-6.15/drivers/net/wireless/realtek/rtw88/
H A Dcoex.c1675 u32 slot_type = 0; in rtw_coex_action_bt_relink() local
1687 slot_type = TDMA_4SLOT; in rtw_coex_action_bt_relink()
1785 u32 slot_type = 0; in rtw_coex_action_bt_inquiry() local
1963 u32 slot_type = 0; in rtw_coex_action_bt_hid() local
2047 u32 slot_type = 0; in rtw_coex_action_bt_a2dp() local
2054 slot_type = TDMA_4SLOT; in rtw_coex_action_bt_a2dp()
2165 u32 slot_type = 0; in rtw_coex_action_bt_a2dp_hid() local
2168 slot_type = TDMA_4SLOT; in rtw_coex_action_bt_a2dp_hid()
2424 u32 slot_type = 0; in rtw_coex_action_wl_linkscan() local
2432 slot_type = TDMA_4SLOT; in rtw_coex_action_wl_linkscan()
[all …]
/linux-6.15/sound/soc/sof/
H A Dipc4-priv.h122 u32 slot_type);
H A Dipc4.c555 u32 slot_type) in sof_ipc4_find_debug_slot_offset_by_type() argument
566 if (type == slot_type) in sof_ipc4_find_debug_slot_offset_by_type()
572 dev_dbg(sdev->dev, "Slot type %#x is not available in debug window\n", slot_type); in sof_ipc4_find_debug_slot_offset_by_type()
/linux-6.15/drivers/media/firewire/
H A Dfiredtv-ci.c49 cap->slot_type = CA_CI; in fdtv_ca_get_caps()
/linux-6.15/include/linux/
H A Dbpf_verifier.h258 u8 slot_type[BPF_REG_SIZE]; member
478 ((1 << frame->stack[slot].slot_type[BPF_REG_SIZE - 1]) & (mask))) \
/linux-6.15/drivers/pci/hotplug/
H A Dcpqphp.h37 u8 slot_type; member
52 SMBIOS_SLOT_TYPE = offsetof(struct smbios_system_slot, slot_type),
/linux-6.15/drivers/staging/media/av7110/
H A Dav7110_ca.c259 cap.slot_type = (FW_CI_LL_SUPPORT(av7110->arm_app) ? in dvb_ca_ioctl()
/linux-6.15/drivers/media/pci/bt8xx/
H A Ddst_ca.c232 p_ca_caps->slot_type = 1; in ca_get_slot_caps()
/linux-6.15/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()
/linux-6.15/drivers/media/dvb-core/
H A Ddvb_ca_en50221.c1382 caps->slot_type = CA_CI_LINK; in dvb_ca_en50221_io_do_ioctl()