Home
last modified time | relevance | path

Searched refs:plat (Results 51 - 75 of 264) sorted by relevance

1234567891011

/kernel/linux/linux-6.6/drivers/video/fbdev/mmp/panel/
H A Dtpo_tj032md01bw.c77 struct tpohvga_plat_data *plat = panel->plat_data; in tpohvga_onoff() local
81 plat->plat_onoff(1); in tpohvga_onoff()
83 ret = spi_write(plat->spi, init, sizeof(init)); in tpohvga_onoff()
87 ret = spi_write(plat->spi, poweroff, sizeof(poweroff)); in tpohvga_onoff()
91 plat->plat_onoff(0); in tpohvga_onoff()
/kernel/linux/linux-5.10/drivers/usb/musb/
H A Dam35x.c202 struct musb_hdrc_platform_data *plat = dev_get_platdata(dev); in am35x_musb_interrupt() local
203 struct omap_musb_board_data *data = plat->board_data; in am35x_musb_interrupt()
316 struct musb_hdrc_platform_data *plat = dev_get_platdata(dev); in am35x_musb_set_mode() local
317 struct omap_musb_board_data *data = plat->board_data; in am35x_musb_set_mode()
331 struct musb_hdrc_platform_data *plat = dev_get_platdata(dev); in am35x_musb_init() local
332 struct omap_musb_board_data *data = plat->board_data; in am35x_musb_init()
374 struct musb_hdrc_platform_data *plat = dev_get_platdata(dev); in am35x_musb_exit() local
375 struct omap_musb_board_data *data = plat->board_data; in am35x_musb_exit()
554 struct musb_hdrc_platform_data *plat = dev_get_platdata(dev); in am35x_suspend() local
555 struct omap_musb_board_data *data = plat in am35x_suspend()
570 struct musb_hdrc_platform_data *plat = dev_get_platdata(dev); am35x_resume() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/xscale/
H A Dixp4xx_eth.c191 struct eth_plat_info *plat; member
686 qmgr_disable_irq(port->plat->rxq); in eth_rx_irq()
694 unsigned int rxq = port->plat->rxq, rxfreeq = RXFREE_QUEUE(port->id); in eth_poll()
832 start = qmgr_stat_below_low_watermark(port->plat->txreadyq); in eth_txdone_irq()
833 queue_put_desc(port->plat->txreadyq, phys, desc); in eth_txdone_irq()
847 unsigned int txreadyq = port->plat->txreadyq; in eth_xmit()
1059 err = qmgr_request_queue(port->plat->rxq, RX_DESCS, 0, 0, in request_queues()
1069 err = qmgr_request_queue(port->plat->txreadyq, TX_DESCS, 0, 0, in request_queues()
1084 qmgr_release_queue(port->plat->txreadyq); in request_queues()
1088 qmgr_release_queue(port->plat in request_queues()
1390 struct eth_plat_info *plat; ixp4xx_of_get_platdata() local
1447 struct eth_plat_info *plat; ixp4xx_eth_probe() local
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A D_musllinux.py76 plat = sysconfig.get_platform() variable
77 assert plat.startswith("linux-"), "not linux"
79 print("plat:", plat)
82 for t in platform_tags(re.sub(r"[.-]", "_", plat.split("-", 1)[-1])):
/kernel/linux/linux-5.10/drivers/acpi/
H A Dutils.c890 * @plat: pointer to acpi_platform_list table terminated by a NULL entry
895 int acpi_match_platform_list(const struct acpi_platform_list *plat) in acpi_match_platform_list() argument
903 for (; plat->oem_id[0]; plat++, idx++) { in acpi_match_platform_list()
904 if (ACPI_FAILURE(acpi_get_table_header(plat->table, 0, &hdr))) in acpi_match_platform_list()
907 if (strncmp(plat->oem_id, hdr.oem_id, ACPI_OEM_ID_SIZE)) in acpi_match_platform_list()
910 if (strncmp(plat->oem_table_id, hdr.oem_table_id, ACPI_OEM_TABLE_ID_SIZE)) in acpi_match_platform_list()
913 if ((plat->pred == all_versions) || in acpi_match_platform_list()
914 (plat->pred == less_than_or_equal && hdr.oem_revision <= plat in acpi_match_platform_list()
[all...]
/kernel/linux/linux-6.6/drivers/acpi/
H A Dutils.c996 * @plat: pointer to acpi_platform_list table terminated by a NULL entry
1001 int acpi_match_platform_list(const struct acpi_platform_list *plat) in acpi_match_platform_list() argument
1009 for (; plat->oem_id[0]; plat++, idx++) { in acpi_match_platform_list()
1010 if (ACPI_FAILURE(acpi_get_table_header(plat->table, 0, &hdr))) in acpi_match_platform_list()
1013 if (strncmp(plat->oem_id, hdr.oem_id, ACPI_OEM_ID_SIZE)) in acpi_match_platform_list()
1016 if (strncmp(plat->oem_table_id, hdr.oem_table_id, ACPI_OEM_TABLE_ID_SIZE)) in acpi_match_platform_list()
1019 if ((plat->pred == all_versions) || in acpi_match_platform_list()
1020 (plat->pred == less_than_or_equal && hdr.oem_revision <= plat in acpi_match_platform_list()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac4_dma.c77 const struct dwmac4_addrs *dwmac4_addrs = priv->plat->dwmac4_addrs; in dwmac4_dma_init_rx_chan()
98 const struct dwmac4_addrs *dwmac4_addrs = priv->plat->dwmac4_addrs; in dwmac4_dma_init_tx_chan()
122 const struct dwmac4_addrs *dwmac4_addrs = priv->plat->dwmac4_addrs; in dwmac4_dma_init_channel()
140 const struct dwmac4_addrs *dwmac4_addrs = priv->plat->dwmac4_addrs; in dwmac410_dma_init_channel()
194 const struct dwmac4_addrs *dwmac4_addrs = priv->plat->dwmac4_addrs; in _dwmac4_dump_dma_regs()
248 const struct dwmac4_addrs *dwmac4_addrs = priv->plat->dwmac4_addrs; in dwmac4_rx_watchdog()
257 const struct dwmac4_addrs *dwmac4_addrs = priv->plat->dwmac4_addrs; in dwmac4_dma_rx_chan_op_mode()
326 const struct dwmac4_addrs *dwmac4_addrs = priv->plat->dwmac4_addrs; in dwmac4_dma_tx_chan_op_mode()
475 const struct dwmac4_addrs *dwmac4_addrs = priv->plat->dwmac4_addrs; in dwmac4_enable_tso()
494 const struct dwmac4_addrs *dwmac4_addrs = priv->plat in dwmac4_qmode()
[all...]
H A Dstmmac_xdp.c17 if (queue >= priv->plat->rx_queues_to_use || in stmmac_xdp_enable_pool()
18 queue >= priv->plat->tx_queues_to_use) in stmmac_xdp_enable_pool()
64 if (queue >= priv->plat->rx_queues_to_use || in stmmac_xdp_disable_pool()
65 queue >= priv->plat->tx_queues_to_use) in stmmac_xdp_disable_pool()
/kernel/linux/linux-5.10/tools/usb/usbip/libsrc/
H A Dusbip_device_driver.c70 struct udev_device *plat; in read_usb_vudc_device() local
74 plat = udev_device_get_parent(sdev); in read_usb_vudc_device()
75 path = udev_device_get_syspath(plat); in read_usb_vudc_device()
115 name = udev_device_get_sysname(plat); in read_usb_vudc_device()
/kernel/linux/linux-6.6/tools/usb/usbip/libsrc/
H A Dusbip_device_driver.c70 struct udev_device *plat; in read_usb_vudc_device() local
74 plat = udev_device_get_parent(sdev); in read_usb_vudc_device()
75 path = udev_device_get_syspath(plat); in read_usb_vudc_device()
115 name = udev_device_get_sysname(plat); in read_usb_vudc_device()
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dplatform.c142 } else if (hsotg->plat && hsotg->plat->phy_init) { in __dwc2_lowlevel_hw_enable()
143 ret = hsotg->plat->phy_init(pdev, hsotg->plat->phy_type); in __dwc2_lowlevel_hw_enable()
176 } else if (hsotg->plat && hsotg->plat->phy_exit) { in __dwc2_lowlevel_hw_disable()
177 ret = hsotg->plat->phy_exit(pdev, hsotg->plat->phy_type); in __dwc2_lowlevel_hw_disable()
269 hsotg->plat = dev_get_platdata(hsotg->dev); in dwc2_lowlevel_hw_init()
/kernel/linux/linux-5.10/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_mdio.c144 struct sxgbe_mdio_bus_data *mdio_data = priv->plat->mdio_bus_data; in sxgbe_mdio_register()
167 mdio_bus->name, priv->plat->bus_id); in sxgbe_mdio_register()
198 if (priv->plat->phy_addr == -1) in sxgbe_mdio_register()
199 priv->plat->phy_addr = phy_addr; in sxgbe_mdio_register()
201 act = (priv->plat->phy_addr == phy_addr); in sxgbe_mdio_register()
/kernel/linux/linux-5.10/drivers/usb/host/
H A DMakefile26 xhci-plat-hcd-y := xhci-plat.o
28 xhci-plat-hcd-y += xhci-mvebu.o
31 xhci-plat-hcd-y += xhci-rcar.o
76 obj-$(CONFIG_USB_XHCI_PLATFORM) += xhci-plat-hcd.o
/kernel/linux/linux-6.6/drivers/watchdog/
H A Dsimatic-ipc-wdt.c151 struct simatic_ipc_platform *plat = pdev->dev.platform_data; in simatic_ipc_wdt_probe() local
156 switch (plat->devmode) { in simatic_ipc_wdt_probe()
191 if (plat->devmode == SIMATIC_IPC_DEVICE_427E) { in simatic_ipc_wdt_probe()
208 wdd_data.bootstatus = wd_setup(plat->devmode); in simatic_ipc_wdt_probe()
212 if (plat->devmode == SIMATIC_IPC_DEVICE_227E) in simatic_ipc_wdt_probe()
/kernel/linux/linux-5.10/arch/arc/
H A DMakefile94 core-y += arch/arc/plat-sim/
95 core-$(CONFIG_ARC_PLAT_TB10X) += arch/arc/plat-tb10x/
96 core-$(CONFIG_ARC_PLAT_AXS10X) += arch/arc/plat-axs10x/
97 core-$(CONFIG_ARC_SOC_HSDK) += arch/arc/plat-hsdk/
/kernel/linux/linux-6.6/arch/arc/
H A DMakefile88 core-y += arch/arc/plat-sim/
89 core-$(CONFIG_ARC_PLAT_TB10X) += arch/arc/plat-tb10x/
90 core-$(CONFIG_ARC_PLAT_AXS10X) += arch/arc/plat-axs10x/
91 core-$(CONFIG_ARC_SOC_HSDK) += arch/arc/plat-hsdk/
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H A Dhwif.c57 if (priv->plat->enh_desc) { in stmmac_dwmac1_quirks()
259 bool needs_xgmac = priv->plat->has_xgmac; in stmmac_hwif_init()
260 bool needs_gmac4 = priv->plat->has_gmac4; in stmmac_hwif_init()
261 bool needs_gmac = priv->plat->has_gmac; in stmmac_hwif_init()
288 if (priv->plat->setup) { in stmmac_hwif_init()
289 mac = priv->plat->setup(priv); in stmmac_hwif_init()
H A Dstmmac_platform.h17 struct plat_stmmacenet_data *plat);
30 return priv->plat->bsp_priv; in get_stmmac_bsp_priv()
/kernel/linux/linux-6.6/drivers/input/keyboard/
H A Dnomadik-ske-keypad.c233 const struct ske_keypad_platform_data *plat = in ske_keypad_probe() local
241 if (!plat) { in ske_keypad_probe()
259 keypad->board = plat; in ske_keypad_probe()
283 error = matrix_keypad_build_keymap(plat->keymap_data, NULL, in ske_keypad_probe()
292 if (!plat->no_autorepeat) in ske_keypad_probe()
327 if (plat->wakeup_enable) in ske_keypad_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/xscale/
H A Dixp4xx_eth.c173 struct eth_plat_info *plat; member
665 qmgr_disable_irq(port->plat->rxq); in eth_rx_irq()
673 unsigned int rxq = port->plat->rxq, rxfreeq = RXFREE_QUEUE(port->id); in eth_poll()
811 start = qmgr_stat_below_low_watermark(port->plat->txreadyq); in eth_txdone_irq()
812 queue_put_desc(port->plat->txreadyq, phys, desc); in eth_txdone_irq()
826 unsigned int txreadyq = port->plat->txreadyq; in eth_xmit()
1036 err = qmgr_request_queue(port->plat->rxq, RX_DESCS, 0, 0, in request_queues()
1046 err = qmgr_request_queue(port->plat->txreadyq, TX_DESCS, 0, 0, in request_queues()
1061 qmgr_release_queue(port->plat->txreadyq); in request_queues()
1065 qmgr_release_queue(port->plat in request_queues()
1367 struct eth_plat_info *plat; ixp4xx_eth_probe() local
[all...]
/kernel/linux/linux-5.10/arch/arm/
H A DMakefile239 plat-$(CONFIG_ARCH_OMAP) += omap
240 plat-$(CONFIG_PLAT_ORION) += orion
241 plat-$(CONFIG_PLAT_PXA) += pxa
242 plat-$(CONFIG_PLAT_VERSATILE) += versatile
265 platdirs := $(patsubst %,arch/arm/plat-%/,$(sort $(plat-y)))
281 core- += $(patsubst %,arch/arm/plat-%/, $(plat-))
/third_party/mesa3d/src/egl/main/
H A Degldisplay.c98 _EGLPlatformType plat = _EGL_INVALID_PLATFORM; in _eglGetNativePlatformFromEnv() local
114 plat = egl_platforms[i].platform; in _eglGetNativePlatformFromEnv()
119 if (plat == _EGL_INVALID_PLATFORM) in _eglGetNativePlatformFromEnv()
122 return plat; in _eglGetNativePlatformFromEnv()
258 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy, in _eglFindDisplay() argument
264 if (plat == _EGL_INVALID_PLATFORM) in _eglFindDisplay()
271 if (disp->Platform == plat && disp->PlatformDisplay == plat_dpy && in _eglFindDisplay()
283 disp->Platform = plat; in _eglFindDisplay()
/kernel/linux/linux-5.10/drivers/net/wan/
H A Dixp4xx_hss.c259 struct hss_plat_info *plat; member
815 start = qmgr_stat_below_low_watermark(port->plat->txreadyq); in hss_hdlc_txdone_irq()
816 queue_put_desc(port->plat->txreadyq, in hss_hdlc_txdone_irq()
831 unsigned int txreadyq = port->plat->txreadyq; in hss_hdlc_xmit()
933 err = qmgr_request_queue(port->plat->txreadyq, TX_DESCS, 0, 0, in request_hdlc_queues()
945 qmgr_release_queue(port->plat->txreadyq); in request_hdlc_queues()
963 qmgr_release_queue(port->plat->txreadyq); in release_hdlc_queues()
1063 if (port->plat->open) in hss_hdlc_open()
1064 if ((err = port->plat->open(port->id, dev, in hss_hdlc_open()
1071 queue_put_desc(port->plat in hss_hdlc_open()
[all...]
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Ds3c2410.c290 struct s3c2410_platform_nand *plat = info->platform; in s3c2410_nand_setrate() local
302 if (plat != NULL) { in s3c2410_nand_setrate()
303 tacls = s3c_nand_calc_rate(plat->tacls, clkrate, tacls_max); in s3c2410_nand_setrate()
304 twrph0 = s3c_nand_calc_rate(plat->twrph0, clkrate, 8); in s3c2410_nand_setrate()
305 twrph1 = s3c_nand_calc_rate(plat->twrph1, clkrate, 8); in s3c2410_nand_setrate()
1083 struct s3c2410_platform_nand *plat; in s3c24xx_nand_probe() local
1123 plat = to_nand_plat(pdev); in s3c24xx_nand_probe()
1132 info->platform = plat; in s3c24xx_nand_probe()
1142 if (!plat->sets || plat in s3c24xx_nand_probe()
[all...]
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Ds3c2410.c286 struct s3c2410_platform_nand *plat = info->platform; in s3c2410_nand_setrate() local
298 if (plat != NULL) { in s3c2410_nand_setrate()
299 tacls = s3c_nand_calc_rate(plat->tacls, clkrate, tacls_max); in s3c2410_nand_setrate()
300 twrph0 = s3c_nand_calc_rate(plat->twrph0, clkrate, 8); in s3c2410_nand_setrate()
301 twrph1 = s3c_nand_calc_rate(plat->twrph1, clkrate, 8); in s3c2410_nand_setrate()
1027 struct s3c2410_platform_nand *plat; in s3c24xx_nand_probe() local
1067 plat = to_nand_plat(pdev); in s3c24xx_nand_probe()
1076 info->platform = plat; in s3c24xx_nand_probe()
1086 if (!plat->sets || plat in s3c24xx_nand_probe()
[all...]

Completed in 19 milliseconds

1234567891011