Searched defs:of (Results 1 - 10 of 10) sorted by relevance

/drivers/macintosh/
H A Dmacio_sysfs.c18 struct platform_device *of; local
23 of = &to_macio_device (dev)->ofdev;
24 compat = of_get_property(of->dev.of_node, "compatible", &cplen);
/drivers/net/ethernet/freescale/
H A Dfec_mpc52xx_phy.c7 * This file is licensed under the terms of the GNU General Public License
8 * version 2. This program is licensed "as is" without any warranty of any
64 static int mpc52xx_fec_mdio_probe(struct platform_device *of) argument
66 struct device *dev = &of->dev;
67 struct device_node *np = of->dev.of_node;
107 ((mpc5xxx_get_bus_frequency(of->dev.of_node) >> 20) / 5) << 1);
124 static int mpc52xx_fec_mdio_remove(struct platform_device *of) argument
126 struct mii_bus *bus = platform_get_drvdata(of);
143 MODULE_DEVICE_TABLE(of, mpc52xx_fec_mdio_match);
/drivers/net/can/sja1000/
H A Dsja1000_platform.c6 * it under the terms of the version 2 of the GNU General Public License
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * You should have received a copy of the GNU General Public License
29 #include <linux/of.h>
99 static void sp_populate_of(struct sja1000_priv *priv, struct device_node *of) argument
104 err = of_property_read_u32(of, "reg-io-width", &prop);
123 err = of_property_read_u32(of, "nxp,external-clock-frequency", &prop);
129 err = of_property_read_u32(of, "nxp,tx-output-mode", &prop);
135 err = of_property_read_u32(of, "nx
165 struct device_node *of = pdev->dev.of_node; local
[all...]
/drivers/crypto/nx/
H A Dnx.h86 struct nx_of of; member in struct:nx_crypto_driver
122 size_t kmem_len; /* length of kmem */
/drivers/media/pci/ivtv/
H A Divtv-yuv.c7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2 of the License, or
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 You should have received a copy of the GNU General Public License
542 /* How much of the source to decode.
672 struct yuv_frame_info *of = &itv->yuv_info.old_frame_info; local
775 /* Due to rounding, we may have reduced the output size to <1/4 of
796 if ((of->dst_w != f->dst_w) || (of->src_w != f->src_w) ||
797 (of
984 struct yuv_frame_info *of = &yi->new_frame_info[last_frame]; local
[all...]
/drivers/iommu/
H A Domap-iommu.c10 * it under the terms of the GNU General Public License version 2 as
26 #include <linux/of.h>
46 /* bitmap of the page sizes currently supported */
89 * There are several kind of iommu algorithm(tlb, pagetable) among
267 * @cr: contents of cam and ram register
507 /* FIXME: L2 cache should be taken care of if it exists */
517 /* FIXME: L2 cache should be taken care of if it exists */
864 * @name: name of target omap iommu device
938 struct device_node *of = pdev->dev.of_node; local
944 if (of) {
[all...]
/drivers/media/pci/ngene/
H A Dngene-core.c13 * modify it under the terms of the GNU General Public License
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
23 * You should have received a copy of the GNU General Public License
113 to avoid hardware running out of
443 3: FD_INSYNC is number of 47s to trigger "in sync".
444 4: FD_OUTSYNC is number of 47s to trigger "out of sync".
445 5: FD_MAXBYTE1 is low-order of bytes per packet.
446 6: FD_MAXBYTE2 is high-order of bytes per packet.
905 dma_addr_t of,
904 AllocateRingBuffers(struct pci_dev *pci_dev, dma_addr_t of, struct SRingBufferDescriptor *pRingBuffer, u32 Buffer1Length, u32 Buffer2Length) argument
[all...]
/drivers/dma/
H A Dqcom_bam_dma.c5 * it under the terms of the GNU General Public License version 2 and
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * QCOM BAM DMA blocks are distributed amongst a number of the on-chip
18 * peripherals on the MSM 8x74. The configuration of the channels are dependent
20 * device tree entries specify the configuration of each channel.
22 * The DMA controller requires the use of external memory for storage of the
25 * FIFO. After pipe/channel reset, all of the pipe registers and internal state
32 * indication of where the hardware is currently working.
45 #include <linux/of
893 bam_dma_xlate(struct of_phandle_args *dma_spec, struct of_dma *of) argument
[all...]
/drivers/mtd/nand/gpmi-nand/
H A Dgpmi-nand.c8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * You should have received a copy of the GNU General Public License along
26 #include <linux/of.h>
92 * G : the length of Galois Field.
93 * N : The chunk count of per page.
94 * O : the oobsize of the NAND chip.
95 * M : the metasize of per page.
144 struct nand_oobfree *of local
1332 struct nand_oobfree *of = mtd->ecclayout->oobfree; local
[all...]
/drivers/net/ethernet/sun/
H A Dniu.h1426 * The layout of each entry is determined by the settings in the
1430 * per RDC group, thus a total of eight) using the BASE and MASK fields
1431 * of FLW_PRT_SEL above.
2749 /* Bits 11:8 of zero copy flow ID. */
2756 /* Bits 7:0 of zero copy flow ID. */
2759 /* Bits 15:8 of hash value, H2. */
2762 /* Bits 7:0 of hash value, H2. */
2765 /* Bits 19:16 of hash value, H1. */
2772 /* Bits 15:8 of hash value, H1. */
2775 /* Bits 7:0 of has
3061 struct device_node *of; member in union:rx_pkt_hdr0::niu_parent_id
[all...]

Completed in 5003 milliseconds