Searched refs:sata (Results 1 – 21 of 21) sorted by relevance
/drivers/leds/ |
D | leds-ns2.c | 50 unsigned char sata; /* True when SATA mode active. */ member 111 else if (led->sata) in ns2_led_set() 141 if (led->sata == enable) in ns2_led_sata_store() 144 led->sata = enable; in ns2_led_sata_store() 164 return sprintf(buf, "%d\n", led->sata); in ns2_led_sata_show() 167 static DEVICE_ATTR(sata, 0644, ns2_led_sata_show, ns2_led_sata_store); 226 led->sata = (mode == NS_V2_LED_SATA) ? 1 : 0; in ns2_led_register()
|
D | leds-netxbig.c | 116 int sata; member 184 if (led_dat->sata) in netxbig_led_set() 227 if (led_dat->sata == enable) { in sata_store() 248 led_dat->sata = enable; in sata_store() 265 return sprintf(buf, "%d\n", led_dat->sata); in sata_show() 268 static DEVICE_ATTR_RW(sata); 297 led_dat->sata = 0; in create_netxbig_led()
|
/drivers/phy/tegra/ |
D | xusb-tegra124.c | 1213 struct tegra_xusb_sata_lane *sata; in tegra124_sata_lane_probe() local 1216 sata = kzalloc(sizeof(*sata), GFP_KERNEL); in tegra124_sata_lane_probe() 1217 if (!sata) in tegra124_sata_lane_probe() 1220 INIT_LIST_HEAD(&sata->base.list); in tegra124_sata_lane_probe() 1221 sata->base.soc = &pad->soc->lanes[index]; in tegra124_sata_lane_probe() 1222 sata->base.index = index; in tegra124_sata_lane_probe() 1223 sata->base.pad = pad; in tegra124_sata_lane_probe() 1224 sata->base.np = np; in tegra124_sata_lane_probe() 1226 err = tegra_xusb_lane_parse_dt(&sata->base, np); in tegra124_sata_lane_probe() 1228 kfree(sata); in tegra124_sata_lane_probe() [all …]
|
D | xusb-tegra210.c | 705 struct tegra_xusb_sata_pad *sata = to_sata_pad(padctl->sata); in tegra210_sata_uphy_enable() local 713 if (sata->enable) in tegra210_sata_uphy_enable() 724 err = clk_prepare_enable(sata->pll); in tegra210_sata_uphy_enable() 728 err = reset_control_deassert(sata->rst); in tegra210_sata_uphy_enable() 924 sata->enable = true; in tegra210_sata_uphy_enable() 926 for (i = 0; i < padctl->sata->soc->num_lanes; i++) { in tegra210_sata_uphy_enable() 935 reset_control_assert(sata->rst); in tegra210_sata_uphy_enable() 937 clk_disable_unprepare(sata->pll); in tegra210_sata_uphy_enable() 943 struct tegra_xusb_sata_pad *sata = to_sata_pad(padctl->sata); in tegra210_sata_uphy_disable() local 947 if (WARN_ON(!sata->enable)) in tegra210_sata_uphy_disable() [all …]
|
D | xusb.h | 445 struct tegra_xusb_pad *sata; member
|
D | xusb.c | 283 padctl->sata = pad; in tegra_xusb_pad_create()
|
/drivers/phy/qualcomm/ |
D | Makefile | 3 obj-$(CONFIG_PHY_QCOM_APQ8064_SATA) += phy-qcom-apq8064-sata.o 5 obj-$(CONFIG_PHY_QCOM_IPQ806X_SATA) += phy-qcom-ipq806x-sata.o
|
/drivers/phy/marvell/ |
D | Makefile | 3 obj-$(CONFIG_PHY_BERLIN_SATA) += phy-berlin-sata.o 12 obj-$(CONFIG_PHY_MVEBU_SATA) += phy-mvebu-sata.o
|
D | Kconfig | 56 used by various controllers (Ethernet, sata, usb, PCIe...). 67 lanes can be used by various controllers (Ethernet, sata, usb,
|
/drivers/scsi/libsas/ |
D | sas_ata.c | 675 struct sata_device *sata; in sas_suspend_sata() local 680 sata = &dev->sata_dev; in sas_suspend_sata() 681 if (sata->ap->pm_mesg.event == PM_EVENT_SUSPEND) in sas_suspend_sata() 684 ata_sas_port_suspend(sata->ap); in sas_suspend_sata() 697 struct sata_device *sata; in sas_resume_sata() local 702 sata = &dev->sata_dev; in sas_resume_sata() 703 if (sata->ap->pm_mesg.event == PM_EVENT_ON) in sas_resume_sata() 706 ata_sas_port_resume(sata->ap); in sas_resume_sata()
|
/drivers/phy/hisilicon/ |
D | Makefile | 7 obj-$(CONFIG_PHY_HIX5HD2_SATA) += phy-hix5hd2-sata.o
|
/drivers/phy/broadcom/ |
D | Makefile | 9 obj-$(CONFIG_PHY_BRCM_SATA) += phy-brcm-sata.o
|
/drivers/phy/samsung/ |
D | Makefile | 16 obj-$(CONFIG_PHY_EXYNOS5250_SATA) += phy-exynos5250-sata.o
|
/drivers/clk/davinci/ |
D | psc-da850.c | 113 LPSC(8, 0, sata, pll0_sysclk2, sata_clkdev, LPSC_FORCE),
|
/drivers/pinctrl/qcom/ |
D | pinctrl-ipq8064.c | 517 FUNCTION(sata), 550 PINGROUP(10, gsbi4, spdif, sata, ssbi, mdio, spmi, NA, NA, NA, NA),
|
/drivers/ata/ |
D | Makefile | 126 libata-$(CONFIG_SATA_HOST) += libata-sata.o
|
/drivers/firmware/ |
D | edd.c | 215 info->params.device_path.sata.device); in edd_show_interface()
|
/drivers/pinctrl/tegra/ |
D | pinctrl-tegra-xusb.c | 794 TEGRA124_FUNCTION(sata),
|
D | pinctrl-tegra210.c | 1239 FUNCTION(sata),
|
D | pinctrl-tegra124.c | 1673 FUNCTION(sata),
|
D | pinctrl-tegra30.c | 2068 FUNCTION(sata),
|