Home
last modified time | relevance | path

Searched refs:platform_device (Results 251 – 275 of 5809) sorted by relevance

1...<<11121314151617181920>>...233

/openbmc/linux/drivers/leds/simple/
H A Dsimatic-ipc-leds-gpio.h14 int simatic_ipc_leds_gpio_probe(struct platform_device *pdev,
18 int simatic_ipc_leds_gpio_remove(struct platform_device *pdev,
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi.h294 int hdmi_wp_init(struct platform_device *pdev, struct hdmi_wp_data *wp);
301 int hdmi_pll_init(struct platform_device *pdev, struct hdmi_pll_data *pll,
309 int hdmi_phy_init(struct platform_device *pdev, struct hdmi_phy_data *phy);
313 int hdmi_parse_lanes_of(struct platform_device *pdev, struct device_node *ep,
332 struct platform_device *pdev;
347 struct platform_device *audio_pdev;
/openbmc/linux/arch/arm/mach-sa1100/
H A Dcollie.c66 struct platform_device colliescoop_device = {
144 static struct platform_device collie_power_device = {
154 struct platform_device collie_locomo_device;
221 struct platform_device collie_locomo_device = {
255 static struct platform_device collie_gpio_keys_device = {
263 static struct platform_device *devices[] __initdata = {
/openbmc/linux/drivers/irqchip/
H A Dirq-mbigen.c63 struct platform_device *pdev;
235 static int mbigen_of_create_domain(struct platform_device *pdev, in mbigen_of_create_domain()
238 struct platform_device *child; in mbigen_of_create_domain()
284 static int mbigen_acpi_create_domain(struct platform_device *pdev, in mbigen_acpi_create_domain()
328 static inline int mbigen_acpi_create_domain(struct platform_device *pdev, in mbigen_acpi_create_domain()
335 static int mbigen_device_probe(struct platform_device *pdev) in mbigen_device_probe()
/openbmc/linux/drivers/clk/hisilicon/
H A Dclk-hi3519.c76 static struct hisi_clock_data *hi3519_clk_register(struct platform_device *pdev) in hi3519_clk_register()
126 static void hi3519_clk_unregister(struct platform_device *pdev) in hi3519_clk_unregister()
143 static int hi3519_clk_probe(struct platform_device *pdev) in hi3519_clk_probe()
165 static void hi3519_clk_remove(struct platform_device *pdev) in hi3519_clk_remove()
H A Dcrg.h15 struct hisi_clock_data* (*register_clks)(struct platform_device *pdev);
16 void (*unregister_clks)(struct platform_device *pdev);
H A Dreset.h13 struct hisi_reset_controller *hisi_reset_init(struct platform_device *pdev);
17 struct hisi_reset_controller *hisi_reset_init(struct platform_device *pdev) in hisi_reset_init()
/openbmc/linux/drivers/pcmcia/
H A Dsa1100_generic.c109 static int sa11x0_drv_pcmcia_legacy_probe(struct platform_device *dev) in sa11x0_drv_pcmcia_legacy_probe()
125 static void sa11x0_drv_pcmcia_legacy_remove(struct platform_device *dev) in sa11x0_drv_pcmcia_legacy_remove()
136 static int sa11x0_drv_pcmcia_probe(struct platform_device *pdev) in sa11x0_drv_pcmcia_probe()
161 static int sa11x0_drv_pcmcia_remove(struct platform_device *dev) in sa11x0_drv_pcmcia_remove()
/openbmc/linux/arch/sh/boards/mach-ap325rxa/
H A Dsetup.c72 static struct platform_device smsc9118_device = {
127 static struct platform_device ap325rxa_nor_flash_device = {
159 static struct platform_device nand_flash_device = {
254 static struct platform_device lcdc_device = {
297 static struct platform_device ap325rxa_ceu_device = {
333 static struct platform_device sdhi0_cn3_device = {
360 static struct platform_device sdhi1_cn7_device = {
385 static struct platform_device *ap325rxa_devices[] __initdata = {
/openbmc/linux/arch/x86/platform/geode/
H A Dnet5501.c48 static struct platform_device net5501_buttons_dev = {
77 static struct platform_device net5501_leds_dev = {
83 static struct platform_device *net5501_devs[] __initdata = {
/openbmc/linux/sound/soc/sof/
H A Dsof-of-dev.c44 int sof_of_probe(struct platform_device *pdev) in sof_of_probe()
87 int sof_of_remove(struct platform_device *pdev) in sof_of_remove()
98 void sof_of_shutdown(struct platform_device *pdev) in sof_of_shutdown()
/openbmc/linux/drivers/pinctrl/freescale/
H A Dpinctrl-imx.h16 struct platform_device;
120 int imx_pinctrl_probe(struct platform_device *pdev,
127 int imx_pinctrl_sc_ipc_init(struct platform_device *pdev);
/openbmc/linux/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.h12 struct platform_device;
90 int brcmnand_probe(struct platform_device *pdev, struct brcmnand_soc *soc);
91 int brcmnand_remove(struct platform_device *pdev);
/openbmc/linux/drivers/platform/surface/
H A Dsurface_hotplug.c82 static void shps_dsm_notify_irq(struct platform_device *pdev, enum shps_irq_type type) in shps_dsm_notify_irq()
123 struct platform_device *pdev = data; in shps_handle_irq()
141 static int shps_setup_irq(struct platform_device *pdev, enum shps_irq_type type) in shps_setup_irq()
186 static int surface_hotplug_remove(struct platform_device *pdev) in surface_hotplug_remove()
202 static int surface_hotplug_probe(struct platform_device *pdev) in surface_hotplug_probe()
/openbmc/linux/sound/soc/uniphier/
H A Daio.h17 struct platform_device;
283 struct platform_device *pdev;
306 int uniphier_aiodma_soc_register_platform(struct platform_device *pdev);
309 int uniphier_aio_probe(struct platform_device *pdev);
310 int uniphier_aio_remove(struct platform_device *pdev);
/openbmc/linux/include/drm/
H A Dintel_lpe_audio.h30 struct platform_device;
47 void (*notify_audio_lpe)(struct platform_device *pdev, int port); /* port: 0==B,1==C,2==D */
/openbmc/linux/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_vpu.h22 struct platform_device *pdev;
28 int mtk_mdp_vpu_register(struct platform_device *pdev);
/openbmc/linux/drivers/scsi/
H A Dbvme6000_scsi.c36 static struct platform_device *bvme6000_scsi_device;
39 bvme6000_probe(struct platform_device *dev) in bvme6000_probe()
93 bvme6000_device_remove(struct platform_device *dev) in bvme6000_device_remove()
/openbmc/linux/drivers/input/misc/
H A Dpcspkr.c66 static int pcspkr_probe(struct platform_device *dev) in pcspkr_probe()
98 static int pcspkr_remove(struct platform_device *dev) in pcspkr_remove()
116 static void pcspkr_shutdown(struct platform_device *dev) in pcspkr_shutdown()
/openbmc/linux/drivers/net/dsa/
H A Dmt7530-mmio.c20 mt7988_probe(struct platform_device *pdev) in mt7988_probe()
67 mt7988_remove(struct platform_device *pdev) in mt7988_remove()
77 static void mt7988_shutdown(struct platform_device *pdev) in mt7988_shutdown()
/openbmc/linux/include/linux/usb/
H A Dchipidea.h106 struct platform_device *ci_hdrc_add_device(struct device *dev,
110 void ci_hdrc_remove_device(struct platform_device *pdev);
112 enum usb_dr_mode ci_hdrc_query_available_role(struct platform_device *pdev);
/openbmc/linux/drivers/watchdog/
H A Dtwl4030_wdt.c59 static int twl4030_wdt_probe(struct platform_device *pdev) in twl4030_wdt_probe()
84 static int twl4030_wdt_suspend(struct platform_device *pdev, pm_message_t state) in twl4030_wdt_suspend()
93 static int twl4030_wdt_resume(struct platform_device *pdev) in twl4030_wdt_resume()
/openbmc/linux/drivers/rtc/
H A Drtc-sa1100.h8 struct platform_device;
22 int sa1100_rtc_init(struct platform_device *pdev, struct sa1100_rtc *info);
/openbmc/linux/drivers/usb/host/
H A Dohci-spear.c34 static int spear_ohci_hcd_drv_probe(struct platform_device *pdev) in spear_ohci_hcd_drv_probe()
100 static void spear_ohci_hcd_drv_remove(struct platform_device *pdev) in spear_ohci_hcd_drv_remove()
113 static int spear_ohci_hcd_drv_suspend(struct platform_device *pdev, in spear_ohci_hcd_drv_suspend()
135 static int spear_ohci_hcd_drv_resume(struct platform_device *dev) in spear_ohci_hcd_drv_resume()
/openbmc/linux/drivers/regulator/
H A Ddbx500-prcmu.h35 int ux500_regulator_debug_init(struct platform_device *pdev,
42 static inline int ux500_regulator_debug_init(struct platform_device *pdev, in ux500_regulator_debug_init()

1...<<11121314151617181920>>...233