Searched refs:layout (Results 1 - 25 of 45) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/fabrics/
H A DMakefile1 obj-$(CONFIG_SND_AOA_FABRIC_LAYOUT) += snd-aoa-fabric-layout.o
H A Dsnd-aoa-fabric-layout.c2 * Apple Onboard Audio driver -- layout fabric
10 * based on the layout-id property in the device tree.
26 /* These are the connections the layout fabric
65 struct layout { struct
71 * so that our layout table doesn't need to be filled
75 * multiple layout-ids */
80 MODULE_ALIAS("sound-layout-36");
81 MODULE_ALIAS("sound-layout-41");
82 MODULE_ALIAS("sound-layout-45");
83 MODULE_ALIAS("sound-layout
558 struct layout *layout; member in struct:layout_dev
948 struct layout *layout; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/distrib/
H A DMakefile3 BUILD= layout.html port.html
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A DMakefile.am19 layout.h \
H A DMakefile.in55 dir.h endians.h index.h inode.h layout.h lcnalloc.h logfile.h \
60 device_io.h dir.h endians.h index.h inode.h layout.h \
231 layout.h \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/keyboard/
H A Dsunkbd.c88 volatile s8 layout; member in struct:sunkbd
107 if (sunkbd->layout == -1) {
108 sunkbd->layout = data;
121 sunkbd->layout = -1;
196 sunkbd->layout = -2;
198 wait_event_interruptible_timeout(sunkbd->wait, sunkbd->layout >= 0, HZ/4);
199 if (sunkbd->layout < 0) return -1;
200 if (sunkbd->layout & SUNKBD_LAYOUT_5_MASK) sunkbd->type = 5;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/soundbus/i2sbus/
H A Di2sbus-core.c30 " no layout-id property is present");
113 int layout, struct resource *res)
119 /* Machines with layout 76 and 36 (K2 based) have a weird device
126 * normal layout
128 if (layout != 76 && layout != 36)
155 int i, layout = 0, rlen; local
183 of_get_property(sound, "layout-id", NULL);
185 layout = *layout_id;
187 "sound-layout
112 i2sbus_get_and_fixup_rsrc(struct device_node *np, int index, int layout, struct resource *res) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Dfaulty.c35 * The bottom 5 bits of the "layout" indicate the mode. The
41 * All current faults can be clear using a layout of "0".
257 static int reconfig(mddev_t *mddev, int layout, int chunk_size) argument
259 int mode = layout & ModeMask;
260 int count = layout >> ModeShift;
266 /* new layout */
281 mddev->layout = -1; /* makes sure further changes come through */
305 reconfig(mddev, mddev->layout, -1);
H A Dmd.c795 mddev->layout = sb->layout;
812 mddev->new_layout = mddev->layout;
942 sb->layout = mddev->layout;
1127 sb->layout != refsb->layout ||
1174 mddev->layout = le32_to_cpu(sb->layout);
1200 mddev->new_layout = mddev->layout;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/raid/
H A Dmd_p.h2 md_p.h : physical layout of Linux RAID devices
165 __u32 new_layout; /* 16 new layout */
172 __u32 layout; /* 0 the array's physical layout */ member in struct:mdp_superblock_s
219 __le32 layout; /* only for raid5 and raid10 currently */ member in struct:mdp_superblock_1
233 __le32 new_layout; /* new layout */
H A Dmd_u.h83 int layout; /* 0 the array's physical layout */ member in struct:mdu_array_info_s
H A Dmd_k.h135 int level, layout; member in struct:mddev_s
283 int (*reconfig) (mddev_t *mddev, int layout, int chunk_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-frv/
H A Dprocessor.h15 #include <asm/mem-layout.h>
H A Dhighmem.h7 * See Documentation/fujitsu/frv/mmu-layout.txt for more information.
21 #include <asm/mem-layout.h>
H A Dpage.h7 #include <asm/mem-layout.h>
H A Dmb-regs.h17 #include <asm/mem-layout.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Daudioconvert.c106 int64_t layout; member in struct:__anon495
130 channel_layout == channel_layout_map[i].layout) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dnand_base.c791 int *eccpos = chip->ecc.layout->eccpos;
828 uint32_t *eccpos = chip->ecc.layout->eccpos;
904 * Not for syndrome calculating ecc controllers which need a special oob layout
915 int *eccpos = chip->ecc.layout->eccpos;
949 * we need a special oob layout and handling.
1014 struct nand_oobfree *free = chip->ecc.layout->oobfree;
1117 chip->ecc.layout->oobavail);
1382 len = chip->ecc.layout->oobavail;
1526 int *eccpos = chip->ecc.layout->eccpos;
1552 int *eccpos = chip->ecc.layout
[all...]
H A Dplat_nand.c67 data->chip.ecc.layout = pdata->chip.ecclayout;
H A Dsharpsl.c207 this->ecc.layout = &akita_oobinfo;
H A Dndfc.c171 chip->ecclayout = chip->ecc.layout = mtd->pl_chip->ecclayout;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/47xxnand/
H A Dbrcmnand_47xx.c547 * Not for syndrome calculating ecc controllers which need a special oob layout
595 struct nand_oobfree *free = chip->ecc.layout->oobfree;
679 chip->ecc.layout->oobavail);
872 len = chip->ecc.layout->oobavail;
1068 int *eccpos = chip->ecc.layout->eccpos;
1228 struct nand_oobfree *free = chip->ecc.layout->oobfree;
1412 len = chip->ecc.layout->oobavail;
2340 chip->ecc.layout = NULL;
2484 if (!chip->ecc.layout) {
2488 chip->ecc.layout
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/init/
H A Ddo_mounts_md.c197 ainfo.layout = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/boot/compressed/
H A Dhead-shark.S5 * - get the memory layout from firmware. This can only be done as long as the mmu
37 mov r0, r4 @ get the Memory layout from firmware
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dhead-mmu-fr451.S16 #include <asm/mem-layout.h>
39 # describe the position and layout of the SDRAM controller registers

Completed in 164 milliseconds

12