Searched refs:platform_device (Results 1 - 25 of 6670) sorted by relevance

1234567891011>>

/linux-master/arch/arm/mach-pxa/
H A Ddevices.h6 extern struct platform_device pxa_device_pmu;
7 extern struct platform_device pxa_device_mci;
8 extern struct platform_device pxa3xx_device_mci2;
9 extern struct platform_device pxa3xx_device_mci3;
10 extern struct platform_device pxa25x_device_udc;
11 extern struct platform_device pxa27x_device_udc;
12 extern struct platform_device pxa_device_fb;
13 extern struct platform_device pxa_device_ffuart;
14 extern struct platform_device pxa_device_btuart;
15 extern struct platform_device pxa_device_stuar
[all...]
/linux-master/arch/mips/include/asm/mach-loongson32/
H A Dplatform.h9 #include <linux/platform_device.h>
11 extern struct platform_device ls1x_uart_pdev;
12 extern struct platform_device ls1x_eth0_pdev;
13 extern struct platform_device ls1x_eth1_pdev;
14 extern struct platform_device ls1x_ehci_pdev;
15 extern struct platform_device ls1x_gpio0_pdev;
16 extern struct platform_device ls1x_gpio1_pdev;
17 extern struct platform_device ls1x_rtc_pdev;
18 extern struct platform_device ls1x_wdt_pdev;
20 void __init ls1x_rtc_set_extclk(struct platform_device *pde
[all...]
/linux-master/arch/arm/mach-s3c/
H A Ddevs.h15 #include <linux/platform_device.h>
25 extern struct platform_device *s3c24xx_uart_devs[];
26 extern struct platform_device *s3c24xx_uart_src[];
28 extern struct platform_device s3c64xx_device_iis0;
29 extern struct platform_device s3c64xx_device_iis1;
30 extern struct platform_device s3c64xx_device_spi0;
32 extern struct platform_device s3c_device_fb;
33 extern struct platform_device s3c_device_hsmmc0;
34 extern struct platform_device s3c_device_hsmmc1;
35 extern struct platform_device s3c_device_hsmmc
[all...]
H A Ddev-uart.c11 #include <linux/platform_device.h>
17 static struct platform_device s3c24xx_uart_device0 = {
21 static struct platform_device s3c24xx_uart_device1 = {
25 static struct platform_device s3c24xx_uart_device2 = {
29 static struct platform_device s3c24xx_uart_device3 = {
33 struct platform_device *s3c24xx_uart_src[4] = {
40 struct platform_device *s3c24xx_uart_devs[4] = {
H A Dusb-phy.h10 extern int s3c_usb_phy_init(struct platform_device *pdev, int type);
11 extern int s3c_usb_phy_exit(struct platform_device *pdev, int type);
/linux-master/include/linux/soc/cirrus/
H A Dep93xx.h5 struct platform_device;
14 int ep93xx_pwm_acquire_gpio(struct platform_device *pdev);
15 void ep93xx_pwm_release_gpio(struct platform_device *pdev);
16 int ep93xx_ide_acquire_gpio(struct platform_device *pdev);
17 void ep93xx_ide_release_gpio(struct platform_device *pdev);
18 int ep93xx_keypad_acquire_gpio(struct platform_device *pdev);
19 void ep93xx_keypad_release_gpio(struct platform_device *pdev);
25 static inline int ep93xx_pwm_acquire_gpio(struct platform_device *pdev) { return 0; }
26 static inline void ep93xx_pwm_release_gpio(struct platform_device *pdev) {}
27 static inline int ep93xx_ide_acquire_gpio(struct platform_device *pde
[all...]
/linux-master/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_cmm.h14 struct platform_device;
29 int rcar_cmm_init(struct platform_device *pdev);
31 int rcar_cmm_enable(struct platform_device *pdev);
32 void rcar_cmm_disable(struct platform_device *pdev);
34 int rcar_cmm_setup(struct platform_device *pdev,
37 static inline int rcar_cmm_init(struct platform_device *pdev)
42 static inline int rcar_cmm_enable(struct platform_device *pdev)
47 static inline void rcar_cmm_disable(struct platform_device *pdev)
51 static inline int rcar_cmm_setup(struct platform_device *pdev,
/linux-master/include/linux/platform_data/
H A Dwkup_m3.h13 struct platform_device;
18 int (*assert_reset)(struct platform_device *pdev, const char *name);
19 int (*deassert_reset)(struct platform_device *pdev, const char *name);
H A Dintel-mid_wdt.h12 #include <linux/platform_device.h>
16 int (*probe)(struct platform_device *pdev);
H A Diommu-omap.h10 #include <linux/platform_device.h>
14 int (*assert_reset)(struct platform_device *pdev, const char *name);
15 int (*deassert_reset)(struct platform_device *pdev, const char *name);
16 int (*device_enable)(struct platform_device *pdev);
17 int (*device_idle)(struct platform_device *pdev);
18 int (*set_pwrdm_constraint)(struct platform_device *pdev, bool request,
H A Dmmc-sdhci-s3c.h5 struct platform_device;
48 int (*ext_cd_init)(void (*notify_func)(struct platform_device *,
50 int (*ext_cd_cleanup)(void (*notify_func)(struct platform_device *,
53 void (*cfg_gpio)(struct platform_device *dev, int width);
/linux-master/include/linux/usb/
H A Dusb_phy_generic.h9 extern struct platform_device *usb_phy_generic_register(void);
10 extern void usb_phy_generic_unregister(struct platform_device *);
12 static inline struct platform_device *usb_phy_generic_register(void)
17 static inline void usb_phy_generic_unregister(struct platform_device *pdev)
H A Dohci_pdriver.h27 int (*power_on)(struct platform_device *pdev);
29 void (*power_off)(struct platform_device *pdev);
32 void (*power_suspend)(struct platform_device *pdev);
/linux-master/drivers/fpga/
H A Ddfl-fme-pr.h21 #include <linux/platform_device.h>
31 struct platform_device *region;
44 struct platform_device *mgr;
45 struct platform_device *br;
56 struct platform_device *br;
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc_ierb.h5 #include <linux/platform_device.h>
9 int enetc_ierb_register_pf(struct platform_device *pdev,
14 static inline int enetc_ierb_register_pf(struct platform_device *pdev,
/linux-master/sound/soc/sof/
H A Dsof-of-dev.h21 int sof_of_probe(struct platform_device *pdev);
22 void sof_of_remove(struct platform_device *pdev);
23 void sof_of_shutdown(struct platform_device *pdev);
H A Dsof-acpi-dev.h13 int sof_acpi_probe(struct platform_device *pdev, const struct sof_dev_desc *desc);
14 void sof_acpi_remove(struct platform_device *pdev);
/linux-master/drivers/net/dsa/realtek/
H A Drealtek-smi.h18 int realtek_smi_probe(struct platform_device *pdev);
19 void realtek_smi_remove(struct platform_device *pdev);
20 void realtek_smi_shutdown(struct platform_device *pdev);
33 static inline int realtek_smi_probe(struct platform_device *pdev)
38 static inline void realtek_smi_remove(struct platform_device *pdev)
42 static inline void realtek_smi_shutdown(struct platform_device *pdev)
/linux-master/arch/sh/include/asm/
H A Ddevice.h10 struct platform_device;
12 int platform_resource_setup_memory(struct platform_device *pdev,
/linux-master/arch/arm/mach-omap1/
H A Dflash.h11 struct platform_device;
12 extern void omap1_set_vpp(struct platform_device *pdev, int enable);
/linux-master/sound/soc/ux500/
H A Dux500_pcm.h16 int ux500_pcm_register_platform(struct platform_device *pdev);
17 int ux500_pcm_unregister_platform(struct platform_device *pdev);
/linux-master/drivers/mmc/host/
H A Ddw_mmc-pltfm.h11 extern int dw_mci_pltfm_register(struct platform_device *pdev,
13 extern void dw_mci_pltfm_remove(struct platform_device *pdev);
/linux-master/drivers/platform/x86/siemens/
H A Dsimatic-ipc-batt.h14 int simatic_ipc_batt_probe(struct platform_device *pdev,
17 void simatic_ipc_batt_remove(struct platform_device *pdev,
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00soc.h19 int rt2x00soc_probe(struct platform_device *pdev, const struct rt2x00_ops *ops);
20 int rt2x00soc_remove(struct platform_device *pdev);
22 int rt2x00soc_suspend(struct platform_device *pdev, pm_message_t state);
23 int rt2x00soc_resume(struct platform_device *pdev);
/linux-master/include/linux/mtd/
H A Dphysmap.h17 struct platform_device;
21 int (*init)(struct platform_device *);
22 void (*exit)(struct platform_device *);
23 void (*set_vpp)(struct platform_device *, int);

Completed in 351 milliseconds

1234567891011>>