Home
last modified time | relevance | path

Searched refs:source_type (Results 1 – 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/security/selinux/ss/
Davtab.c55 mix(keyp->source_type); in avtab_hash()
119 if (key->source_type == cur->key.source_type && in avtab_insert()
128 if (key->source_type < cur->key.source_type) in avtab_insert()
130 if (key->source_type == cur->key.source_type && in avtab_insert()
133 if (key->source_type == cur->key.source_type && in avtab_insert()
163 if (key->source_type == cur->key.source_type && in avtab_insert_nonunique()
168 if (key->source_type < cur->key.source_type) in avtab_insert_nonunique()
170 if (key->source_type == cur->key.source_type && in avtab_insert_nonunique()
173 if (key->source_type == cur->key.source_type && in avtab_insert_nonunique()
193 if (key->source_type == cur->key.source_type && in avtab_search()
[all …]
Davtab.h27 u16 source_type; /* source type */ member
Dpolicydb.h143 u32 source_type; member
Dpolicydb.c462 return key->source_type + (key->target_type << 3) + in rangetr_hash()
471 v = key1->source_type - key2->source_type; in rangetr_cmp()
1843 rt->source_type = le32_to_cpu(buf[0]); in range_read()
1854 if (!policydb_type_isvalid(p, rt->source_type) || in range_read()
3452 buf[0] = cpu_to_le32(rt->source_type); in range_write_helper()
Dmls.c507 rtr.source_type = scontext->type; in mls_compute_sid()
Dservices.c661 avkey.source_type = i + 1; in context_struct_compute_av()
1079 avkey.source_type = i + 1; in security_compute_xperms_decision()
1837 avkey.source_type = scontext->type; in security_compute_sid()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Dinput_system.c901 switch (channel.source_type) { in input_system_configure_channel()
1246 switch (config.source_type) { in configuration_to_registers()
1371 channel.source_type = INPUT_SYSTEM_SOURCE_SENSOR; in input_system_csi_fifo_channel_cfg()
1397 channel.source_type = INPUT_SYSTEM_SOURCE_SENSOR; in input_system_csi_fifo_channel_with_counting_cfg()
1429 channel.source_type = INPUT_SYSTEM_SOURCE_SENSOR; in input_system_csi_sram_channel_cfg()
1462 channel.source_type = INPUT_SYSTEM_SOURCE_SENSOR; in input_system_csi_xmem_channel_cfg()
1491 channel.source_type = INPUT_SYSTEM_SOURCE_SENSOR; in input_system_csi_xmem_acquire_only_channel_cfg()
1519 channel.source_type = INPUT_SYSTEM_SOURCE_SENSOR; in input_system_csi_xmem_capture_only_channel_cfg()
1554 channel.source_type = INPUT_SYSTEM_SOURCE_PRBS; in input_system_prbs_channel_cfg()
1587 channel.source_type = INPUT_SYSTEM_SOURCE_TPG; in input_system_tpg_channel_cfg()
[all …]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
Disp2400_input_system_local.h114 input_system_source_t source_type; member
121 input_system_source_t source_type; member
Disp2401_input_system_global.h75 input_system_source_type_t source_type; member
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/isys/src/
Dvirtual_isys.c422 me->source_type = cfg->mode; in create_input_system_input_port()
441 if (me->source_type == INPUT_SYSTEM_SOURCE_TYPE_SENSOR) { in destroy_input_system_input_port()
516 switch (input_port->source_type) { in calculate_input_system_input_port_cfg()
/kernel/linux/linux-5.10/sound/pci/asihpi/
Dasihpi.c2162 u16 source_type, source_index; in snd_asihpi_mux_get() local
2167 &source_type, &source_index)); in snd_asihpi_mux_get()
2174 if ((source_type == src_node_type) in snd_asihpi_mux_get()
2182 h_control, source_type, source_index); in snd_asihpi_mux_get()
2192 u16 source_type, source_index; in snd_asihpi_mux_put() local
2199 &source_type, &source_index); in snd_asihpi_mux_put()
2203 source_type, source_index)); in snd_asihpi_mux_put()
/kernel/linux/linux-5.10/include/acpi/
Dactbl1.h177 u8 source_type; member