| /linux/scripts/dtc/ |
| A D | dt_to_config | 324 my $compat = $pn_arg_ref->{compat}; 370 if (exists($driver_hard_code_list{$compat}) || 437 my $compat = $pn_arg_ref->{compat}; 460 print " : $compat : $driver : $config : "; 737 my $compat; 759 for $compat (@compatibles) { 761 $pn_arg{compat} = $compat; 776 if (exists($compat_driver{$compat})) { 1031 print " $compat\n"; 1180 for my $compat (keys %driver_hard_code_list) { [all …]
|
| A D | dt-extract-compatibles | 20 compat = re.search(r'"(.*?)"', m[0])[1] 24 compat_list += [compat] 68 compat_list = [compat for compat in compat_list if compat not in compat_ignore_list]
|
| /linux/net/wireless/tests/ |
| A D | chan.c | 32 bool compat; member 41 .compat = true, 50 .compat = true, 59 .compat = true, 68 .compat = true, 77 .compat = true, 86 .compat = true, 100 .compat = true, 141 .compat = true, 156 .compat = true, [all …]
|
| /linux/drivers/net/pcs/ |
| A D | pcs-xpcs.c | 169 const struct dw_xpcs_compat *compat = &desc->compat[i]; in xpcs_find_compat() local 173 return compat; in xpcs_find_compat() 184 if (!compat) in xpcs_get_an_mode() 187 return compat->an_mode; in xpcs_get_an_mode() 264 switch (compat->an_mode) { in xpcs_soft_reset() 596 if (!compat) in xpcs_validate() 616 const struct dw_xpcs_compat *compat = &xpcs->desc->compat[i]; in xpcs_get_interfaces() local 837 if (!compat) in xpcs_do_config() 876 if (compat->pma_config) { in xpcs_do_config() 1102 if (!compat) in xpcs_get_state() [all …]
|
| /linux/scripts/ |
| A D | syscalltbl.sh | 57 while read nr abi name native compat noreturn; do 69 if [ "$compat" = "-" ]; then 70 unset compat 78 if [ -n "$compat" ]; then 79 echo "__SYSCALL_COMPAT_NORETURN($nr, $native, $compat)" 83 elif [ -n "$compat" ]; then 84 echo "__SYSCALL_WITH_COMPAT($nr, $native, $compat)"
|
| A D | make_fit.py | 150 for model, compat, files in entries: 153 fsw.property('compatible', bytes(compat)) 232 compat = fdt.getprop(0, 'compatible') 250 return (model, compat, files) 282 (model, compat, files) = process_dtb(fname, args) 293 entries.append([model, compat, files_seq])
|
| /linux/drivers/vfio/platform/ |
| A D | vfio_platform_private.h | 52 const char *compat; member 76 char *compat; member 105 void vfio_platform_unregister_reset(const char *compat, 110 .compat = __compat, \ 115 #define module_vfio_reset_handler(compat, reset) \ argument 116 MODULE_ALIAS("vfio-reset:" compat); \ 119 vfio_platform_register_reset(compat, reset); \ 124 vfio_platform_unregister_reset(compat, reset); \
|
| /linux/arch/sparc/kernel/ |
| A D | vio.c | 26 const char *type, *compat; in vio_match_device() local 30 compat = dev->compat; in vio_match_device() 38 if (matches->compat[0]) { in vio_match_device() 40 of_find_in_proplist(compat, matches->compat, len); in vio_match_device() 294 const char *type, *compat; in vio_create_one() local 319 if (!compat) { in vio_create_one() 335 if (compat) in vio_create_one() 336 memcpy(vdev->compat, compat, clen); in vio_create_one() 338 memset(vdev->compat, 0, sizeof(vdev->compat)); in vio_create_one() 503 const char *compat; in vio_init() local [all …]
|
| A D | systbls_64.S | 19 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat) argument 28 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
|
| /linux/drivers/clk/at91/ |
| A D | Makefile | 18 obj-$(CONFIG_SOC_AT91RM9200) += at91rm9200.o dt-compat.o 19 obj-$(CONFIG_SOC_AT91SAM9) += at91sam9260.o at91sam9rl.o at91sam9x5.o dt-compat.o 20 obj-$(CONFIG_SOC_AT91SAM9) += at91sam9g45.o dt-compat.o 21 obj-$(CONFIG_SOC_AT91SAM9) += at91sam9n12.o at91sam9x5.o dt-compat.o 24 obj-$(CONFIG_SOC_SAMA5D3) += sama5d3.o dt-compat.o 25 obj-$(CONFIG_SOC_SAMA5D4) += sama5d4.o dt-compat.o 26 obj-$(CONFIG_SOC_SAMA5D2) += sama5d2.o dt-compat.o
|
| /linux/net/xfrm/ |
| A D | xfrm_algo.c | 197 .compat = "md5", 217 .compat = "sha1", 237 .compat = "sha256", 295 .compat = "rmd160", 347 .compat = "sm3", 390 .compat = "des", 432 .compat = "cast5", 474 .compat = "aes", 495 .compat = "serpent", 578 .compat = "sm4", [all …]
|
| /linux/drivers/macintosh/ |
| A D | macio_sysfs.c | 12 const char *compat; in compatible_show() local 17 compat = of_get_property(of->dev.of_node, "compatible", &cplen); in compatible_show() 18 if (!compat) { in compatible_show() 24 length += sprintf (buf, "%s\n", compat); in compatible_show() 26 l = strlen (compat) + 1; in compatible_show() 27 compat += l; in compatible_show()
|
| /linux/include/linux/ |
| A D | irqchip.h | 36 #define IRQCHIP_DECLARE(name, compat, fn) \ argument 37 OF_DECLARE_2(irqchip, name, compat, typecheck_irq_init_cb(fn)) 44 #define IRQCHIP_MATCH(compat, fn) { .compatible = compat, \ argument
|
| A D | of_reserved_mem.h | 31 #define RESERVEDMEM_OF_DECLARE(name, compat, init) \ argument 32 _OF_DECLARE(reservedmem, name, compat, init, reservedmem_of_init_fn) 44 #define RESERVEDMEM_OF_DECLARE(name, compat, init) \ argument 45 _OF_DECLARE_STUB(reservedmem, name, compat, init, reservedmem_of_init_fn)
|
| /linux/drivers/hid/ |
| A D | uhid.c | 434 struct uhid_create_req_compat *compat; in uhid_event_from_user() local 436 compat = kzalloc(sizeof(*compat), GFP_KERNEL); in uhid_event_from_user() 437 if (!compat) in uhid_event_from_user() 442 if (copy_from_user(compat, buffer, in uhid_event_from_user() 443 min(len, sizeof(*compat)))) { in uhid_event_from_user() 444 kfree(compat); in uhid_event_from_user() 452 sizeof(compat->name)); in uhid_event_from_user() 454 sizeof(compat->phys)); in uhid_event_from_user() 456 sizeof(compat->uniq)); in uhid_event_from_user() 461 event->u.create.bus = compat->bus; in uhid_event_from_user() [all …]
|
| /linux/drivers/of/ |
| A D | module.c | 13 const char *compat; in of_modalias() local 37 of_property_for_each_string(np, "compatible", p, compat) { in of_modalias() 38 csize = strlen(compat) + 1; in of_modalias() 43 csize = snprintf(str, len, "C%s", compat); in of_modalias()
|
| /linux/arch/powerpc/kernel/ |
| A D | systbl.c | 19 #define __SYSCALL_WITH_COMPAT(nr, entry, compat) __SYSCALL(nr, entry) argument 42 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat) argument
|
| /linux/drivers/gpu/drm/omapdrm/dss/ |
| A D | base.c | 198 const char *compat; member 218 const char *compat; in omapdss_walk_device() local 221 ret = of_property_read_string(node, "compatible", &compat); in omapdss_walk_device() 229 comp->compat = compat; in omapdss_walk_device() 276 if (!strstarts(comp->compat, "omapdss,")) in omapdss_component_is_loaded()
|
| /linux/arch/x86/entry/ |
| A D | syscall_32.c | 11 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat) argument 13 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
|
| /linux/security/keys/ |
| A D | Makefile | 19 compat-obj-$(CONFIG_KEY_DH_OPERATIONS) += compat_dh.o 20 obj-$(CONFIG_COMPAT) += compat.o $(compat-obj-y)
|
| /linux/sound/aoa/soundbus/ |
| A D | core.c | 64 const char *compat; in soundbus_uevent() local 90 compat = of_get_property(of->dev.of_node, "compatible", &cplen); in soundbus_uevent() 91 while (compat && cplen > 0) { in soundbus_uevent() 93 retval = add_uevent_var(env, "OF_COMPATIBLE_%d=%s", seen, compat); in soundbus_uevent() 96 compat += env->buflen - tmp; in soundbus_uevent()
|
| /linux/drivers/pps/ |
| A D | pps.c | 258 struct pps_fdata_compat compat; in pps_cdev_compat_ioctl() local 264 err = copy_from_user(&compat, uarg, sizeof(struct pps_fdata_compat)); in pps_cdev_compat_ioctl() 268 memcpy(&fdata.timeout, &compat.timeout, in pps_cdev_compat_ioctl() 278 compat.info.assert_sequence = pps->assert_sequence; in pps_cdev_compat_ioctl() 279 compat.info.clear_sequence = pps->clear_sequence; in pps_cdev_compat_ioctl() 280 compat.info.current_mode = pps->current_mode; in pps_cdev_compat_ioctl() 282 memcpy(&compat.info.assert_tu, &pps->assert_tu, in pps_cdev_compat_ioctl() 284 memcpy(&compat.info.clear_tu, &pps->clear_tu, in pps_cdev_compat_ioctl() 289 return copy_to_user(uarg, &compat, in pps_cdev_compat_ioctl()
|
| /linux/fs/ceph/ |
| A D | metric.c | 66 cap->header.compat = 1; in ceph_mdsc_send_metrics() 77 read->header.compat = 1; in ceph_mdsc_send_metrics() 90 write->header.compat = 1; in ceph_mdsc_send_metrics() 103 meta->header.compat = 1; in ceph_mdsc_send_metrics() 116 dlease->header.compat = 1; in ceph_mdsc_send_metrics() 129 files->header.compat = 1; in ceph_mdsc_send_metrics() 139 icaps->header.compat = 1; in ceph_mdsc_send_metrics() 149 inodes->header.compat = 1; in ceph_mdsc_send_metrics() 159 rsize->header.compat = 1; in ceph_mdsc_send_metrics() 169 wsize->header.compat = 1; in ceph_mdsc_send_metrics()
|
| /linux/drivers/soc/fsl/qbman/ |
| A D | dpaa_sys.c | 37 int qbman_init_private_mem(struct device *dev, int idx, const char *compat, in qbman_init_private_mem() argument 47 mem_node = of_find_compatible_node(NULL, NULL, compat); in qbman_init_private_mem() 50 idx, compat); in qbman_init_private_mem()
|
| /linux/drivers/md/bcache/ |
| A D | features.c | 14 int compat; member 30 for (f = &feature_list[0]; f->compat != 0; f++) { \ 31 if (f->compat != BCH_FEATURE_ ## type) \
|