/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/ |
H A D | ipu-common.c | 1478 static struct platform_driver * const drivers[] = { variable 1488 return platform_register_drivers(drivers, ARRAY_SIZE(drivers)); in imx_ipu_init() 1494 platform_unregister_drivers(drivers, ARRAY_SIZE(drivers)); in imx_ipu_exit()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/ |
H A D | drm.c | 1347 static struct platform_driver * const drivers[] = { variable 1367 err = platform_register_drivers(drivers, ARRAY_SIZE(drivers)); in host1x_drm_init() 1381 platform_unregister_drivers(drivers, ARRAY_SIZE(drivers)); in host1x_drm_exit()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/ |
H A D | drm.c | 1403 static struct platform_driver * const drivers[] = { variable 1427 err = platform_register_drivers(drivers, ARRAY_SIZE(drivers)); in host1x_drm_init() 1441 platform_unregister_drivers(drivers, ARRAY_SIZE(drivers)); in host1x_drm_exit()
|
/kernel/linux/linux-6.6/drivers/gpu/ipu-v3/ |
H A D | ipu-common.c | 1475 static struct platform_driver * const drivers[] = { variable 1485 return platform_register_drivers(drivers, ARRAY_SIZE(drivers)); in imx_ipu_init() 1491 platform_unregister_drivers(drivers, ARRAY_SIZE(drivers)); in imx_ipu_exit()
|
/kernel/linux/linux-6.6/security/selinux/ |
H A D | avc.c | 219 security_xperm_set(xp_node->xp.drivers.p, driver); in avc_xperms_allow_perm() 366 memcpy(dest->xp.drivers.p, src->xp.drivers.p, sizeof(dest->xp.drivers.p)); in avc_xperms_populate() 1060 if (!security_xperm_test(xp_node->xp.drivers.p, driver)) { in avc_has_extended_perms()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/make_scripts/ |
H A D | config.mk | 7 drv_dir := platform/drivers
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/make_scripts/ |
H A D | config.mk | 7 drv_dir := platform/drivers
|
/kernel/linux/linux-5.10/arch/arc/ |
H A D | Makefile | 99 drivers-$(CONFIG_OPROFILE) += arch/arc/oprofile/
|
/kernel/linux/linux-5.10/arch/loongarch/boot/compressed/ |
H A D | Makefile | 96 $(obj)/string.o $(objtree)/drivers/firmware/efi/libstub/lib.a
|
/kernel/linux/linux-5.10/arch/parisc/ |
H A D | Makefile | 124 drivers-$(CONFIG_OPROFILE) += arch/parisc/oprofile/
|
/kernel/linux/linux-5.10/arch/um/ |
H A D | Makefile | 27 $(ARCH_DIR)/drivers/ \
|
/kernel/linux/linux-5.10/arch/riscv/ |
H A D | Makefile | 103 libs-$(CONFIG_EFI_STUB) += $(objtree)/drivers/firmware/efi/libstub/lib.a
|
/kernel/linux/linux-6.6/arch/arm/boot/compressed/ |
H A D | Makefile | 152 efi-obj-$(CONFIG_EFI_STUB) := $(objtree)/drivers/firmware/efi/libstub/lib.a
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/ |
H A D | vc4_trace.h | 154 #define TRACE_INCLUDE_PATH ../../drivers/gpu/drm/vc4
|
H A D | vc4_drv.c | 251 struct platform_driver *const *drivers, in vc4_match_add_drivers() 257 struct device_driver *drv = &drivers[i]->driver; in vc4_match_add_drivers() 249 vc4_match_add_drivers(struct device *dev, struct component_match **match, struct platform_driver *const *drivers, int count) vc4_match_add_drivers() argument
|
/third_party/libwebsockets/lib/drivers/display/ |
H A D | ili9341-spi.c | 26 #include <drivers/devices/display/ili9341.h>
|
/drivers/hdf_core/adapter/khdf/liteos/test/ |
H A D | Makefile | 33 HDF_TEST_FRAMWORK_ROOT = $(LITEOSTOPDIR)/../../drivers/hdf_core/framework/test/unittest 34 HDF_ADAPTERS_ROOT = $(LITEOSTOPDIR)/../../drivers/hdf_core/adapter
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/visl/ |
H A D | visl-trace-hevc.h | 403 #define TRACE_INCLUDE_PATH ../../drivers/media/test-drivers/visl
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | hda.c | 17 struct snd_soc_dai_driver **drivers) in hda_codec_create_dais() 77 *drivers = drvs; in hda_codec_create_dais() 16 hda_codec_create_dais(struct hda_codec *codec, int pcm_count, struct snd_soc_dai_driver **drivers) hda_codec_create_dais() argument
|
/kernel/linux/linux-5.10/drivers/parport/ |
H A D | share.c | 52 static LIST_HEAD(drivers); 149 * iterates through all the drivers registered with the bus and sends the port 170 list_for_each_entry(drv, &drivers, list) in attach_driver_chain() 174 * call the driver_check function of the drivers registered in in attach_driver_chain() 196 list_for_each_entry(drv, &drivers, list) in detach_driver_chain() 200 * call the detach function of the drivers registered in in detach_driver_chain() 207 /* Ask kmod for some lowlevel drivers. */ 413 * should be made available to parallel port device drivers, it 415 * @dma parameters are for the convenience of port drivers, and 422 * If there are parallel port device drivers i [all...] |
/kernel/linux/linux-6.6/drivers/parport/ |
H A D | share.c | 52 static LIST_HEAD(drivers); 149 * iterates through all the drivers registered with the bus and sends the port 170 list_for_each_entry(drv, &drivers, list) in attach_driver_chain() 174 * call the driver_check function of the drivers registered in in attach_driver_chain() 196 list_for_each_entry(drv, &drivers, list) in detach_driver_chain() 200 * call the detach function of the drivers registered in in detach_driver_chain() 207 /* Ask kmod for some lowlevel drivers. */ 413 * should be made available to parallel port device drivers, it 415 * @dma parameters are for the convenience of port drivers, and 422 * If there are parallel port device drivers i [all...] |
/device/board/hihope/rk3568/kernel/ |
H A D | build_kernel.sh | 84 bash ${ROOT_DIR}/drivers/hdf_core/adapter/khdf/linux/patch_hdf.sh ${ROOT_DIR} ${KERNEL_SRC_TMP_PATH} ${KERNEL_PATCH_PATH} ${DEVICE_NAME}
|
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
H A D | rockchip_pm_config.c | 23 #include <../drivers/regulator/internal.h>
|
/drivers/hdf_core/adapter/khdf/liteos/ |
H A D | lite.mk | 33 HDF_ROOT_DIR = $(LITEOSTOPDIR)/../../drivers/hdf_core/
|
/kernel/linux/linux-5.10/arch/arm64/ |
H A D | Makefile | 149 libs-$(CONFIG_EFI_STUB) += $(objtree)/drivers/firmware/efi/libstub/lib.a
|