/kernel/linux/linux-5.10/drivers/scsi/fnic/ |
H A D | fcpio.h | 302 FCPIO_ITMF_LUN_RESET, /* logical unit reset task mgmt */ 389 * used by the host to signal a reset of the driver to the firmware 489 struct fcpio_reset reset; member 606 #define FCPIO_TTMF_LUN_RESET 0x10 /* logical unit reset task mgmt */ 634 * use by firmware to respond to the host's reset request
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | cdrom.h | 84 /* hard reset device */ 85 int (*reset) (struct cdrom_device_info *); member
|
H A D | ethtool.h | 339 * @reset: Reset (part of) the device, as specified by a bitmask of 461 int (*reset)(struct net_device *, u32 *); member
|
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-dw-mmio.c | 22 #include <linux/reset.h> 270 /* find an optional reset controller */ in dw_spi_mmio_probe()
|
H A D | spi-mt7621.c | 18 #include <linux/reset.h> 378 dev_err(&pdev->dev, "SPI reset failed!\n"); in mt7621_spi_probe()
|
/kernel/linux/linux-5.10/drivers/staging/fbtft/ |
H A D | fb_ili9325.c | 85 par->fbtftops.reset(par); in init_display()
|
/kernel/linux/linux-5.10/include/linux/mlx4/ |
H A D | cmd.h | 307 struct mlx4_counter *counter_stats, int reset);
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | tmio_mmc.h | 106 /* This is the mask used at reset by the chip */ 189 void (*reset)(struct tmio_mmc_host *host, bool preserve); member
|
H A D | sdhci-pci-arasan.c | 323 .reset = sdhci_reset,
|
H A D | sdhci-milbeaut.c | 127 .reset = sdhci_milbeaut_reset, 148 /* IO_SDIO_CR_SET should be set while reset */ in sdhci_milbeaut_bridge_init()
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | stm32-timers.c | 12 #include <linux/reset.h>
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/ |
H A D | fsl_pq_mdio.c | 437 new_bus->reset = &fsl_pq_mdio_reset; in fsl_pq_mdio_probe()
|
/kernel/linux/linux-6.6/drivers/media/platform/sunxi/sun4i-csi/ |
H A D | sun4i_csi.c | 18 #include <linux/reset.h> 208 dev_err(&pdev->dev, "Couldn't get our reset line\n"); in sun4i_csi_probe()
|
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/ |
H A D | hantro.h | 19 #include <linux/reset.h> 184 * @resets: Array of reset handles.
|
H A D | hantro_hw.h | 369 * @reset: Reset the hardware in case of a timeout. 376 void (*reset)(struct hantro_ctx *ctx); member
|
/kernel/linux/linux-6.6/drivers/media/rc/ |
H A D | sunxi-cir.c | 18 #include <linux/reset.h> 81 * @has_reset: SoC needs reset deasserted.
|
H A D | st_rc.c | 12 #include <linux/reset.h>
|
/kernel/linux/linux-6.6/drivers/media/usb/stk1160/ |
H A D | stk1160-core.c | 358 /* i2c reset saa711x */ in stk1160_probe() 359 v4l2_device_call_all(&dev->v4l2_dev, 0, core, reset, 0); in stk1160_probe() 362 /* reset stk1160 to default values */ in stk1160_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/pds_core/ |
H A D | dev.c | 222 .reset.opcode = PDS_CORE_CMD_RESET, in pdsc_devcmd_reset() 317 /* Initial init and reset of device */ in pdsc_dev_init()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | bgmac-bcma-mdio.c | 190 dev_err(bgmac->dev, "PHY reset failed\n"); in bcma_mdio_phy_reset() 230 mii_bus->reset = bcma_mdio_phy_reset; in bcma_mdio_mii_register()
|
/kernel/linux/linux-6.6/drivers/net/arcnet/ |
H A D | arc-rimi.c | 63 /* We cannot probe for a RIM I card; one reason is I don't know how to reset 183 lp->hw.reset = arcrimi_reset; in arcrimi_found() 234 /* Do a hardware reset on the card, and set up necessary registers. 250 arcnet_writeb(TESTvalue, ioaddr, -0x800); /* fake reset */ in arcrimi_reset() 253 /* clear flags & end reset */ in arcrimi_reset()
|
H A D | com90io.c | 164 arc_printk(D_INIT_REASONS, dev, "Status after reset: %X\n", status); in com90io_probe() 169 arc_printk(D_INIT_REASONS, dev, "Status after reset acknowledged: %X\n", in com90io_probe() 175 arc_printk(D_INIT_REASONS, dev, "Eternal reset (status=%Xh)\n", in com90io_probe() 195 * card has just reset and the NORXflag is on until in com90io_probe() 245 lp->hw.reset = com90io_reset; in com90io_found() 272 /* Do a hardware reset on the card, and set up necessary registers. 288 /* reset the card */ in com90io_reset() 297 /* clear flags & end reset */ in com90io_reset() 302 arc_printk(D_NORMAL, dev, "reset failed: TESTvalue not present.\n"); in com90io_reset()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | ahci_ceva.c | 15 #include <linux/reset.h> 203 /* Assert the controller reset */ in ceva_ahci_platform_enable_resources() 214 /* De-assert the controller reset */ in ceva_ahci_platform_enable_resources() 267 "failed to get reset\n"); in ceva_ahci_probe()
|
H A D | sata_gemini.c | 14 #include <linux/reset.h> 30 * @sata0_reset: SATA0 reset handler 31 * @sata1_reset: SATA1 reset handler 267 dev_err(dev, "no SATA0 reset controller\n"); in gemini_sata_bridge_init() 274 dev_err(dev, "no SATA1 reset controller\n"); in gemini_sata_bridge_init()
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_crtc.h | 119 * require a full modeset. They can also reset it to false if e.g. a 179 * __drm_atomic_helper_crtc_duplicate_state() will not reset the value 404 * @reset: 410 * Atomic drivers can use drm_atomic_helper_crtc_reset() to reset 413 void (*reset)(struct drm_crtc *crtc); member
|