/linux-4.1.27/arch/mips/kernel/ |
D | mips_machine.c | 18 #define for_each_machine(mach) \ argument 19 for ((mach) = (struct mips_machine *)&__mips_machines_start; \ 20 (mach) && \ 21 (unsigned long)(mach) < (unsigned long)&__mips_machines_end; \ 22 (mach)++) 26 struct mips_machine *mach; in mips_machtype_setup() local 28 for_each_machine(mach) { in mips_machtype_setup() 29 if (mach->mach_id == NULL) in mips_machtype_setup() 32 if (strcmp(mach->mach_id, id) == 0) { in mips_machtype_setup() 33 mips_machtype = mach->mach_type; in mips_machtype_setup() [all …]
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | machdep.h | 338 #define __define_machine_initcall(mach, fn, id) \ argument 339 static int __init __machine_initcall_##mach##_##fn(void) { \ 340 if (machine_is(mach)) return fn(); \ 343 __define_initcall(__machine_initcall_##mach##_##fn, id); 345 #define machine_early_initcall(mach, fn) __define_machine_initcall(mach, fn, early) argument 346 #define machine_core_initcall(mach, fn) __define_machine_initcall(mach, fn, 1) argument 347 #define machine_core_initcall_sync(mach, fn) __define_machine_initcall(mach, fn, 1s) argument 348 #define machine_postcore_initcall(mach, fn) __define_machine_initcall(mach, fn, 2) argument 349 #define machine_postcore_initcall_sync(mach, fn) __define_machine_initcall(mach, fn, 2s) argument 350 #define machine_arch_initcall(mach, fn) __define_machine_initcall(mach, fn, 3) argument [all …]
|
/linux-4.1.27/arch/arm/mach-s3c24xx/ |
D | Makefile | 50 obj-$(CONFIG_MACH_AML_M5900) += mach-amlm5900.o 51 obj-$(CONFIG_ARCH_BAST) += mach-bast.o 53 obj-$(CONFIG_ARCH_H1940) += mach-h1940.o 56 obj-$(CONFIG_MACH_N30) += mach-n30.o 57 obj-$(CONFIG_MACH_OTOM) += mach-otom.o 58 obj-$(CONFIG_MACH_QT2410) += mach-qt2410.o 59 obj-$(CONFIG_ARCH_SMDK2410) += mach-smdk2410.o 60 obj-$(CONFIG_MACH_TCT_HAMMER) += mach-tct_hammer.o 61 obj-$(CONFIG_MACH_VR1000) += mach-vr1000.o 63 obj-$(CONFIG_MACH_JIVE) += mach-jive.o [all …]
|
D | Kconfig | 1 # arch/arm/mach-s3c24xx/Kconfig
|
/linux-4.1.27/arch/arm/mach-imx/ |
D | Makefile | 6 obj-$(CONFIG_SOC_IMX25) += clk-imx25.o cpu-imx25.o mach-imx25.o 44 obj-$(CONFIG_MACH_SCB9328) += mach-scb9328.o 45 obj-$(CONFIG_MACH_APF9328) += mach-apf9328.o 49 obj-$(CONFIG_MACH_MX21ADS) += mach-mx21ads.o 52 obj-$(CONFIG_MACH_MX27ADS) += mach-mx27ads.o 53 obj-$(CONFIG_MACH_MX27_3DS) += mach-mx27_3ds.o 54 obj-$(CONFIG_MACH_IMX27_VISSTRIM_M10) += mach-imx27_visstrim_m10.o 55 obj-$(CONFIG_MACH_PCA100) += mach-pca100.o 59 obj-$(CONFIG_MACH_MX31ADS) += mach-mx31ads.o 60 obj-$(CONFIG_MACH_MX31LILLY) += mach-mx31lilly.o mx31lilly-db.o [all …]
|
D | Kconfig | 628 source "arch/arm/mach-imx/devices/Kconfig"
|
/linux-4.1.27/arch/arm/mach-s3c64xx/ |
D | Makefile | 45 obj-$(CONFIG_MACH_ANW6410) += mach-anw6410.o 46 obj-$(CONFIG_MACH_HMT) += mach-hmt.o 47 obj-$(CONFIG_MACH_MINI6410) += mach-mini6410.o 48 obj-$(CONFIG_MACH_NCP) += mach-ncp.o 49 obj-$(CONFIG_MACH_REAL6410) += mach-real6410.o 50 obj-$(CONFIG_MACH_SMARTQ) += mach-smartq.o 51 obj-$(CONFIG_MACH_SMARTQ5) += mach-smartq5.o 52 obj-$(CONFIG_MACH_SMARTQ7) += mach-smartq7.o 53 obj-$(CONFIG_MACH_SMDK6400) += mach-smdk6400.o 54 obj-$(CONFIG_MACH_SMDK6410) += mach-smdk6410.o [all …]
|
/linux-4.1.27/sound/soc/intel/common/ |
D | sst-acpi.c | 61 struct sst_acpi_mach *mach; member 71 struct sst_acpi_mach *mach = sst_acpi->mach; in sst_acpi_fw_cb() local 75 dev_err(dev, "Cannot load firmware %s\n", mach->fw_filename); in sst_acpi_fw_cb() 101 struct sst_acpi_mach *mach; in sst_acpi_find_machine() local 104 for (mach = machines; mach->id[0]; mach++) in sst_acpi_find_machine() 105 if (ACPI_SUCCESS(acpi_get_devices(mach->id, in sst_acpi_find_machine() 108 return mach; in sst_acpi_find_machine() 119 struct sst_acpi_mach *mach; in sst_acpi_probe() local 133 mach = sst_acpi_find_machine(desc->machines); in sst_acpi_probe() 134 if (mach == NULL) { in sst_acpi_probe() [all …]
|
/linux-4.1.27/arch/sh/ |
D | Makefile | 134 machdir-$(CONFIG_SOLUTION_ENGINE) += mach-se 135 machdir-$(CONFIG_SH_HP6XX) += mach-hp6xx 136 machdir-$(CONFIG_SH_DREAMCAST) += mach-dreamcast 137 machdir-$(CONFIG_SH_SH03) += mach-sh03 138 machdir-$(CONFIG_SH_RTS7751R2D) += mach-r2d 139 machdir-$(CONFIG_SH_HIGHLANDER) += mach-highlander 140 machdir-$(CONFIG_SH_MIGOR) += mach-migor 141 machdir-$(CONFIG_SH_AP325RXA) += mach-ap325rxa 142 machdir-$(CONFIG_SH_KFR2R09) += mach-kfr2r09 143 machdir-$(CONFIG_SH_ECOVEC) += mach-ecovec24 [all …]
|
/linux-4.1.27/sound/oss/dmasound/ |
D | dmasound_core.c | 229 dmasound.mach.silence(); /* _MUST_ stop DMA */ in sound_silence() 234 return dmasound.mach.setFormat(format); in sound_set_format() 248 if (dmasound.mach.max_dsp_speed && in sound_set_speed() 249 (speed > dmasound.mach.max_dsp_speed)) in sound_set_speed() 250 speed = dmasound.mach.max_dsp_speed ; in sound_set_speed() 328 if (!try_module_get(dmasound.mach.owner)) { in mixer_open() 341 module_put(dmasound.mach.owner); in mixer_release() 357 strlcpy(info.id, dmasound.mach.name2, sizeof(info.id)); in mixer_ioctl() 358 strlcpy(info.name, dmasound.mach.name2, sizeof(info.name)); in mixer_ioctl() 365 if (dmasound.mach.mixer_ioctl) in mixer_ioctl() [all …]
|
D | dmasound.h | 161 MACHINE mach; /* machine dependent things */ member 188 return dmasound.mach.setVolume(volume); in dmasound_set_volume() 193 return dmasound.mach.setBass ? dmasound.mach.setBass(bass) : 50; in dmasound_set_bass() 198 return dmasound.mach.setTreble ? dmasound.mach.setTreble(treble) : 50; in dmasound_set_treble() 203 return dmasound.mach.setGain ? dmasound.mach.setGain(gain) : 100; in dmasound_set_gain()
|
D | dmasound_q40.c | 621 dmasound.mach = machQ40; in dmasound_q40_init() 622 dmasound.mach.default_hard = def_hard ; in dmasound_q40_init() 623 dmasound.mach.default_soft = def_soft ; in dmasound_q40_init()
|
D | dmasound_paula.c | 716 dmasound.mach = machAmiga; in amiga_audio_probe() 717 dmasound.mach.default_hard = def_hard ; in amiga_audio_probe() 718 dmasound.mach.default_soft = def_soft ; in amiga_audio_probe()
|
D | dmasound_atari.c | 1592 dmasound.mach = machFalcon; in dmasound_atari_init() 1593 dmasound.mach.default_soft = def_soft ; in dmasound_atari_init() 1594 dmasound.mach.default_hard = def_hard_falcon ; in dmasound_atari_init() 1597 dmasound.mach = machTT; in dmasound_atari_init() 1598 dmasound.mach.default_soft = def_soft ; in dmasound_atari_init() 1599 dmasound.mach.default_hard = def_hard_tt ; in dmasound_atari_init()
|
/linux-4.1.27/sound/soc/intel/atom/sst/ |
D | sst_acpi.c | 236 struct sst_machines *mach; in sst_acpi_find_machine() local 239 for (mach = machines; mach->codec_id; mach++) in sst_acpi_find_machine() 240 if (ACPI_SUCCESS(acpi_get_devices(mach->codec_id, in sst_acpi_find_machine() 243 return mach; in sst_acpi_find_machine() 254 struct sst_machines *mach; in sst_acpi_probe() local 264 mach = (struct sst_machines *)id->driver_data; in sst_acpi_probe() 265 mach = sst_acpi_find_machine(mach); in sst_acpi_probe() 266 if (mach == NULL) { in sst_acpi_probe() 279 plat_dev = platform_device_register_data(dev, mach->pdata->platform, -1, NULL, 0); in sst_acpi_probe() 281 dev_err(dev, "Failed to create machine device: %s\n", mach->pdata->platform); in sst_acpi_probe() [all …]
|
/linux-4.1.27/arch/mips/ath79/ |
D | Makefile | 29 obj-$(CONFIG_ATH79_MACH_AP121) += mach-ap121.o 30 obj-$(CONFIG_ATH79_MACH_AP136) += mach-ap136.o 31 obj-$(CONFIG_ATH79_MACH_AP81) += mach-ap81.o 32 obj-$(CONFIG_ATH79_MACH_DB120) += mach-db120.o 33 obj-$(CONFIG_ATH79_MACH_PB44) += mach-pb44.o 34 obj-$(CONFIG_ATH79_MACH_UBNT_XM) += mach-ubnt-xm.o
|
D | Platform | 6 cflags-$(CONFIG_ATH79) += -I$(srctree)/arch/mips/include/asm/mach-ath79
|
/linux-4.1.27/arch/arm/mach-omap1/include/mach/ |
D | uncompress.h | 69 #define _DEBUG_LL_ENTRY(mach, dbg_uart, dbg_shft, dbg_id) \ argument 70 if (machine_is_##mach()) { \ 78 #define DEBUG_LL_OMAP7XX(p, mach) \ argument 79 _DEBUG_LL_ENTRY(mach, OMAP1_UART##p##_BASE, OMAP7XX_PORT_SHIFT, \ 82 #define DEBUG_LL_OMAP1(p, mach) \ argument 83 _DEBUG_LL_ENTRY(mach, OMAP1_UART##p##_BASE, OMAP_PORT_SHIFT, \
|
/linux-4.1.27/Documentation/arm/SPEAr/ |
D | overview.txt | 49 Each machine series have a directory with name arch/arm/mach-spear followed by 50 series name. Like mach-spear3xx, mach-spear6xx and mach-spear13xx. 52 Common file for machines of spear3xx family is mach-spear3xx/spear3xx.c, for 53 spear6xx is mach-spear6xx/spear6xx.c and for spear13xx family is 54 mach-spear13xx/spear13xx.c. mach-spear* also contain soc/machine specific 56 spear600.c. mach-spear* doesn't contains board specific files as they fully
|
/linux-4.1.27/arch/sh/tools/ |
D | gen-mach-types | 11 mach[nr] = $1; 34 printf(" #define MACH_%s\t\t1\n", mach[i]); 36 printf(" #define MACH_%s\t\t0\n", mach[i]); 44 tolower(mach[i]), mach[i]);
|
D | Makefile | 13 include/generated/machtypes.h: $(src)/gen-mach-types $(src)/mach-types
|
/linux-4.1.27/arch/mips/ralink/ |
D | Platform | 5 cflags-$(CONFIG_RALINK) += -I$(srctree)/arch/mips/include/asm/mach-ralink 11 cflags-$(CONFIG_SOC_RT288X) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt288x 17 cflags-$(CONFIG_SOC_RT305X) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt305x 23 cflags-$(CONFIG_SOC_RT3883) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt3883 29 cflags-$(CONFIG_SOC_MT7620) += -I$(srctree)/arch/mips/include/asm/mach-ralink/mt7620
|
/linux-4.1.27/arch/cris/ |
D | Makefile | 20 mach-y := fs 21 mach-$(CONFIG_CRIS_MACH_ARTPEC3) := a3 22 mach-$(CONFIG_ETRAXFS) := fs 35 ifneq ($(mach-y),) 36 MACH := mach-$(mach-y) 38 inc += -Iarch/cris/include/$(SARCH)/$(MACH)/mach
|
/linux-4.1.27/Documentation/arm/pxa/ |
D | mfp.txt | 52 see arch/arm/mach-pxa/mach/include/mfp-pxa300.h) 79 - #include <mach/mfp-pxa25x.h> 80 - #include <mach/mfp-pxa27x.h> 81 - #include <mach/mfp-pxa300.h> 82 - #include <mach/mfp-pxa320.h> 83 - #include <mach/mfp-pxa930.h> 200 - arch/arm/mach-pxa/include/mach/mfp.h 206 - arch/arm/mach-pxa/include/mach/mfp-pxa3xx.h 211 - arch/arm/mach-pxa/include/mach/mfp-pxa2xx.h 215 - arch/arm/mach-pxa/include/mach/mfp-pxa25x.h [all …]
|
/linux-4.1.27/arch/mips/fw/arc/ |
D | identify.c | 93 struct smatch *mach; in prom_identify_arch() local 112 mach = string_to_mach(iname); in prom_identify_arch() 113 system_type = mach->liname; in prom_identify_arch() 115 prom_flags = mach->flags; in prom_identify_arch()
|
/linux-4.1.27/arch/arm/tools/ |
D | Makefile | 7 include/generated/mach-types.h: $(src)/gen-mach-types $(src)/mach-types
|
D | mach-types | 3 # This file is linux/arch/arm/tools/mach-types
|
/linux-4.1.27/Documentation/arm/Marvell/ |
D | README | 26 Linux kernel mach directory: arch/arm/mach-orion5x 56 Linux kernel mach directory: arch/arm/mach-mvebu 76 Linux kernel mach directory: arch/arm/mach-mv78xx0 118 Linux kernel mach directory: arch/arm/mach-mvebu 135 Linux kernel mach directory: no code in mainline yet, planned for the future 149 Directory: arch/arm/mach-mvebu (DT enabled platforms) 150 arch/arm/mach-dove (non-DT enabled platforms) 196 Linux kernel mach directory: arch/arm/mach-pxa 233 Linux kernel mach directory: arch/arm/mach-mmp 259 Directory: arch/arm/mach-berlin [all …]
|
/linux-4.1.27/sound/soc/intel/boards/ |
D | Makefile | 2 snd-soc-sst-byt-rt5640-mach-objs := byt-rt5640.o 3 snd-soc-sst-byt-max98090-mach-objs := byt-max98090.o 10 obj-$(CONFIG_SND_SOC_INTEL_BYT_RT5640_MACH) += snd-soc-sst-byt-rt5640-mach.o 11 obj-$(CONFIG_SND_SOC_INTEL_BYT_MAX98090_MACH) += snd-soc-sst-byt-max98090-mach.o
|
/linux-4.1.27/arch/mips/lantiq/ |
D | Platform | 6 cflags-$(CONFIG_LANTIQ) += -I$(srctree)/arch/mips/include/asm/mach-lantiq 8 cflags-$(CONFIG_SOC_TYPE_XWAY) += -I$(srctree)/arch/mips/include/asm/mach-lantiq/xway 9 cflags-$(CONFIG_SOC_FALCON) += -I$(srctree)/arch/mips/include/asm/mach-lantiq/falcon
|
/linux-4.1.27/arch/arm/mach-w90x900/ |
D | Makefile | 17 obj-$(CONFIG_MACH_W90P910EVB) += mach-nuc910evb.o 18 obj-$(CONFIG_MACH_W90P950EVB) += mach-nuc950evb.o 19 obj-$(CONFIG_MACH_W90N960EVB) += mach-nuc960evb.o
|
/linux-4.1.27/arch/mips/sibyte/ |
D | Platform | 13 -I$(srctree)/arch/mips/include/asm/mach-sibyte \ 17 -I$(srctree)/arch/mips/include/asm/mach-sibyte \ 21 -I$(srctree)/arch/mips/include/asm/mach-sibyte \ 25 -I$(srctree)/arch/mips/include/asm/mach-sibyte \
|
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/ |
D | USB-Host.txt | 37 added by the board specific support file in linux/arch/arm/mach-s3c2410, 38 such as mach-bast.c or mach-smdk2410.c 52 See arch/arm/mach-s3c2410/include/mach/usb-control.h for the 54 can be found in linux/arch/arm/mach-s3c2410/usb-simtec.c .
|
D | Overview.txt | 20 included under the arch/arm/mach-s3c2416 directory. Note, whilst core 42 code (arch/arm/plat-s3c24xx) and the arch/arm/mach-s3c24* code. 46 in arch/arm/mach-s3c2410 and S3C2440 in arch/arm/mach-s3c2440 49 arch/arm/mach-s3c2410 directory./include/mach 136 Machine definitions should be kept in linux/arch/arm/mach-s3c2410, 295 exported outside arch/arm/mach-s3c2410/, or exported to
|
D | GPIO.txt | 88 See arch/arm/mach-s3c24xx/include/mach/regs-gpio.h for the list 90 is included by using #include <mach/regs-gpio.h>
|
/linux-4.1.27/arch/cris/arch-v32/drivers/ |
D | Makefile | 7 obj-$(CONFIG_ETRAXFS) += mach-fs/ 8 obj-$(CONFIG_CRIS_MACH_ARTPEC3) += mach-a3/
|
/linux-4.1.27/arch/blackfin/ |
D | Makefile | 111 core-y += arch/$(ARCH)/kernel/ arch/$(ARCH)/mm/ arch/$(ARCH)/mach-common/ 115 core-y += arch/$(ARCH)/mach-$(MACHINE)/ 116 core-y += arch/$(ARCH)/mach-$(MACHINE)/boards/ 129 machdirs := $(patsubst %,arch/blackfin/mach-%/, $(machine-y)) 132 KBUILD_CFLAGS += -Iarch/$(ARCH)/mach-$(MACHINE)/include
|
D | Kconfig | 365 source "arch/blackfin/mach-bf518/Kconfig" 366 source "arch/blackfin/mach-bf527/Kconfig" 367 source "arch/blackfin/mach-bf533/Kconfig" 368 source "arch/blackfin/mach-bf561/Kconfig" 369 source "arch/blackfin/mach-bf537/Kconfig" 370 source "arch/blackfin/mach-bf538/Kconfig" 371 source "arch/blackfin/mach-bf548/Kconfig" 372 source "arch/blackfin/mach-bf609/Kconfig"
|
/linux-4.1.27/arch/mips/txx9/ |
D | Platform | 5 -I$(srctree)/arch/mips/include/asm/mach-tx39xx 7 -I$(srctree)/arch/mips/include/asm/mach-tx49xx
|
/linux-4.1.27/arch/arm/ |
D | Kconfig | 253 Select this when mach/io.h is required to provide special 254 definitions for this platform. The need for mach/io.h should 260 Select this when mach/memory.h is required to provide special 261 definitions for this platform. The need for mach/memory.h should 823 # This is sorted alphabetically by mach-* pathname. However, plat-* 825 # plat- suffix) or along side the corresponding mach-* source. 827 source "arch/arm/mach-mvebu/Kconfig" 829 source "arch/arm/mach-alpine/Kconfig" 831 source "arch/arm/mach-asm9260/Kconfig" 833 source "arch/arm/mach-at91/Kconfig" [all …]
|
D | Makefile | 242 MACHINE := arch/arm/mach-$(word 1,$(machine-y))/ 250 machdirs := $(patsubst %,arch/arm/mach-%/,$(machine-y)) 305 $(Q)$(MAKE) $(build)=arch/arm/tools include/generated/mach-types.h
|
D | Kconfig.debug | 1308 default "mach/debug-macro.S" 1561 default "mach/uncompress.h"
|
/linux-4.1.27/sound/soc/ux500/ |
D | Makefile | 9 snd-soc-ux500-mach-mop500-objs := mop500.o mop500_ab8500.o 10 obj-$(CONFIG_SND_SOC_UX500_MACH_MOP500) += snd-soc-ux500-mach-mop500.o
|
/linux-4.1.27/Documentation/DocBook/ |
D | .sh.xml.cmd | 2 …m/tlb-sh5.c arch/sh/include/asm/tlb_64.h arch/sh/boards/mach-dreamcast/rtc.c arch/sh/boards/mach-x…
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | pxa25x_udc.c | 133 struct pxa2xx_udc_mach_info *mach = the_controller->mach; in pullup_off() local 134 int off_level = mach->gpio_pullup_inverted; in pullup_off() 136 if (gpio_is_valid(mach->gpio_pullup)) in pullup_off() 137 gpio_set_value(mach->gpio_pullup, off_level); in pullup_off() 138 else if (mach->udc_command) in pullup_off() 139 mach->udc_command(PXA2XX_UDC_CMD_DISCONNECT); in pullup_off() 144 struct pxa2xx_udc_mach_info *mach = the_controller->mach; in pullup_on() local 145 int on_level = !mach->gpio_pullup_inverted; in pullup_on() 147 if (gpio_is_valid(mach->gpio_pullup)) in pullup_on() 148 gpio_set_value(mach->gpio_pullup, on_level); in pullup_on() [all …]
|
D | pxa25x_udc.h | 120 struct pxa2xx_udc_mach_info *mach; member
|
D | pxa27x_udc.c | 2409 struct pxa2xx_udc_mach_info *mach = dev_get_platdata(&pdev->dev); in pxa_udc_probe() local 2412 if (mach) { in pxa_udc_probe() 2413 gpio_flags = mach->gpio_pullup_inverted ? GPIOF_ACTIVE_LOW : 0; in pxa_udc_probe() 2414 gpio = mach->gpio_pullup; in pxa_udc_probe() 2421 udc->gpiod = gpio_to_desc(mach->gpio_pullup); in pxa_udc_probe() 2423 udc->udc_command = mach->udc_command; in pxa_udc_probe()
|
/linux-4.1.27/Documentation/arm/sti/ |
D | overview.txt | 23 are located in the platform code contained in arch/arm/mach-sti 25 There is a generic board board-dt.c in the mach folder which support
|
/linux-4.1.27/arch/mips/alchemy/ |
D | Platform | 12 cflags-$(CONFIG_MIPS_DB1XXX) += -I$(srctree)/arch/mips/include/asm/mach-db1x00 38 cflags-$(CONFIG_MIPS_ALCHEMY) += -I$(srctree)/arch/mips/include/asm/mach-au1x00
|
D | Kconfig | 12 # see arch/mips/include/asm/mach-au1x00/gpio.h for more information.
|
/linux-4.1.27/drivers/video/fbdev/ |
D | w100fb.c | 231 struct w100_tg_info *tg = par->mach->tg; in w100fb_blank() 409 struct w100_tg_info *tg = par->mach->tg; in w100fb_activate_var() 437 struct w100_mode *modelist = par->mach->modelist; in w100fb_get_mode() 441 for (i = 0 ; i < par->mach->num_modes ; i++) { in w100fb_get_mode() 476 if (par->mach->mem && ((var->xres*var->yres*BITS_PER_PIXEL/8) > (par->mach->mem->size+1))) in w100fb_check_var() 479 if (!par->mach->mem && ((var->xres*var->yres*BITS_PER_PIXEL/8) > (MEM_INT_SIZE+1))) in w100fb_check_var() 531 info->fix.smem_len = par->mach->mem->size+1; in w100fb_set_par() 565 memsize=par->mach->mem->size; in w100fb_save_vidmem() 583 memsize=par->mach->mem->size; in w100fb_restore_vidmem() 601 struct w100_tg_info *tg = par->mach->tg; in w100fb_suspend() [all …]
|
D | pxafb.c | 364 static struct pxafb_mode_info *pxafb_getmode(struct pxafb_mach_info *mach, in pxafb_getmode() argument 368 struct pxafb_mode_info *modelist = mach->modes; in pxafb_getmode() 372 for (i = 0; i < mach->num_modes; i++) { in pxafb_getmode()
|
/linux-4.1.27/arch/arm/include/debug/ |
D | sa1100.S | 28 @ the comment in arch/arm/mach-sa1100/include/mach/uncompress.h.
|
/linux-4.1.27/arch/mips/sgi-ip22/ |
D | Platform | 11 cflags-$(CONFIG_SGI_IP22) += -I$(srctree)/arch/mips/include/asm/mach-ip22 33 cflags-$(CONFIG_SGI_IP28) += -mr10k-cache-barrier=store -I$(srctree)/arch/mips/include/asm/mach-ip28
|
/linux-4.1.27/Documentation/arm/ |
D | README | 65 mach descriptions of generic ARM to specific machine interfaces 79 To this end, we now have arch/arm/mach-$(MACHINE) directories which are 82 machines, there should be a corresponding arch/arm/mach-$(MACHINE)/include/mach 178 classes are given directories - arch/arm/mach-<class> and 179 arch/arm/mach-<class> - which contain the source files to/include/mach
|
D | Interrupts | 161 7. fixup_irq() is gone, as is arch/arm/mach-*/include/mach/irq.h
|
D | IXP4xx | 35 See arch/arm/mach-ixp4xx/include/mach/platform.h for access functions.
|
D | Booting | 67 value to the kernel. (see linux/arch/arm/tools/mach-types). This
|
/linux-4.1.27/arch/arm/mach-mxs/ |
D | Makefile | 2 obj-$(CONFIG_ARCH_MXS) += mach-mxs.o
|
/linux-4.1.27/arch/mips/emma/ |
D | Platform | 3 -I$(srctree)/arch/mips/include/asm/mach-emma2rh
|
/linux-4.1.27/arch/mips/rb532/ |
D | Platform | 6 -I$(srctree)/arch/mips/include/asm/mach-rc32434
|
/linux-4.1.27/arch/sh/kernel/cpu/sh2a/ |
D | entry.S | 63 sts.l mach, @-r15 103 sts.l mach,@-r8 160 lds.l @r0+,mach 207 lds.l @r0+,mach
|
/linux-4.1.27/arch/mips/cobalt/ |
D | Platform | 5 cflags-$(CONFIG_MIPS_COBALT) += -I$(srctree)/arch/mips/include/asm/mach-cobalt
|
/linux-4.1.27/arch/mips/lasat/ |
D | Platform | 6 -I$(srctree)/arch/mips/include/asm/mach-lasat
|
/linux-4.1.27/arch/mips/bcm63xx/ |
D | Platform | 6 -I$(srctree)/arch/mips/include/asm/mach-bcm63xx/
|
/linux-4.1.27/arch/mips/pnx833x/ |
D | Platform | 3 cflags-$(CONFIG_SOC_PNX833X) += -Iarch/mips/include/asm/mach-pnx833x
|
/linux-4.1.27/arch/mips/bcm47xx/ |
D | Platform | 6 -I$(srctree)/arch/mips/include/asm/mach-bcm47xx
|
/linux-4.1.27/arch/mips/ar7/ |
D | Platform | 5 cflags-$(CONFIG_AR7) += -I$(srctree)/arch/mips/include/asm/mach-ar7
|
/linux-4.1.27/arch/mips/jz4740/ |
D | Platform | 2 cflags-$(CONFIG_MACH_JZ4740) += -I$(srctree)/arch/mips/include/asm/mach-jz4740
|
/linux-4.1.27/arch/mips/ath25/ |
D | Platform | 5 cflags-$(CONFIG_ATH25) += -I$(srctree)/arch/mips/include/asm/mach-ath25
|
/linux-4.1.27/arch/mips/paravirt/ |
D | Platform | 6 -I$(srctree)/arch/mips/include/asm/mach-paravirt
|
/linux-4.1.27/arch/mips/bmips/ |
D | Platform | 6 -I$(srctree)/arch/mips/include/asm/mach-bmips/
|
/linux-4.1.27/arch/mips/pistachio/ |
D | Platform | 6 -I$(srctree)/arch/mips/include/asm/mach-pistachio
|
/linux-4.1.27/arch/mips/jazz/ |
D | Platform | 5 cflags-$(CONFIG_MACH_JAZZ) += -I$(srctree)/arch/mips/include/asm/mach-jazz
|
/linux-4.1.27/arch/mips/mti-sead3/ |
D | Platform | 5 cflags-$(CONFIG_MIPS_SEAD3) += -I$(srctree)/arch/mips/include/asm/mach-sead3
|
/linux-4.1.27/arch/mips/dec/ |
D | Platform | 6 -I$(srctree)/arch/mips/include/asm/mach-dec
|
/linux-4.1.27/arch/mips/pmcs-msp71xx/ |
D | Platform | 5 cflags-$(CONFIG_PMC_MSP) += -I$(srctree)/arch/mips/include/asm/mach-pmcs-msp71xx \
|
/linux-4.1.27/arch/mips/cavium-octeon/ |
D | Platform | 6 -I$(srctree)/arch/mips/include/asm/mach-cavium-octeon
|
/linux-4.1.27/arch/mips/sni/ |
D | Platform | 5 cflags-$(CONFIG_SNI_RM) += -I$(srctree)/arch/mips/include/asm/mach-rm
|
/linux-4.1.27/arch/mips/mti-malta/ |
D | Platform | 5 cflags-$(CONFIG_MIPS_MALTA) += -I$(srctree)/arch/mips/include/asm/mach-malta
|
/linux-4.1.27/arch/mips/loongson1/ |
D | Platform | 6 cflags-$(CONFIG_MACH_LOONGSON1) += -I$(srctree)/arch/mips/include/asm/mach-loongson1
|
/linux-4.1.27/Documentation/arm/sunxi/ |
D | README | 10 Linux kernel mach directory: arch/arm/mach-sunxi
|
D | clocks.txt | 56 https://github.com/linux-sunxi/linux-sunxi/tree/sunxi-3.0/arch/arm/mach-sun4i/clock/ccmu
|
/linux-4.1.27/arch/sh/include/uapi/asm/ |
D | ptrace_32.h | 50 unsigned long mach; member
|
/linux-4.1.27/arch/sh/boards/ |
D | Kconfig | 363 source "arch/sh/boards/mach-r2d/Kconfig" 364 source "arch/sh/boards/mach-highlander/Kconfig" 365 source "arch/sh/boards/mach-sdk7780/Kconfig" 366 source "arch/sh/boards/mach-migor/Kconfig" 367 source "arch/sh/boards/mach-rsk/Kconfig"
|
/linux-4.1.27/arch/mips/netlogic/ |
D | Platform | 4 cflags-$(CONFIG_NLM_COMMON) += -I$(srctree)/arch/mips/include/asm/mach-netlogic
|
/linux-4.1.27/Documentation/spi/ |
D | ep93xx_spi | 15 arch/arm/mach-ep93xx/*.c). In this example we configure MMC over SPI through 23 arch/arm/mach-ep93xx/ts72xx.c:
|
D | spi-summary | 206 the arch/.../mach-*/board-*.c files for several boards can all share the 211 So for example arch/.../mach-*/board-*.c files might have code like: 213 #include <mach/spi.h> /* for mysoc_spi_data */ 215 /* if your mach-* infrastructure doesn't support kernels that can 230 #include <mach/spi.h> 266 Normally your arch/.../mach-*/board-*.c files would provide a small table 314 your arch/.../mach-.../board-*.c file would primarily provide information
|
D | pxa2xx | 20 Typically a SPI master is defined in the arch/.../mach-*/board-*.c as a 86 Typically each SPI slave (chip) is defined in the arch/.../mach-*/board-*.c
|
/linux-4.1.27/arch/mips/sgi-ip32/ |
D | Platform | 10 cflags-$(CONFIG_SGI_IP32) += -I$(srctree)/arch/mips/include/asm/mach-ip32
|
/linux-4.1.27/Documentation/w1/masters/ |
D | w1-gpio | 14 Example (mach-at91)
|
/linux-4.1.27/arch/mips/vr41xx/ |
D | Platform | 5 cflags-$(CONFIG_MACH_VR41XX) += -I$(srctree)/arch/mips/include/asm/mach-vr41xx
|
/linux-4.1.27/arch/mips/sgi-ip27/ |
D | Platform | 10 cflags-$(CONFIG_SGI_IP27) += -I$(srctree)/arch/mips/include/asm/mach-ip27
|
/linux-4.1.27/arch/arm/mach-s5pv210/ |
D | Kconfig | 1 # arch/arm/mach-s5pv210/Kconfig
|
/linux-4.1.27/arch/sh/kernel/cpu/sh2/ |
D | entry.S | 68 sts.l mach, @-r15 119 sts.l mach, @-r2 195 lds.l @r0+,mach 259 lds.l @r0+,mach
|
/linux-4.1.27/Documentation/ |
D | dontdiff | 163 mach-types 164 mach-types.h
|
D | pinctrl.txt | 90 See for example arch/arm/mach-u300/Kconfig for an example.
|
D | kernel-parameters.txt | 2143 See arch/arm/mach-s3c2412/mach-jive.c
|
/linux-4.1.27/arch/sh/include/asm/ |
D | kexec.h | 58 __asm__ __volatile__ ("sts mach, %0" : "=r" (newregs->mach)); in crash_setup_regs()
|
/linux-4.1.27/include/video/ |
D | w100fb.h | 147 struct w100fb_mach_info *mach; member
|
/linux-4.1.27/arch/mips/loongson/ |
D | Platform | 30 cflags-$(CONFIG_MACH_LOONGSON) += -I$(srctree)/arch/mips/include/asm/mach-loongson -mno-branch-like…
|
/linux-4.1.27/drivers/staging/nvec/ |
D | README | 13 [1] e.g. http://nv-tegra.nvidia.com/gitweb/?p=linux-2.6.git;a=tree;f=arch/arm/mach-tegra/nvec;hb=an…
|
/linux-4.1.27/arch/sh/kernel/ |
D | relocate_kernel.S | 38 sts.l mach, @-r15 133 lds.l @r15+, mach
|
D | process_32.c | 61 regs->mach, regs->macl, regs->gbr, regs->pr); in show_regs()
|
D | signal_32.c | 127 COPY(gbr); COPY(mach); in restore_sigcontext() 231 COPY(gbr); COPY(mach); in setup_sigcontext()
|
D | kgdb.c | 189 { "mach", GDB_SIZEOF_REG, offsetof(struct pt_regs, mach) },
|
D | ptrace_32.c | 300 REG_OFFSET_NAME(mach),
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | s5pv210-smdkc110.dts | 11 * NOTE: This file is completely based on original board file for mach-smdkc110
|
D | s5pv210-torbreck.dts | 11 * NOTE: This file is completely based on original board file for mach-torbreck
|
D | s5pv210-smdkv210.dts | 11 * NOTE: This file is completely based on original board file for mach-smdkv210
|
/linux-4.1.27/Documentation/arm/Atmel/ |
D | README | 96 Linux kernel mach directory: arch/arm/mach-at91
|
/linux-4.1.27/arch/s390/kvm/ |
D | kvm-s390.c | 602 struct kvm_s390_vm_cpu_machine *mach; in kvm_s390_get_machine() local 605 mach = kzalloc(sizeof(*mach), GFP_KERNEL); in kvm_s390_get_machine() 606 if (!mach) { in kvm_s390_get_machine() 610 get_cpu_id((struct cpuid *) &mach->cpuid); in kvm_s390_get_machine() 611 mach->ibc = sclp_get_ibc(); in kvm_s390_get_machine() 612 memcpy(&mach->fac_mask, kvm->arch.model.fac->mask, in kvm_s390_get_machine() 614 memcpy((unsigned long *)&mach->fac_list, S390_lowcore.stfle_fac_list, in kvm_s390_get_machine() 616 if (copy_to_user((void __user *)attr->addr, mach, sizeof(*mach))) in kvm_s390_get_machine() 618 kfree(mach); in kvm_s390_get_machine()
|
/linux-4.1.27/Documentation/zh_CN/arm/ |
D | Booting | 83 (详见 linux/arch/arm/tools/mach-types )。
|
/linux-4.1.27/arch/blackfin/mach-bf533/ |
D | Kconfig | 3 source "arch/blackfin/mach-bf533/boards/Kconfig"
|
/linux-4.1.27/arch/blackfin/mach-bf537/ |
D | Kconfig | 3 source "arch/blackfin/mach-bf537/boards/Kconfig"
|
/linux-4.1.27/arch/avr32/ |
D | Makefile | 27 machdirs := $(patsubst %,arch/avr32/mach-%/, $(machine-y))
|
D | Kconfig | 173 source "arch/avr32/mach-at32ap/Kconfig"
|
/linux-4.1.27/ |
D | MAINTAINERS | 818 F: arch/arm/mach-*/ 892 F: arch/arm/mach-alpine/ 901 F: arch/arm/mach-at91/ 918 F: arch/arm/mach-highbank/ 923 F: arch/arm/mach-cns3xxx/ 936 F: arch/arm/mach-ep93xx/ 937 F: arch/arm/mach-ep93xx/include/mach/ 959 F: arch/arm/mach-ep93xx/micro9.c 979 F: arch/arm/mach-gemini/ 986 F: arch/arm/mach-prima2/ [all …]
|
/linux-4.1.27/Documentation/networking/ |
D | dm9000.txt | 33 An example from arch/arm/mach-s3c2410/mach-bast.c is:
|
/linux-4.1.27/arch/sh/kernel/cpu/sh3/ |
D | entry.S | 213 ! - restore spc, pr*, ssr, gbr, mach, macl, skip default tra 247 lds.l @r15+, mach
|
/linux-4.1.27/tools/net/ |
D | bpf_jit_disasm.c | 63 info.mach = bfd_get_mach(bfdf); in get_asm_insns()
|
/linux-4.1.27/arch/blackfin/mach-bf538/ |
D | Kconfig | 3 source "arch/blackfin/mach-bf538/boards/Kconfig"
|
/linux-4.1.27/Documentation/arm/OMAP/ |
D | omap_pm | 51 found in arch/arm/plat-omap/include/mach/omap-pm.h. 142 arch/arm/mach-omapx/board-xyz.c
|
/linux-4.1.27/arch/arm/mach-exynos/ |
D | Kconfig | 1 # arch/arm/mach-exynos/Kconfig
|
/linux-4.1.27/Documentation/sh/ |
D | new-machine.txt | 236 Once that is taken care of, it's time to add an entry for the mach type. 237 This is done by adding an entry to the end of the arch/sh/tools/mach-types 248 lowercase, regardless of the fact that the mach-types entries are all
|
/linux-4.1.27/arch/sh/lib/ |
D | udivsi3_i4i.S | 103 sts mach,r0 246 sts mach,r0
|
/linux-4.1.27/arch/blackfin/mach-bf561/ |
D | Kconfig | 3 source "arch/blackfin/mach-bf561/boards/Kconfig"
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-extcon | 14 the 30-pin port of Nuri board (/arch/arm/mach-exynos)
|
/linux-4.1.27/Documentation/mips/ |
D | AU1xxx_IDE.README | 47 a) 'arch/mips/include/asm/mach-au1x00/au1xxx_ide.h'
|
/linux-4.1.27/arch/cris/arch-v32/ |
D | Kconfig | 3 source arch/cris/arch-v32/mach-fs/Kconfig 4 source arch/cris/arch-v32/mach-a3/Kconfig
|
/linux-4.1.27/arch/blackfin/mach-bf518/ |
D | Kconfig | 7 source "arch/blackfin/mach-bf518/boards/Kconfig"
|
/linux-4.1.27/arch/blackfin/mach-bf527/ |
D | Kconfig | 7 source "arch/blackfin/mach-bf527/boards/Kconfig"
|
/linux-4.1.27/arch/blackfin/mach-bf548/ |
D | Kconfig | 27 source "arch/blackfin/mach-bf548/boards/Kconfig"
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | renesas,pfc-pinctrl.txt | 95 On other mach-shmobile platforms GPIO is handled by the gpio-rcar driver.
|
/linux-4.1.27/arch/mips/ |
D | Makefile | 242 cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic
|
/linux-4.1.27/drivers/usb/phy/ |
D | Kconfig | 90 The definition of internal PHY APIs are in the mach-omap2 layer.
|
/linux-4.1.27/drivers/dma/ |
D | Kconfig | 324 It needs sram driver under mach-mmp.
|
/linux-4.1.27/Documentation/devicetree/ |
D | usage-model.txt | 114 arch/arm/include/asm/mach/arch.h if you're curious).
|
/linux-4.1.27/arch/blackfin/mach-bf609/ |
D | Kconfig | 8 source "arch/blackfin/mach-bf609/boards/Kconfig"
|
/linux-4.1.27/arch/arm/mm/ |
D | Kconfig | 1012 included via the mach/barriers.h file.
|
/linux-4.1.27/drivers/watchdog/ |
D | Kconfig | 229 select this in the respective mach-XXXX/Kconfig file.
|
/linux-4.1.27/drivers/rtc/ |
D | Kconfig | 1158 select this in the respective mach-XXXX/Kconfig file.
|