Home
last modified time | relevance | path

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

/openbmc/linux/security/selinux/ss/
H A Davtab.c120 if (key->source_type == cur->key.source_type && in avtab_insert()
129 if (key->source_type < cur->key.source_type) in avtab_insert()
131 if (key->source_type == cur->key.source_type && in avtab_insert()
134 if (key->source_type == cur->key.source_type && in avtab_insert()
165 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()
172 if (key->source_type == cur->key.source_type && in avtab_insert_nonunique()
175 if (key->source_type == cur->key.source_type && in avtab_insert_nonunique()
199 if (key->source_type == cur->key.source_type && in avtab_search_node()
205 if (key->source_type < cur->key.source_type) in avtab_search_node()
[all …]
H A Davtab.h27 u16 source_type; /* source type */ member
H A Dpolicydb.h143 u32 source_type; member
H A Dmls.c508 rtr.source_type = scontext->type; in mls_compute_sid()
H A Dpolicydb.c457 return key->source_type + (key->target_type << 3) + in rangetr_hash()
466 v = key1->source_type - key2->source_type; in rangetr_cmp()
1841 rt->source_type = le32_to_cpu(buf[0]); in range_read()
1852 if (!policydb_type_isvalid(p, rt->source_type) || in range_read()
3453 buf[0] = cpu_to_le32(rt->source_type); in range_write_helper()
H A Dservices.c653 avkey.source_type = i + 1; in context_struct_compute_av()
1064 avkey.source_type = i + 1; in security_compute_xperms_decision()
1813 avkey.source_type = scontext->type; in security_compute_sid()
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dinput_system.c870 switch (channel.source_type) { in input_system_configure_channel()
1199 switch (config.source_type) { in configuration_to_registers()
1317 channel.source_type = INPUT_SYSTEM_SOURCE_SENSOR; in input_system_csi_fifo_channel_cfg()
1343 channel.source_type = INPUT_SYSTEM_SOURCE_SENSOR; in input_system_csi_fifo_channel_with_counting_cfg()
1375 channel.source_type = INPUT_SYSTEM_SOURCE_SENSOR; in input_system_csi_sram_channel_cfg()
1408 channel.source_type = INPUT_SYSTEM_SOURCE_SENSOR; in input_system_csi_xmem_channel_cfg()
1437 channel.source_type = INPUT_SYSTEM_SOURCE_SENSOR; in input_system_csi_xmem_acquire_only_channel_cfg()
1500 channel.source_type = INPUT_SYSTEM_SOURCE_PRBS; in input_system_prbs_channel_cfg()
1533 channel.source_type = INPUT_SYSTEM_SOURCE_TPG; in input_system_tpg_channel_cfg()
1561 channel.source_type = INPUT_SYSTEM_SOURCE_FIFO; in input_system_gpfifo_channel_cfg()
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Disp2400_input_system_local.h43 input_system_source_t source_type; member
50 input_system_source_t source_type; member
H A Disp2401_input_system_global.h70 input_system_source_type_t source_type; member
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/isys/src/
H A Dvirtual_isys.c411 me->source_type = cfg->mode; in create_input_system_input_port()
430 if (me->source_type == INPUT_SYSTEM_SOURCE_TYPE_SENSOR) { in destroy_input_system_input_port()
505 switch (input_port->source_type) { in calculate_input_system_input_port_cfg()
/openbmc/linux/drivers/usb/typec/
H A Dpd.c376 static struct device_type *source_type[] = { variable
427 type = source_type[pdo_type(pdo)]; in add_pdo()
/openbmc/linux/sound/pci/asihpi/
H A Dasihpi.c2160 u16 source_type, source_index; in snd_asihpi_mux_get() local
2165 &source_type, &source_index)); in snd_asihpi_mux_get()
2172 if ((source_type == src_node_type) in snd_asihpi_mux_get()
2180 h_control, source_type, source_index); in snd_asihpi_mux_get()
2190 u16 source_type, source_index; in snd_asihpi_mux_put() local
2197 &source_type, &source_index); in snd_asihpi_mux_put()
2201 source_type, source_index)); in snd_asihpi_mux_put()
/openbmc/linux/include/acpi/
H A Dactbl1.h228 u8 source_type; member