Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/dvb/
Dca.h100 unsigned int slot_type; member
/Linux-v4.19/include/linux/
Dbpf_verifier.h102 u8 slot_type[BPF_REG_SIZE]; member
/Linux-v4.19/drivers/media/firewire/
Dfiredtv-ci.c53 cap->slot_type = CA_CI; in fdtv_ca_get_caps()
/Linux-v4.19/kernel/bpf/
Dverifier.c352 if (state->stack[i].slot_type[0] == STACK_SPILL) { in print_verifier_state()
359 if (state->stack[i].slot_type[0] == STACK_ZERO) in print_verifier_state()
1028 state->stack[spi].slot_type[0] == STACK_SPILL && in check_stack_write()
1054 if (state->stack[spi].slot_type[i] == STACK_MISC && in check_stack_write()
1078 state->stack[spi].slot_type[i] = STACK_SPILL; in check_stack_write()
1103 state->stack[spi].slot_type[(slot - i) % BPF_REG_SIZE] = in check_stack_write()
1178 stype = reg_state->stack[spi].slot_type; in check_stack_read()
1895 stype = &state->stack[spi].slot_type[slot % BPF_REG_SIZE]; in check_stack_boundary()
2309 if (state->stack[i].slot_type[0] != STACK_SPILL) in __clear_all_pkt_pointers()
3459 if (state->stack[i].slot_type[0] != STACK_SPILL) in find_good_pkt_pointers()
[all …]
/Linux-v4.19/drivers/pci/hotplug/
Dcpqphp.h37 u8 slot_type; member
52 SMBIOS_SLOT_TYPE = offsetof(struct smbios_system_slot, slot_type),
/Linux-v4.19/drivers/media/pci/ttpci/
Dav7110_ca.c270 cap.slot_type = (FW_CI_LL_SUPPORT(av7110->arm_app) ? in dvb_ca_ioctl()
/Linux-v4.19/drivers/media/pci/bt8xx/
Ddst_ca.c244 p_ca_caps->slot_type = 1; in ca_get_slot_caps()
/Linux-v4.19/drivers/media/dvb-core/
Ddvb_ca_en50221.c1383 caps->slot_type = CA_CI_LINK; in dvb_ca_en50221_io_do_ioctl()