rsts              341 drivers/ata/ahci.h 	struct reset_control	*rsts;		/* Optional */
rsts              239 drivers/ata/libahci_platform.c 	rc = reset_control_deassert(hpriv->rsts);
rsts              250 drivers/ata/libahci_platform.c 	reset_control_assert(hpriv->rsts);
rsts              277 drivers/ata/libahci_platform.c 	reset_control_assert(hpriv->rsts);
rsts              450 drivers/ata/libahci_platform.c 		hpriv->rsts = devm_reset_control_array_get_optional_shared(dev);
rsts              451 drivers/ata/libahci_platform.c 		if (IS_ERR(hpriv->rsts)) {
rsts              452 drivers/ata/libahci_platform.c 			rc = PTR_ERR(hpriv->rsts);
rsts               89 drivers/bus/ti-sysc.c 	struct reset_control *rsts;
rsts              510 drivers/bus/ti-sysc.c 	ddata->rsts =
rsts              512 drivers/bus/ti-sysc.c 	if (IS_ERR(ddata->rsts))
rsts              513 drivers/bus/ti-sysc.c 		return PTR_ERR(ddata->rsts);
rsts             1042 drivers/bus/ti-sysc.c 	reset_control_assert(ddata->rsts);
rsts             1053 drivers/bus/ti-sysc.c 	reset_control_deassert(ddata->rsts);
rsts             1100 drivers/bus/ti-sysc.c 	reset_control_assert(ddata->rsts);
rsts             1120 drivers/bus/ti-sysc.c 	reset_control_deassert(ddata->rsts);
rsts             1585 drivers/bus/ti-sysc.c 	if (!ddata->rsts)
rsts             1589 drivers/bus/ti-sysc.c 		error = reset_control_assert(ddata->rsts);
rsts             1594 drivers/bus/ti-sysc.c 	reset_control_deassert(ddata->rsts);
rsts             2501 drivers/bus/ti-sysc.c 	if (ddata->rsts)
rsts             2502 drivers/bus/ti-sysc.c 		reset_control_assert(ddata->rsts);
rsts             2553 drivers/bus/ti-sysc.c 	reset_control_assert(ddata->rsts);
rsts              494 drivers/net/ethernet/intel/igb/e1000_hw.h 	u32 rsts;
rsts              307 drivers/net/ethernet/intel/igb/e1000_mbx.c 		hw->mbx.stats.rsts++;
rsts              470 drivers/net/ethernet/intel/igb/e1000_mbx.c 	mbx->stats.rsts = 0;
rsts              199 drivers/net/ethernet/intel/igbvf/mbx.c 		hw->mbx.stats.rsts++;
rsts              333 drivers/net/ethernet/intel/igbvf/mbx.c 	mbx->stats.rsts = 0;
rsts              200 drivers/net/ethernet/intel/igbvf/vf.h 	u32 rsts;
rsts              294 drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.c 		hw->mbx.stats.rsts++;
rsts              420 drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.c 	mbx->stats.rsts = 0;
rsts             3617 drivers/net/ethernet/intel/ixgbe/ixgbe_type.h 	u32 rsts;
rsts              194 drivers/net/ethernet/intel/ixgbevf/mbx.c 		hw->mbx.stats.rsts++;
rsts              310 drivers/net/ethernet/intel/ixgbevf/mbx.c 	mbx->stats.rsts = 0;
rsts               94 drivers/net/ethernet/intel/ixgbevf/vf.h 	u32 rsts;
rsts               45 drivers/usb/host/ehci-platform.c 	struct reset_control *rsts;
rsts              191 drivers/usb/host/ehci-platform.c 	priv->rsts = devm_reset_control_array_get_optional_shared(&dev->dev);
rsts              192 drivers/usb/host/ehci-platform.c 	if (IS_ERR(priv->rsts)) {
rsts              193 drivers/usb/host/ehci-platform.c 		err = PTR_ERR(priv->rsts);
rsts              197 drivers/usb/host/ehci-platform.c 	err = reset_control_deassert(priv->rsts);
rsts              256 drivers/usb/host/ehci-platform.c 	reset_control_assert(priv->rsts);
rsts              281 drivers/usb/host/ehci-platform.c 	reset_control_assert(priv->rsts);
rsts              633 drivers/usb/renesas_usbhs/common.c 	priv->rsts = devm_reset_control_array_get_optional_shared(dev);
rsts              634 drivers/usb/renesas_usbhs/common.c 	if (IS_ERR(priv->rsts))
rsts              635 drivers/usb/renesas_usbhs/common.c 		return PTR_ERR(priv->rsts);
rsts              697 drivers/usb/renesas_usbhs/common.c 	ret = reset_control_deassert(priv->rsts);
rsts              761 drivers/usb/renesas_usbhs/common.c 	reset_control_assert(priv->rsts);
rsts              788 drivers/usb/renesas_usbhs/common.c 	reset_control_assert(priv->rsts);
rsts              283 drivers/usb/renesas_usbhs/common.h 	struct reset_control *rsts;