Searched refs:existing (Results 1 – 25 of 27) sorted by relevance
12
/drivers/base/ |
D | devcoredump.c | 331 struct device *existing; in dev_coredumpm() local 336 existing = class_find_device(&devcd_class, NULL, dev, in dev_coredumpm() 338 if (existing) { in dev_coredumpm() 339 put_device(existing); in dev_coredumpm()
|
/drivers/staging/media/ |
D | Kconfig | 9 so, they won't likely work fine with the existing applications. 11 the existing ones.
|
/drivers/media/test-drivers/vidtv/ |
D | Kconfig | 7 validate the existing APIs in the media subsystem. It can also aid developers
|
/drivers/hwtracing/stm/ |
D | Kconfig | 22 driver for compatibility with your existing STM setup. 28 backwards compatibility for your existing setup, say Y.
|
/drivers/staging/r8188eu/ |
D | TODO | 16 existing kernel APIs.
|
/drivers/gpu/drm/omapdrm/ |
D | TODO | 8 . GEM/shmem backed pages can have existing mappings (kernel linear map,
|
/drivers/of/unittest-data/ |
D | overlay_bad_add_dup_prop.dts | 16 * property being located in the pre-existing node 'motor-1'.
|
/drivers/soc/qcom/ |
D | rpmh.c | 128 goto existing; in cache_rpm_request() 140 existing: in cache_rpm_request()
|
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | fwsignal.c | 988 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/staging/media/atomisp/ |
D | TODO | 98 10. Migrate the sensor drivers out of staging or re-using existing 102 existing PMIC code and sensors call it directly.
|
/drivers/comedi/drivers/ni_routing/ |
D | README | 115 Creates new csv-files using content of c-files of existing 146 specific board of an existing device family (more likely).
|
/drivers/net/wireless/marvell/libertas/ |
D | README | 217 the current scan table intact, update existing or append new scan data:
|
/drivers/net/mdio/ |
D | Kconfig | 130 using the existing infrastructure.
|
/drivers/usb/gadget/function/ |
D | f_fs.c | 3705 struct ffs_dev *existing; in ffs_name_dev() local 3710 existing = _ffs_do_find_dev(name); in ffs_name_dev() 3711 if (!existing) in ffs_name_dev() 3713 else if (existing != dev) in ffs_name_dev()
|
/drivers/cpufreq/ |
D | Kconfig.arm | 249 It uses information gathered through existing hardware and
|
/drivers/gpio/ |
D | TODO | 102 At the same time it makes sense to get rid of code duplication in existing or
|
/drivers/staging/greybus/Documentation/firmware/ |
D | firmware-management | 309 The Firmware Download Protocol uses the existing Linux Kernel's Firmware class
|
/drivers/firmware/efi/ |
D | Kconfig | 138 But, for various development reasons and to maintain existing
|
/drivers/mtd/nand/raw/ |
D | Kconfig | 544 device for the Bad Block Table (BBT). If you have existing INFTL
|
/drivers/acpi/ |
D | Kconfig | 533 The existing firmware code can be modified (driver update) or
|
/drivers/pwm/ |
D | Kconfig | 25 with the legacy framework so that existing client drivers
|
/drivers/dma/ |
D | Kconfig | 317 the legacy behavior in order to allow existing support apps (i.e.
|
/drivers/md/ |
D | Kconfig | 394 dm-clone produces a one-to-one copy of an existing, read-only source
|
/drivers/tty/serial/ |
D | Kconfig | 748 existing userspace setups to break. Programs that need to 1058 This is additional support to existing driver.
|
/drivers/media/dvb-frontends/ |
D | Kconfig | 415 under the GPL) as opposed to the existing drx397xd driver, which
|
12