Home
last modified time | relevance | path

Searched refs:existing (Results 1 – 25 of 29) sorted by relevance

12

/drivers/base/
A Ddevcoredump.c314 struct device *existing; in dev_coredump_put() local
316 existing = class_find_device(&devcd_class, NULL, dev, in dev_coredump_put()
318 if (existing) { in dev_coredump_put()
319 devcd_free(existing, NULL); in dev_coredump_put()
320 put_device(existing); in dev_coredump_put()
352 struct device *existing; in dev_coredumpm_timeout() local
357 existing = class_find_device(&devcd_class, NULL, dev, in dev_coredumpm_timeout()
359 if (existing) { in dev_coredumpm_timeout()
360 put_device(existing); in dev_coredumpm_timeout()
/drivers/staging/media/
A DKconfig9 so, they won't likely work fine with the existing applications.
11 the existing ones.
/drivers/hwtracing/stm/
A DKconfig21 driver for compatibility with your existing STM setup.
27 backwards compatibility for your existing setup, say Y.
/drivers/media/test-drivers/vidtv/
A DKconfig7 validate the existing APIs in the media subsystem. It can also aid developers
/drivers/gpu/drm/omapdrm/
A DTODO8 . GEM/shmem backed pages can have existing mappings (kernel linear map,
/drivers/of/unittest-data/
A Doverlay_bad_add_dup_prop.dtso16 * property being located in the pre-existing node 'motor-1'.
/drivers/fwctl/
A DKconfig9 fit neatly into an existing subsystem.
/drivers/soc/qcom/
A Drpmh.c122 goto existing; in cache_rpm_request()
134 existing: in cache_rpm_request()
/drivers/staging/media/deprecated/atmel/
A DTODO25 to the driver in staging. Thus, all the existing users of the non
/drivers/staging/vme_user/
A DKconfig7 The bridge allows connecting VME devices to systems with existing
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
A Dfwsignal.c988 struct brcmf_fws_mac_descriptor *entry, *existing; in brcmf_fws_macdesc_indicate() local
1011 existing = brcmf_fws_macdesc_lookup(fws, addr); in brcmf_fws_macdesc_indicate()
1012 if (IS_ERR(existing)) { in brcmf_fws_macdesc_indicate()
1026 if (entry != existing) { in brcmf_fws_macdesc_indicate()
1027 brcmf_dbg(TRACE, "copy mac %s\n", existing->name); in brcmf_fws_macdesc_indicate()
1029 memcpy(entry, existing, in brcmf_fws_macdesc_indicate()
1032 brcmf_fws_macdesc_deinit(existing); in brcmf_fws_macdesc_indicate()
/drivers/comedi/drivers/ni_routing/
A DREADME115 Creates new csv-files using content of c-files of existing
146 specific board of an existing device family (more likely).
/drivers/phy/qualcomm/
A DKconfig113 existing users have been migrated to PHY_QCOM_QMP_COMBO driver.
/drivers/net/wireless/marvell/libertas/
A DREADME217 the current scan table intact, update existing or append new scan data:
/drivers/net/mdio/
A DKconfig118 using the existing infrastructure.
/drivers/staging/greybus/Documentation/firmware/
A Dfirmware-management309 The Firmware Download Protocol uses the existing Linux Kernel's Firmware class
/drivers/usb/gadget/function/
A Df_fs.c4138 struct ffs_dev *existing; in ffs_name_dev() local
4143 existing = _ffs_do_find_dev(name); in ffs_name_dev()
4144 if (!existing) in ffs_name_dev()
4146 else if (existing != dev) in ffs_name_dev()
/drivers/gpio/
A DTODO109 At the same time it makes sense to get rid of code duplication in existing or
/drivers/iommu/arm/arm-smmu-v3/
A Darm-smmu-v3.c3461 struct rb_node *existing; in arm_smmu_insert_master() local
3472 existing = rb_find_add(&new_stream->node, &smmu->streams, in arm_smmu_insert_master()
3474 if (existing) { in arm_smmu_insert_master()
3476 rb_entry(existing, struct arm_smmu_stream, node) in arm_smmu_insert_master()
/drivers/firmware/efi/
A DKconfig99 But, for various development reasons and to maintain existing
/drivers/mtd/nand/raw/
A DKconfig550 device for the Bad Block Table (BBT). If you have existing INFTL
/drivers/acpi/
A DKconfig536 The existing firmware code can be modified (driver update) or
/drivers/md/
A DKconfig363 dm-clone produces a one-to-one copy of an existing, read-only source
/drivers/dma/
A DKconfig325 the legacy behavior in order to allow existing support apps (i.e.
/drivers/pwm/
A DKconfig25 with the legacy framework so that existing client drivers

Completed in 62 milliseconds

12