Home
last modified time | relevance | path

Searched refs:guid (Results 1 – 25 of 186) sorted by relevance

12345678

/linux-6.3-rc2/drivers/media/common/
A Duvc.c16 .guid = UVC_GUID_FORMAT_YUY2,
24 .guid = UVC_GUID_FORMAT_NV12,
28 .guid = UVC_GUID_FORMAT_MJPEG,
32 .guid = UVC_GUID_FORMAT_YV12,
36 .guid = UVC_GUID_FORMAT_I420,
40 .guid = UVC_GUID_FORMAT_M420,
44 .guid = UVC_GUID_FORMAT_UYVY,
52 .guid = UVC_GUID_FORMAT_Y8,
64 .guid = UVC_GUID_FORMAT_Y10,
68 .guid = UVC_GUID_FORMAT_Y12,
[all …]
/linux-6.3-rc2/drivers/infiniband/hw/mlx5/
A Dib_virt.c152 u64 guid) in set_vf_node_guid() argument
165 in->node_guid = guid; in set_vf_node_guid()
168 vfs_ctx[vf].node_guid = guid; in set_vf_node_guid()
176 u64 guid) in set_vf_port_guid() argument
189 in->port_guid = guid; in set_vf_port_guid()
192 vfs_ctx[vf].port_guid = guid; in set_vf_port_guid()
200 u64 guid, int type) in mlx5_ib_set_vf_guid() argument
203 return set_vf_node_guid(device, vf, port, guid); in mlx5_ib_set_vf_guid()
205 return set_vf_port_guid(device, vf, port, guid); in mlx5_ib_set_vf_guid()
218 node_guid->guid = in mlx5_ib_get_vf_guid()
[all …]
/linux-6.3-rc2/drivers/acpi/
A Dprmt.c55 guid_t guid; member
64 guid_t guid; member
111 guid_copy(&tm->guid, (guid_t *) module_info->module_guid); in acpi_parse_prmt()
150 guid_copy(&th->guid, (guid_t *)handler_info->handler_guid); in acpi_parse_prmt()
171 static void *find_guid_info(const guid_t *guid, u8 mode) in find_guid_info() argument
180 if (guid_equal(guid, &cur_handler->guid)) { in find_guid_info()
192 static struct prm_module_info *find_prm_module(const guid_t *guid) in find_prm_module() argument
194 return (struct prm_module_info *)find_guid_info(guid, GET_MODULE); in find_prm_module()
197 static struct prm_handler_info *find_prm_handler(const guid_t *guid) in find_prm_handler() argument
199 return (struct prm_handler_info *) find_guid_info(guid, GET_HANDLER); in find_prm_handler()
[all …]
/linux-6.3-rc2/lib/
A Duuid.c43 void generate_random_guid(unsigned char guid[16]) in generate_random_guid()
45 get_random_bytes(guid, 16); in generate_random_guid()
47 guid[7] = (guid[7] & 0x0F) | 0x40; in generate_random_guid()
49 guid[8] = (guid[8] & 0x3F) | 0x80; in generate_random_guid()
/linux-6.3-rc2/drivers/platform/x86/dell/
A Ddell-wmi-aio.c165 const char *guid; in dell_wmi_aio_init() local
167 guid = dell_wmi_aio_find(); in dell_wmi_aio_init()
168 if (!guid) { in dell_wmi_aio_init()
177 err = wmi_install_notify_handler(guid, dell_wmi_aio_notify, NULL); in dell_wmi_aio_init()
189 const char *guid; in dell_wmi_aio_exit() local
191 guid = dell_wmi_aio_find(); in dell_wmi_aio_exit()
192 wmi_remove_notify_handler(guid); in dell_wmi_aio_exit()
/linux-6.3-rc2/drivers/platform/x86/
A Dwmi.c45 guid_t guid; member
494 pr_info("%pUL:\n", &g->guid); in wmi_dump_wdg()
567 if (!guid || !handler) in wmi_install_notify_handler()
570 if (guid_parse(guid, &guid_input)) in wmi_install_notify_handler()
607 if (!guid) in wmi_remove_notify_handler()
610 if (guid_parse(guid, &guid_input)) in wmi_remove_notify_handler()
723 static DEVICE_ATTR_RO(guid);
1074 if (guid_equal(&wblock->gblock.guid, guid)) in guid_count()
1178 if (guid_equal(&tmp, guid)) in guid_already_parsed_for_legacy()
1181 if (guid_equal(&wblock->gblock.guid, guid)) { in guid_already_parsed_for_legacy()
[all …]
A Dhuawei-wmi.c790 wmi_remove_notify_handler(guid); in huawei_wmi_input_exit()
803 const struct wmi_device_id *guid = huawei_wmi_events_id_table; in huawei_wmi_probe() local
809 while (*guid->guid_string) { in huawei_wmi_probe()
810 if (wmi_has_guid(guid->guid_string)) { in huawei_wmi_probe()
811 err = huawei_wmi_input_setup(&pdev->dev, guid->guid_string); in huawei_wmi_probe()
818 guid++; in huawei_wmi_probe()
835 const struct wmi_device_id *guid = huawei_wmi_events_id_table; in huawei_wmi_remove() local
837 while (*guid->guid_string) { in huawei_wmi_remove()
838 if (wmi_has_guid(guid->guid_string)) in huawei_wmi_remove()
839 huawei_wmi_input_exit(&pdev->dev, guid->guid_string); in huawei_wmi_remove()
[all …]
A Dmsi-wmi.c78 const char *guid; member
290 if (!wmi_has_guid(event_wmis[i].guid)) in msi_wmi_init()
299 err = wmi_install_notify_handler(event_wmis[i].guid, in msi_wmi_init()
330 wmi_remove_notify_handler(event_wmi->guid); in msi_wmi_init()
340 wmi_remove_notify_handler(event_wmi->guid); in msi_wmi_exit()
/linux-6.3-rc2/arch/ia64/kernel/
A Desi.c37 efi_guid_t guid; member
88 int ia64_esi_call (efi_guid_t guid, struct ia64_sal_retval *isrvp, in ia64_esi_call() argument
105 if (!efi_guidcmp(guid, esi->guid)) { in ia64_esi_call()
140 int ia64_esi_call_phys (efi_guid_t guid, struct ia64_sal_retval *isrvp, in ia64_esi_call_phys() argument
157 if (!efi_guidcmp(guid, esi->guid)) { in ia64_esi_call_phys()
A Dmca_drv.c261 if (!efi_guidcmp(sp->guid, SAL_PROC_DEV_ERR_SECT_GUID)) { in mca_make_slidx()
263 } else if (!efi_guidcmp(sp->guid, in mca_make_slidx()
267 } else if (!efi_guidcmp(sp->guid, in mca_make_slidx()
271 } else if (!efi_guidcmp(sp->guid, in mca_make_slidx()
275 } else if (!efi_guidcmp(sp->guid, in mca_make_slidx()
279 } else if (!efi_guidcmp(sp->guid, in mca_make_slidx()
283 } else if (!efi_guidcmp(sp->guid, in mca_make_slidx()
287 } else if (!efi_guidcmp(sp->guid, in mca_make_slidx()
291 } else if (!efi_guidcmp(sp->guid, in mca_make_slidx()
/linux-6.3-rc2/fs/squashfs/
A Dsquashfs_fs.h273 __le16 guid; member
282 __le16 guid; member
292 __le16 guid; member
303 __le16 guid; member
314 __le16 guid; member
326 __le16 guid; member
338 __le16 guid; member
352 __le16 guid; member
369 __le16 guid; member
383 __le16 guid; member
/linux-6.3-rc2/drivers/firmware/efi/
A Defi.c195 efi_guid_t guid; in generic_ops_supported() local
199 status = efi.get_next_variable(&name_size, &name, &guid); in generic_ops_supported()
253 efi_guid_t guid; in efivar_ssdt_load() local
268 status = efi.get_next_variable(&name_size, name, &guid); in efivar_ssdt_load()
621 if (efi_guidcmp(*guid, table_types[i].guid)) in match_config_table()
624 if (!efi_config_table_is_usable(guid, table)) { in match_config_table()
646 const efi_guid_t *guid; in efi_config_parse_tables() local
653 guid = &config_tables[i].guid; in efi_config_parse_tables()
656 guid = &tbl64[i].guid; in efi_config_parse_tables()
666 guid = &tbl32[i].guid; in efi_config_parse_tables()
[all …]
A Dcapsule.c86 int efi_capsule_supported(efi_guid_t guid, u32 flags, size_t size, int *reset) in efi_capsule_supported() argument
97 memcpy(&capsule.guid, &guid, sizeof(efi_guid_t)); in efi_capsule_supported()
219 efi_guid_t guid = capsule->guid; in efi_capsule_update() local
226 rv = efi_capsule_supported(guid, flags, imagesize, &reset_type); in efi_capsule_update()
/linux-6.3-rc2/include/linux/
A Dhyperv.h804 guid_t guid; member
1368 .guid = GUID_INIT(0xf8615163, 0xdf3e, 0x46c5, 0x91, 0x3f, \
1376 .guid = GUID_INIT(0x32412632, 0x86cb, 0x44a2, 0x9b, 0x5c, \
1384 .guid = GUID_INIT(0xba6163d9, 0x04a1, 0x4d29, 0xb6, 0x05, \
1392 .guid = GUID_INIT(0x0e0b6031, 0x5213, 0x4934, 0x81, 0x8b, \
1400 .guid = GUID_INIT(0x9527e630, 0xd0ae, 0x497b, 0xad, 0xce, \
1408 .guid = GUID_INIT(0x57164f39, 0x9115, 0x4e78, 0xab, 0x55, \
1416 .guid = GUID_INIT(0xa9a0f4e7, 0x5a45, 0x4d96, 0xb8, 0x27, \
1424 .guid = GUID_INIT(0x525074dc, 0x8985, 0x46e2, 0x80, 0x57, \
1432 .guid = GUID_INIT(0xcfa8b69e, 0x5b4a, 0x4cc0, 0xb9, 0x8b, \
[all …]
/linux-6.3-rc2/security/integrity/platform_certs/
A Dload_uefi.c56 efi_guid_t guid = EFI_SHIM_LOCK_GUID; in uefi_check_ignore_db() local
58 status = efi.get_variable(L"MokIgnoreDB", &guid, NULL, &size, &db); in uefi_check_ignore_db()
65 static __init void *get_cert_list(efi_char16_t *name, efi_guid_t *guid, in get_cert_list() argument
72 *status = efi.get_variable(name, guid, NULL, &lsize, &tmpdb); in get_cert_list()
85 *status = efi.get_variable(name, guid, NULL, &lsize, db); in get_cert_list()
/linux-6.3-rc2/drivers/virt/coco/efi_secret/
A Defi_secret.c69 efi_guid_t guid; member
80 efi_guid_t guid; member
130 e->guid = NULL_GUID; in efi_secret_unlink()
225 if (efi_guidcmp(h->guid, EFI_SECRET_TABLE_HEADER_GUID)) { in efi_secret_securityfs_setup()
274 if (efi_guidcmp(e->guid, NULL_GUID)) { in efi_secret_securityfs_setup()
275 efi_guid_to_str(&e->guid, guid_str); in efi_secret_securityfs_setup()
/linux-6.3-rc2/drivers/infiniband/hw/qib/
A Dqib_ruc.c64 return ppd->guid; in get_sguid()
85 __be64 guid; in qib_ruc_check_hdr() local
100 guid = get_sguid(ibp, grh->sgid_index); in qib_ruc_check_hdr()
102 ibp->rvp.gid_prefix, guid)) in qib_ruc_check_hdr()
139 guid = get_sguid(ibp, grh->sgid_index); in qib_ruc_check_hdr()
141 ibp->rvp.gid_prefix, guid)) in qib_ruc_check_hdr()
197 hdr->sgid.global.interface_id = ppd_from_ibp(ibp)->guid; in qib_make_grh()
A Dqib_eeprom.c148 __be64 guid; in qib_get_eeprom_info() local
232 guid = *(__be64 *) ifp->if_guid; in qib_get_eeprom_info()
234 guid = *(__be64 *) ifp->if_guid; in qib_get_eeprom_info()
235 dd->base_guid = guid; in qib_get_eeprom_info()
/linux-6.3-rc2/arch/x86/boot/compressed/
A Defi.c181 *vendor_tbl_guid = tbl_entry->guid; in get_vendor_table()
187 *vendor_tbl_guid = tbl_entry->guid; in get_vendor_table()
209 efi_guid_t guid) in efi_find_vendor_table() argument
229 if (!efi_guidcmp(guid, vendor_tbl_guid)) in efi_find_vendor_table()
/linux-6.3-rc2/drivers/platform/mellanox/
A Dmlxbf-bootctl.c271 static bool mlxbf_bootctl_guid_match(const guid_t *guid, in mlxbf_bootctl_guid_match() argument
279 return guid_equal(guid, &id); in mlxbf_bootctl_guid_match()
285 guid_t guid; in mlxbf_bootctl_probe() local
290 guid_parse(mlxbf_bootctl_svc_uuid_str, &guid); in mlxbf_bootctl_probe()
291 if (!mlxbf_bootctl_guid_match(&guid, &res)) in mlxbf_bootctl_probe()
/linux-6.3-rc2/samples/mei/
A Dmei-amt-version.c93 uuid_le guid; member
111 static bool mei_init(struct mei *me, const uuid_le *guid, in mei_init() argument
125 memcpy(&me->guid, guid, sizeof(*guid)); in mei_init()
129 memcpy(&data.in_client_uuid, &me->guid, sizeof(me->guid)); in mei_init()
/linux-6.3-rc2/drivers/hwtracing/coresight/
A Dcoresight-platform.c372 const guid_t *guid) in acpi_guid_matches() argument
375 guid_equal((guid_t *)obj->buffer.pointer, guid); in acpi_guid_matches()
390 const union acpi_object *graphid, *guid, *links; in is_acpi_coresight_graph() local
397 guid = &obj->package.elements[1]; in is_acpi_coresight_graph()
404 return is_acpi_coresight_graph_guid(guid); in is_acpi_coresight_graph()
540 const union acpi_object *guid, *package; in acpi_get_dsd_graph() local
542 guid = &dsd->package.elements[i]; in acpi_get_dsd_graph()
546 if (!is_acpi_guid(guid) || package->type != ACPI_TYPE_PACKAGE) in acpi_get_dsd_graph()
549 if (!is_acpi_dsd_graph_guid(guid)) in acpi_get_dsd_graph()
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/
A Defivar.c30 efi_guid_t guid; in read_efi_var() local
60 guid = HFI1_EFIVAR_GUID; in read_efi_var()
65 &guid, in read_efi_var()
/linux-6.3-rc2/drivers/iio/accel/
A Dbmc150-accel-i2c.c59 guid_t guid; in bmc150_acpi_set_angle_dsm() local
64 guid_parse(BMC150_DSM_GUID, &guid); in bmc150_acpi_set_angle_dsm()
66 if (!acpi_check_dsm(adev->handle, &guid, 0, BIT(DUAL250E_SET_ANGLE_FN_INDEX))) in bmc150_acpi_set_angle_dsm()
80 obj = acpi_evaluate_dsm(adev->handle, &guid, 0, DUAL250E_SET_ANGLE_FN_INDEX, &args_obj); in bmc150_acpi_set_angle_dsm()
/linux-6.3-rc2/tools/arch/x86/intel_sdsi/
A Dintel_sdsi.c176 uint32_t guid; member
230 if (s->guid != GUID_V1 && s->guid != GUID_V2) { in sdsi_update_registers()
231 fprintf(stderr, "Unrecognized guid, 0x%x\n", s->guid); in sdsi_update_registers()
238 if ((s->guid == GUID_V1 && ret != REGS_SIZE_GUID_V1) || in sdsi_update_registers()
239 (s->guid == GUID_V2 && ret != REGS_SIZE_GUID_V2)) { in sdsi_update_registers()
287 if (s->guid == GUID_V1) in sdsi_read_reg()
661 int guid; in sdsi_create_dev() local
707 if (read_sysfs_data("guid", &guid)) { in sdsi_create_dev()
714 s->guid = guid; in sdsi_create_dev()

Completed in 50 milliseconds

12345678