Searched refs:modules (Results 1 - 25 of 93) sorted by path

1234

/linux-master/drivers/gpu/drm/amd/display/modules/freesync/
H A DMakefile28 AMD_DAL_FREESYNC = $(addprefix $(AMDDALPATH)/modules/freesync/,$(FREESYNC))
/linux-master/drivers/gpu/drm/amd/display/modules/info_packet/
H A DMakefile28 AMD_DAL_INFO_PACKET = $(addprefix $(AMDDALPATH)/modules/info_packet/,$(INFO_PACKET))
/linux-master/drivers/gpu/drm/amd/display/modules/power/
H A DMakefile28 AMD_DAL_MOD_POWER = $(addprefix $(AMDDALPATH)/modules/power/,$(MOD_POWER))
/linux-master/drivers/scsi/bfa/
H A Dbfa_modules.h12 * bfa_modules.h BFA modules
65 struct bfa_modules_s modules; /* BFA modules */ member in struct:bfa_s
H A Dbfa_port.h45 #define BFA_MEM_PORT_DMA(__bfa) (&((__bfa)->modules.port.port_dma))
104 #define BFA_MEM_CEE_DMA(__bfa) (&((__bfa)->modules.cee.cee_dma))
/linux-master/sound/pci/cs46xx/
H A Dcs46xx_dsp_spos.h138 struct dsp_module_desc * modules; /* modules loaded into SP */ member in struct:dsp_spos_instance
/linux-master/tools/power/cpupower/debug/kernel/
H A DMakefile4 KDIR := /lib/modules/$(shell uname -r)/build
5 KMISC := /lib/modules/$(shell uname -r)/cpufrequtils/
16 - rm -rf Module.symvers modules.order
/linux-master/
H A DMakefile146 $(error building multiple external modules is not supported))
696 # but instead __all depend on modules
701 __all: modules
712 # If we have only "make modules", don't compile built-in objects.
713 ifeq ($(MAKECMDGOALS),modules)
717 # If we have "make <whatever> modules", compile modules
719 # Just "make" or "make all" shall build modules as well
721 ifneq ($(filter all modules nsdeps %compile_commands.json clang-%,$(MAKECMDGOALS)),)
744 # This allow a user to issue only 'make' to build a kernel including modules
[all...]
/linux-master/drivers/bus/
H A Dmoxtet.c233 dev->id = moxtet->modules[dev->idx];
296 dev->id = moxtet->modules[i];
309 * @nsame: how many modules with same id are already in moxtet->modules
364 moxtet->modules[i-1] = id;
660 id = moxtet->modules[pos->idx];
/linux-master/drivers/dma/sh/
H A Drcar-dmac.c197 * @modules: bitmask of client modules in use
209 DECLARE_BITMAP(modules, 256);
1096 clear_bit(rchan->mid_rid, dmac->modules);
1699 return !test_and_set_bit(dma_spec->args[0], dmac->modules);
H A Drz-dmac.c102 DECLARE_BITMAP(modules, 1024);
456 clear_bit(channel->mid_rid, dmac->modules);
733 return !test_and_set_bit(channel->mid_rid, dmac->modules);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A DMakefile37 -I$(FULL_AMD_DISPLAY_PATH)/modules/inc \
/linux-master/drivers/gpu/drm/amd/display/
H A DMakefile36 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/inc
37 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/freesync
38 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/color
39 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/info_packet
40 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/power
43 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/hdcp
48 DAL_LIBS = amdgpu_dm dc modules/freesync modules/color modules/info_packet modules/powe
[all...]
/linux-master/drivers/gpu/drm/amd/display/modules/color/
H A DMakefile28 AMD_DAL_MOD_COLOR = $(addprefix $(AMDDALPATH)/modules/color/,$(MOD_COLOR))
/linux-master/drivers/gpu/drm/amd/display/modules/hdcp/
H A DMakefile30 AMD_DAL_HDCP = $(addprefix $(AMDDALPATH)/modules/hdcp/,$(HDCP))
/linux-master/drivers/gpu/drm/ci/
H A Dbuild.sh107 make modules
108 mkdir -p install/modules/
109 INSTALL_MOD_PATH=install/modules/ make modules_install
158 rm -rf artifacts/install/modules
H A Digt_runner.sh35 mv /install/modules/lib/modules/* /lib/modules/.
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c4812 .modules = (const struct dsi_module_id_data[]) {
4824 .modules = (const struct dsi_module_id_data[]) {
4836 .modules = (const struct dsi_module_id_data[]) {
4850 .modules = (const struct dsi_module_id_data[]) {
4963 d = dsi->data->modules;
H A Ddsi.h333 const struct dsi_module_id_data *modules; member in struct:dsi_of_data
/linux-master/drivers/greybus/
H A Dhd.c173 INIT_LIST_HEAD(&hd->modules);
H A Dsvc.c46 // best. But for now, people want their modules to come out without having to
896 list_for_each_entry(module, &hd->modules, hd_node) {
914 list_for_each_entry(module, &hd->modules, hd_node) {
999 list_add(&module->hd_node, &hd->modules);
1378 list_for_each_entry_safe(module, tmp, &hd->modules, hd_node) {
/linux-master/drivers/hid/
H A DMakefile23 hid-wiimote-y := hid-wiimote-core.o hid-wiimote-modules.o
/linux-master/drivers/media/pci/netup_unidvb/
H A Dnetup_unidvb_core.c761 static const char * const modules[] = { local
764 const char * const *curr_mod = modules;
/linux-master/drivers/mfd/
H A Djanz-cmodio.c26 /* Maximum number of MODULbus modules on a CMOD-IO carrier board */
31 static char *modules[CMODIO_MAX_MODULES] = { variable
35 module_param_array(modules, charp, &num_modules, S_IRUGO);
36 MODULE_PARM_DESC(modules, "MODULbus modules attached to the carrier board");
126 name = modules[i];
135 /* print an error message if no modules were probed */
137 dev_err(&priv->pdev->dev, "no MODULbus modules specified, "
138 "please set the ``modules'' kernel "
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_dbg_hsi.h1176 char **modules; member in struct:mcp_trace_meta

Completed in 342 milliseconds

1234