Searched refs:pd (Results 26 - 50 of 59) sorted by relevance

123

/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_dev_enet.h98 const struct bcm63xx_enet_platform_data *pd);
100 int bcm63xx_enetsw_register(const struct bcm63xx_enetsw_platform_data *pd);
/arch/mips/cavium-octeon/
H A Docteon-platform.c30 struct platform_device *pd; local
45 pd = platform_device_alloc("octeon_rng", -1);
46 if (!pd) {
51 ret = platform_device_add_resources(pd, rng_resources,
56 ret = platform_device_add(pd);
62 platform_device_put(pd);
73 struct platform_device *pd; local
91 pd = platform_device_alloc("octeon-ehci", 0);
92 if (!pd) {
103 ret = platform_device_add_resources(pd, usb_resource
122 struct platform_device *pd; local
[all...]
/arch/powerpc/include/asm/
H A Dhugetlb.h22 return (pte_t *)(hpd.pd & ~HUGEPD_SHIFT_MASK);
27 return (hpd.pd & HUGEPD_SHIFT_MASK) >> 2;
40 return (pte_t *)((hpd.pd & ~HUGEPD_SHIFT_MASK) | PD_HUGE);
45 return hpd.pd & HUGEPD_SHIFT_MASK;
H A Dpage.h363 typedef struct { signed long pd; } hugepd_t; member in struct:__anon2383
373 return (((hpd.pd & 0x3) == 0x0) && ((hpd.pd & HUGEPD_SHIFT_MASK) != 0));
378 return (hpd.pd > 0);
/arch/powerpc/boot/dts/fsl/
H A De500mc_power_isa.dtsi44 power-isa-e.pd; // Embedded.External PID
H A De5500_power_isa.dtsi44 power-isa-e.pd; // Embedded.External PID
H A De6500_power_isa.dtsi44 power-isa-e.pd; // Embedded.External PID
/arch/mips/bcm63xx/
H A Ddev-enet.c203 const struct bcm63xx_enet_platform_data *pd)
239 memcpy(dpd, pd, sizeof(*pd));
275 bcm63xx_enetsw_register(const struct bcm63xx_enetsw_platform_data *pd) argument
294 memcpy(bcm63xx_enetsw_device.dev.platform_data, pd, sizeof(*pd));
202 bcm63xx_enet_register(int unit, const struct bcm63xx_enet_platform_data *pd) argument
/arch/microblaze/mm/
H A Dpgtable.c140 pmd_t *pd; local
144 pd = pmd_offset(pgd_offset_k(va), va);
146 pg = pte_alloc_kernel(pd, va); /* from powerpc - pgtable.c */
147 /* pg = pte_alloc_kernel(&init_mm, pd, va); */
/arch/arm/firmware/
H A Dtrusted_foundations.c71 void register_trusted_foundations(struct trusted_foundations_platform_data *pd) argument
/arch/arm/plat-samsung/include/plat/
H A Ddevs.h90 * @pd: The default platform data for this device.
97 extern void *s3c_set_platdata(void *pd, size_t pdsize,
/arch/s390/include/asm/
H A Dnmi.h18 __u32 pd : 1; /* 01 instruction-processing damage */ member in struct:mci
/arch/mips/pci/
H A Dpci-alchemy.c363 struct alchemy_pci_platdata *pd = pdev->dev.platform_data; local
372 if (!pd) {
440 if (pd->board_map_irq)
441 ctx->board_map_irq = pd->board_map_irq;
443 if (pd->board_pci_idsel)
444 ctx->board_pci_idsel = pd->board_pci_idsel;
472 val &= ~pd->pci_cfg_clr;
473 val |= pd->pci_cfg_set;
/arch/powerpc/kernel/
H A Dsetup-common.c559 struct platform_device *pd; local
567 pd = platform_device_alloc("pcspkr", -1);
568 if (!pd)
571 ret = platform_device_add(pd);
573 platform_device_put(pd);
/arch/powerpc/mm/
H A Dpgtable_32.c284 pmd_t *pd; local
289 pd = pmd_offset(pud_offset(pgd_offset_k(va), va), va);
291 pg = pte_alloc_kernel(pd, va);
H A Dhugetlbpage.c54 #define hugepd_none(hpd) ((hpd).pd == 0)
147 hpdp->pd = ((unsigned long)new & ~PD_HUGE) | pshift;
152 hpdp->pd = 0;
160 hpdp->pd = (unsigned long)new |
163 hpdp->pd = ((unsigned long)new & ~PD_HUGE) | pshift;
518 hpdp->pd = 0;
/arch/arm/mach-clps711x/
H A Dboard-edb7211.c95 static void edb7211_lcd_power_set(struct plat_lcd_data *pd, unsigned int power) argument
/arch/arm/mach-imx/
H A Deukrea_mbimxsd25-baseboard.c168 static void eukrea_mbimxsd_lcd_power_set(struct plat_lcd_data *pd, argument
H A Deukrea_mbimxsd35-baseboard.c174 static void eukrea_mbimxsd_lcd_power_set(struct plat_lcd_data *pd, argument
/arch/arm/mach-s3c64xx/
H A Dmach-anw6410.c108 static void anw6410_lcd_power_set(struct plat_lcd_data *pd, argument
H A Dmach-mini6410.c201 static void mini6410_lcd_power_set(struct plat_lcd_data *pd, argument
H A Dmach-smartq.c221 static void smartq_lcd_power_set(struct plat_lcd_data *pd, unsigned int power) argument
/arch/alpha/kernel/
H A Dsetup.c1518 struct platform_device *pd; local
1521 pd = platform_device_alloc("pcspkr", -1);
1522 if (!pd)
1525 ret = platform_device_add(pd);
1527 platform_device_put(pd);
/arch/arm/mach-pxa/
H A Ddevices.c1184 struct platform_device *pd; local
1186 pd = platform_device_alloc("pxa2xx-spi", id);
1187 if (pd == NULL) {
1193 pd->dev.platform_data = info;
1194 platform_device_add(pd);
/arch/arm/common/
H A Dsa1111.c691 struct sa1111_platform_data *pd = me->platform_data; local
697 if (!pd)
719 sachip->pdata = pd;
757 ret = sa1111_setup_irq(sachip, pd->irq_base);
795 if (pd)
796 has_devs &= ~pd->disable_devs;

Completed in 571 milliseconds

123