/kernel/linux/linux-5.10/include/uapi/linux/dvb/ |
H A D | ca.h | 92 * @slot_type: bitmap with all supported types as defined at 100 unsigned int slot_type; member
|
/kernel/linux/linux-6.6/include/uapi/linux/dvb/ |
H A D | ca.h | 77 * @slot_type: bitmap with all supported types as defined at 85 unsigned int slot_type; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/dvb/ |
H A D | ca.h | 42 unsigned int slot_type; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/dvb/ |
H A D | ca.h | 42 unsigned int slot_type; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/dvb/ |
H A D | ca.h | 29 unsigned int slot_type; member
|
/kernel/linux/linux-6.6/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 in rtw_coex_action_bt_hid() 2023 u32 slot_type = 0; rtw_coex_action_bt_a2dp() local 2141 u32 slot_type = 0; rtw_coex_action_bt_a2dp_hid() local 2418 u32 slot_type = 0; rtw_coex_action_wl_linkscan() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
H A D | coex.c | 1333 u32 slot_type = 0; in rtw_coex_action_bt_inquiry() local 1357 slot_type = TDMA_4SLOT; in rtw_coex_action_bt_inquiry() 1361 slot_type = TDMA_4SLOT; in rtw_coex_action_bt_inquiry() 1403 rtw_coex_tdma(rtwdev, false, tdma_case | slot_type); in rtw_coex_action_bt_inquiry() 1513 u32 slot_type = 0; in rtw_coex_action_bt_a2dp() local 1517 slot_type = TDMA_4SLOT; in rtw_coex_action_bt_a2dp() 1541 rtw_coex_tdma(rtwdev, false, tdma_case | slot_type); in rtw_coex_action_bt_a2dp() 1623 u32 slot_type = 0; in rtw_coex_action_bt_a2dp_hid() local 1627 slot_type = TDMA_4SLOT; in rtw_coex_action_bt_a2dp_hid() 1655 rtw_coex_tdma(rtwdev, false, tdma_case | slot_type); in rtw_coex_action_bt_a2dp_hid() 1837 u32 slot_type = 0; rtw_coex_action_wl_linkscan() local [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | bpf_verifier.h | 166 u8 slot_type[BPF_REG_SIZE]; member 286 (frame->stack[slot].slot_type[0] == STACK_SPILL)) \
|
/kernel/linux/linux-6.6/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)) \
|
/kernel/linux/linux-5.10/drivers/media/firewire/ |
H A D | firedtv-ci.c | 49 cap->slot_type = CA_CI; in fdtv_ca_get_caps()
|
/kernel/linux/linux-6.6/drivers/media/firewire/ |
H A D | firedtv-ci.c | 49 cap->slot_type = CA_CI; in fdtv_ca_get_caps()
|
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/ |
H A D | av7110_ca.c | 256 cap.slot_type = (FW_CI_LL_SUPPORT(av7110->arm_app) ? in dvb_ca_ioctl()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | verifier.c | 911 * case they do belong to same dynptr, second call won't see slot_type in mark_stack_slots_dynptr() 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() 1057 * hence just checking for slot_type[0] is enough. This is in destroy_if_dynptr_stack_slot() 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[ in destroy_if_dynptr_stack_slot() [all...] |
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | cpqphp.h | 37 u8 slot_type; member 52 SMBIOS_SLOT_TYPE = offsetof(struct smbios_system_slot, slot_type),
|
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | cpqphp.h | 37 u8 slot_type; member 52 SMBIOS_SLOT_TYPE = offsetof(struct smbios_system_slot, slot_type),
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | verifier.c | 573 return stack->slot_type[BPF_REG_SIZE - 1] == STACK_SPILL; in is_spilled_reg() 674 if (state->stack[i].slot_type[j] != STACK_INVALID) in print_verifier_state() 677 state->stack[i].slot_type[j]]; in print_verifier_state() 2453 state->stack[spi].slot_type[i - 1] = STACK_SPILL; in save_register_state() 2457 scrub_spilled_slot(&state->stack[spi].slot_type[i - 1]); in save_register_state() 2501 u8 type = state->stack[spi].slot_type[i]; in check_stack_write_fixed_off() 2557 scrub_spilled_slot(&state->stack[spi].slot_type[i]); in check_stack_write_fixed_off() 2582 state->stack[spi].slot_type[(slot - i) % BPF_REG_SIZE] = in check_stack_write_fixed_off() 2645 stype = &state->stack[spi].slot_type[slot % BPF_REG_SIZE]; in check_stack_write_var_off() 2719 stype = ptr_state->stack[spi].slot_type; in mark_reg_stack_read() [all...] |
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
H A D | dst_ca.c | 232 p_ca_caps->slot_type = 1; in ca_get_slot_caps()
|
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/ |
H A D | dst_ca.c | 232 p_ca_caps->slot_type = 1; in ca_get_slot_caps()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/media/dvb-core/ |
H A D | dvb_ca_en50221.c | 1380 caps->slot_type = CA_CI_LINK; in dvb_ca_en50221_io_do_ioctl()
|
/kernel/linux/linux-6.6/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()
|