Searched refs:source_type (Results 1 – 13 of 13) sorted by relevance
| /linux/security/selinux/ss/ |
| A D | avtab.c | 54 mix(keyp->source_type); in avtab_hash() 103 if (key1->source_type == key2->source_type && in avtab_node_cmp() 108 if (key1->source_type < key2->source_type) in avtab_node_cmp() 110 if (key1->source_type == key2->source_type && in avtab_node_cmp() 113 if (key1->source_type == key2->source_type && in avtab_node_cmp() 376 key.source_type = (u16)val; in avtab_read_item() 377 if (key.source_type != val) { in avtab_read_item() 435 key.source_type = le16_to_cpu(buf16[items++]); in avtab_read_item() 440 if (!policydb_type_isvalid(pol, key.source_type) || in avtab_read_item() 553 buf16[0] = cpu_to_le16(cur->key.source_type); in avtab_write_item()
|
| A D | avtab.h | 27 u16 source_type; /* source type */ member
|
| A D | policydb.h | 140 u32 source_type; member
|
| A D | policydb.c | 450 return key->source_type + (key->target_type << 3) + in rangetr_hash() 459 v = key1->source_type - key2->source_type; in rangetr_cmp() 1870 rt->source_type = le32_to_cpu(buf[0]); in range_read() 1881 if (!policydb_type_isvalid(p, rt->source_type) || in range_read() 3502 buf[0] = cpu_to_le32(rt->source_type); in range_write_helper()
|
| A D | mls.c | 495 rtr.source_type = scontext->type; in mls_compute_sid()
|
| A D | services.c | 652 avkey.source_type = i + 1; in context_struct_compute_av() 1063 avkey.source_type = i + 1; in security_compute_xperms_decision() 1810 avkey.source_type = scontext->type; in security_compute_sid()
|
| /linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
| A D | input_system.c | 425 switch (channel.source_type) { in input_system_configure_channel() 753 switch (config.source_type) { in configuration_to_registers() 870 channel.source_type = INPUT_SYSTEM_SOURCE_SENSOR; in input_system_csi_fifo_channel_cfg() 896 channel.source_type = INPUT_SYSTEM_SOURCE_SENSOR; in input_system_csi_fifo_channel_with_counting_cfg() 928 channel.source_type = INPUT_SYSTEM_SOURCE_SENSOR; in input_system_csi_sram_channel_cfg() 961 channel.source_type = INPUT_SYSTEM_SOURCE_SENSOR; in input_system_csi_xmem_channel_cfg() 990 channel.source_type = INPUT_SYSTEM_SOURCE_SENSOR; in input_system_csi_xmem_acquire_only_channel_cfg() 1018 channel.source_type = INPUT_SYSTEM_SOURCE_SENSOR; in input_system_csi_xmem_capture_only_channel_cfg() 1053 channel.source_type = INPUT_SYSTEM_SOURCE_PRBS; in input_system_prbs_channel_cfg() 1078 channel.source_type = INPUT_SYSTEM_SOURCE_FIFO; in input_system_gpfifo_channel_cfg() [all …]
|
| /linux/drivers/staging/media/atomisp/pci/ |
| A D | isp2400_input_system_local.h | 43 input_system_source_t source_type; member 50 input_system_source_t source_type; member
|
| A D | isp2401_input_system_global.h | 69 input_system_source_type_t source_type; member
|
| /linux/drivers/staging/media/atomisp/pci/runtime/isys/src/ |
| A D | virtual_isys.c | 405 me->source_type = cfg->mode; in create_input_system_input_port() 424 if (me->source_type == INPUT_SYSTEM_SOURCE_TYPE_SENSOR) { in destroy_input_system_input_port() 499 switch (input_port->source_type) { in calculate_input_system_input_port_cfg()
|
| /linux/drivers/usb/typec/ |
| A D | pd.c | 374 static const struct device_type *source_type[] = { variable 425 type = source_type[pdo_type(pdo)]; in add_pdo()
|
| /linux/sound/pci/asihpi/ |
| A D | asihpi.c | 2146 u16 source_type, source_index; in snd_asihpi_mux_get() local 2151 &source_type, &source_index)); in snd_asihpi_mux_get() 2158 if ((source_type == src_node_type) in snd_asihpi_mux_get() 2165 __func__, h_control, source_type, source_index); in snd_asihpi_mux_get() 2175 u16 source_type, source_index; in snd_asihpi_mux_put() local 2182 &source_type, &source_index); in snd_asihpi_mux_put() 2186 source_type, source_index)); in snd_asihpi_mux_put()
|
| /linux/include/acpi/ |
| A D | actbl1.h | 228 u8 source_type; member
|
Completed in 55 milliseconds