Home
last modified time | relevance | path

Searched refs:guid (Results 1 - 25 of 346) sorted by relevance

12345678910>>...14

/kernel/linux/linux-6.6/drivers/media/common/
H A Duvc.c16 .guid = UVC_GUID_FORMAT_YUY2,
20 .guid = UVC_GUID_FORMAT_YUY2_ISIGHT,
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,
48 .guid = UVC_GUID_FORMAT_Y800,
52 .guid
169 uvc_format_by_guid(const u8 guid[16]) uvc_format_by_guid() argument
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H A Dib_virt.c152 static int set_vf_node_guid(struct ib_device *device, int vf, u8 port, 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()
175 static int set_vf_port_guid(struct ib_device *device, int vf, u8 port, u64 guid) in set_vf_port_guid() argument
188 in->port_guid = guid; in set_vf_port_guid()
191 vfs_ctx[vf].port_guid = guid; in set_vf_port_guid()
199 u64 guid, int type) in mlx5_ib_set_vf_guid()
202 return set_vf_node_guid(device, vf, port, guid); in mlx5_ib_set_vf_guid()
204 return set_vf_port_guid(device, vf, port, guid); in mlx5_ib_set_vf_guid()
217 node_guid->guid in mlx5_ib_get_vf_guid()
198 mlx5_ib_set_vf_guid(struct ib_device *device, int vf, u8 port, u64 guid, int type) mlx5_ib_set_vf_guid() argument
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H A Dib_virt.c152 u64 guid) in set_vf_node_guid()
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()
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()
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()
151 set_vf_node_guid(struct ib_device *device, int vf, u32 port, u64 guid) set_vf_node_guid() argument
175 set_vf_port_guid(struct ib_device *device, int vf, u32 port, u64 guid) set_vf_port_guid() argument
199 mlx5_ib_set_vf_guid(struct ib_device *device, int vf, u32 port, u64 guid, int type) mlx5_ib_set_vf_guid() argument
[all...]
/kernel/linux/linux-5.10/drivers/platform/x86/
H 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()
H A Dwmi.c43 guid_t guid; member
124 if (guid_equal(&block->guid, &guid_input)) { in find_guid()
133 static bool guid_parse_and_compare(const char *string, const guid_t *guid) in guid_parse_and_compare() argument
140 return guid_equal(&guid_input, guid); in guid_parse_and_compare()
155 if (guid_parse_and_compare(id->guid_string, &wblock->gblock.guid)) in find_guid_context()
467 pr_info("%pUL:\n", &g->guid); in wmi_dump_wdg()
527 * @guid: 36 char string of the form fa50ff2b-f2e8-45de-83fa-65417f2f49ba
533 acpi_status wmi_install_notify_handler(const char *guid, in wmi_install_notify_handler() argument
540 if (!guid || !handler) in wmi_install_notify_handler()
543 if (guid_parse(guid, in wmi_install_notify_handler()
574 wmi_remove_notify_handler(const char *guid) wmi_remove_notify_handler() argument
1121 guid_already_parsed(struct acpi_device *device, const guid_t *guid) guid_already_parsed() argument
[all...]
H A Dhuawei-wmi.c762 const char *guid, in huawei_wmi_input_setup()
785 status = wmi_install_notify_handler(guid, huawei_wmi_input_notify, *idev); in huawei_wmi_input_setup()
792 static void huawei_wmi_input_exit(struct device *dev, const char *guid) in huawei_wmi_input_exit() argument
794 wmi_remove_notify_handler(guid); in huawei_wmi_input_exit()
807 const struct wmi_device_id *guid = huawei_wmi_events_id_table; in huawei_wmi_probe() local
813 while (*guid->guid_string) { in huawei_wmi_probe()
816 if (wmi_has_guid(guid->guid_string)) { in huawei_wmi_probe()
817 err = huawei_wmi_input_setup(&pdev->dev, guid->guid_string, &idev); in huawei_wmi_probe()
819 dev_err(&pdev->dev, "Failed to setup input on %s\n", guid->guid_string); in huawei_wmi_probe()
825 guid in huawei_wmi_probe()
761 huawei_wmi_input_setup(struct device *dev, const char *guid, struct input_dev **idev) huawei_wmi_input_setup() argument
842 const struct wmi_device_id *guid = huawei_wmi_events_id_table; huawei_wmi_remove() local
[all...]
/kernel/linux/linux-6.6/drivers/platform/x86/dell/
H 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()
/kernel/linux/linux-6.6/drivers/acpi/
H 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
[all...]
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dwmi.c45 guid_t guid; member
56 static_assert(sizeof(typeof_member(struct guid_block, guid)) == 16);
128 if (guid_equal(&wblock->gblock.guid, &guid_input)) { in find_guid()
139 static bool guid_parse_and_compare(const char *string, const guid_t *guid) in guid_parse_and_compare() argument
146 return guid_equal(&guid_input, guid); in guid_parse_and_compare()
159 if (guid_parse_and_compare(id->guid_string, &wblock->gblock.guid)) in find_guid_context()
560 pr_info("%pUL:\n", &g->guid); in wmi_dump_wdg()
619 * @guid: 36 char string of the form fa50ff2b-f2e8-45de-83fa-65417f2f49ba
627 acpi_status wmi_install_notify_handler(const char *guid, in wmi_install_notify_handler() argument
635 if (!guid || !handle in wmi_install_notify_handler()
671 wmi_remove_notify_handler(const char *guid) wmi_remove_notify_handler() argument
1130 guid_count(const guid_t *guid) guid_count() argument
1229 guid_already_parsed_for_legacy(struct acpi_device *device, const guid_t *guid) guid_already_parsed_for_legacy() argument
[all...]
H A Dhuawei-wmi.c760 static int huawei_wmi_input_setup(struct device *dev, const char *guid) in huawei_wmi_input_setup() argument
783 status = wmi_install_notify_handler(guid, huawei_wmi_input_notify, idev); in huawei_wmi_input_setup()
790 static void huawei_wmi_input_exit(struct device *dev, const char *guid) in huawei_wmi_input_exit() argument
792 wmi_remove_notify_handler(guid); in huawei_wmi_input_exit()
805 const struct wmi_device_id *guid = huawei_wmi_events_id_table; in huawei_wmi_probe() local
811 while (*guid->guid_string) { in huawei_wmi_probe()
812 if (wmi_has_guid(guid->guid_string)) { in huawei_wmi_probe()
813 err = huawei_wmi_input_setup(&pdev->dev, guid->guid_string); in huawei_wmi_probe()
815 dev_err(&pdev->dev, "Failed to setup input on %s\n", guid->guid_string); in huawei_wmi_probe()
820 guid in huawei_wmi_probe()
837 const struct wmi_device_id *guid = huawei_wmi_events_id_table; huawei_wmi_remove() local
[all...]
/kernel/linux/linux-5.10/arch/ia64/kernel/
H 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()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H 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()
/kernel/linux/linux-5.10/lib/
H A Duuid.c43 void generate_random_guid(unsigned char guid[16]) in generate_random_guid() argument
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()
/kernel/linux/linux-6.6/lib/
H A Duuid.c43 void generate_random_guid(unsigned char guid[16]) in generate_random_guid() argument
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()
/kernel/linux/linux-5.10/drivers/visorbus/
H A Dvisorchannel.c34 guid_t guid; member
71 char *visorchannel_guid_id(const guid_t *guid, char *s) in visorchannel_guid_id() argument
73 sprintf(s, "%pUL", guid); in visorchannel_guid_id()
79 return visorchannel_guid_id(&channel->guid, s); in visorchannel_id()
107 return &channel->guid; in visorchannel_get_guid()
341 * @guid: GUID that identifies channel type;
350 const guid_t *guid, bool needs_lock) in visorchannel_create()
372 if (!channel->requested && !guid_equal(guid, &visor_video_guid)) in visorchannel_create()
392 if (!channel->requested && !guid_equal(guid, &visor_video_guid)) in visorchannel_create()
401 guid_copy(&channel->guid, gui in visorchannel_create()
349 visorchannel_create(u64 physaddr, gfp_t gfp, const guid_t *guid, bool needs_lock) visorchannel_create() argument
[all...]
/kernel/linux/linux-5.10/fs/squashfs/
H 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
[all...]
/kernel/linux/linux-6.6/fs/squashfs/
H 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
[all...]
/kernel/linux/linux-5.10/drivers/firmware/efi/
H A Dcapsule.c74 * @guid: vendor guid of capsule
85 int efi_capsule_supported(efi_guid_t guid, u32 flags, size_t size, int *reset) in efi_capsule_supported() argument
96 memcpy(&capsule.guid, &guid, sizeof(efi_guid_t)); in efi_capsule_supported()
197 * the capsule guid, users will likely want to check that
218 efi_guid_t guid = capsule->guid; in efi_capsule_update() local
225 rv = efi_capsule_supported(guid, flags, imagesize, &reset_type); in efi_capsule_update()
/kernel/linux/linux-6.6/drivers/firmware/efi/
H A Dcapsule.c75 * @guid: vendor guid of capsule
86 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()
198 * the capsule guid, users will likely want to check that
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()
H A Defi.c198 efi_guid_t guid; in generic_ops_supported() local
202 status = efi.get_next_variable(&name_size, &name, &guid); in generic_ops_supported()
257 efi_guid_t guid; in efivar_ssdt_load() local
272 status = efi.get_next_variable(&name_size, name, &guid); in efivar_ssdt_load()
291 pr_info("loading SSDT from variable %s-%pUl\n", efivar_ssdt, &guid); in efivar_ssdt_load()
293 status = efi.get_variable(name, &guid, NULL, &data_size, NULL); in efivar_ssdt_load()
301 status = efi.get_variable(name, &guid, NULL, &data_size, data); in efivar_ssdt_load()
604 static __init int match_config_table(const efi_guid_t *guid, in match_config_table() argument
610 for (i = 0; efi_guidcmp(table_types[i].guid, NULL_GUID); i++) { in match_config_table()
611 if (efi_guidcmp(*guid, table_type in match_config_table()
664 const efi_guid_t *guid; efi_config_parse_tables() local
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dhyperv.h769 guid_t guid; member
1299 .guid = GUID_INIT(0xf8615163, 0xdf3e, 0x46c5, 0x91, 0x3f, \
1307 .guid = GUID_INIT(0x32412632, 0x86cb, 0x44a2, 0x9b, 0x5c, \
1315 .guid = GUID_INIT(0xba6163d9, 0x04a1, 0x4d29, 0xb6, 0x05, \
1323 .guid = GUID_INIT(0x0e0b6031, 0x5213, 0x4934, 0x81, 0x8b, \
1331 .guid = GUID_INIT(0x9527e630, 0xd0ae, 0x497b, 0xad, 0xce, \
1339 .guid = GUID_INIT(0x57164f39, 0x9115, 0x4e78, 0xab, 0x55, \
1347 .guid = GUID_INIT(0xa9a0f4e7, 0x5a45, 0x4d96, 0xb8, 0x27, \
1355 .guid = GUID_INIT(0x525074dc, 0x8985, 0x46e2, 0x80, 0x57, \
1363 .guid
[all...]
/kernel/linux/linux-5.10/security/integrity/platform_certs/
H A Dload_uefi.c55 efi_guid_t guid = EFI_SHIM_LOCK_GUID; in uefi_check_ignore_db() local
57 status = efi.get_variable(L"MokIgnoreDB", &guid, NULL, &size, &db); in uefi_check_ignore_db()
64 static __init void *get_cert_list(efi_char16_t *name, efi_guid_t *guid, in get_cert_list() argument
71 *status = efi.get_variable(name, guid, NULL, &lsize, &tmpdb); in get_cert_list()
84 *status = efi.get_variable(name, guid, NULL, &lsize, db); in get_cert_list()
/kernel/linux/linux-6.6/security/integrity/platform_certs/
H 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()
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H A Defi.c166 /* Get vendor table address/guid from EFI config table at the given index */
181 *vendor_tbl_guid = tbl_entry->guid; in get_vendor_table()
187 *vendor_tbl_guid = tbl_entry->guid; in get_vendor_table()
202 * @guid: GUID of vendor table
209 efi_guid_t guid) in efi_find_vendor_table()
229 if (!efi_guidcmp(guid, vendor_tbl_guid)) in efi_find_vendor_table()
206 efi_find_vendor_table(struct boot_params *bp, unsigned long cfg_tbl_pa, unsigned int cfg_tbl_len, efi_guid_t guid) efi_find_vendor_table() argument
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H A Dacpi.c39 efi_guid_t guid; in __efi_get_rsdp_addr() local
44 guid = tbl->guid; in __efi_get_rsdp_addr()
54 guid = tbl->guid; in __efi_get_rsdp_addr()
58 if (!(efi_guidcmp(guid, ACPI_TABLE_GUID))) in __efi_get_rsdp_addr()
60 else if (!(efi_guidcmp(guid, ACPI_20_TABLE_GUID))) in __efi_get_rsdp_addr()

Completed in 19 milliseconds

12345678910>>...14