/kernel/linux/linux-6.6/include/linux/perf/ |
H A D | arm_pmu.h | 103 void (*reset)(void *); member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | intel-ish-client-if.h | 46 int (*reset)(struct ishtp_cl_device *dev); member
|
H A D | devfreq-event.h | 57 * @reset : Reset all setting of the devfreq-event device. 69 int (*reset)(struct devfreq_event_dev *edev); member
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_encoder.h | 42 * @reset: 48 void (*reset)(struct drm_encoder *encoder); member
|
/kernel/linux/linux-6.6/include/linux/net/intel/ |
H A D | i40e_client.h | 118 /* If the PE Engine is unresponsive, RDMA driver can request a reset. 119 * The level helps determine the level of reset being requested. 140 * call comes in. If the close is happenening due to a reset being 141 * triggered set the reset bit to true. 144 bool reset); 155 /* called when a VF is reset by the PF */
|
/kernel/linux/linux-6.6/drivers/scsi/snic/ |
H A D | snic_stats.h | 41 atomic64_t hba_reset_cmpl; /* hba/firmware reset completions */ 44 atomic64_t snic_reset_compl; /* snic reset completions */ 45 atomic64_t snic_reset_fail; /* snic reset failures */ 82 struct snic_reset_stats reset; member
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | tty.h | 79 void tty_ldisc_hangup(struct tty_struct *tty, bool reset);
|
/kernel/linux/linux-6.6/drivers/reset/ |
H A D | reset-ath79.c | 13 #include <linux/reset-controller.h> 122 { .compatible = "qca,ar7100-reset", }, 129 .name = "ath79-reset",
|
H A D | reset-brcmstb.c | 3 * Broadcom STB generic reset controller for SW_INIT style reset controller 14 #include <linux/reset-controller.h> 58 /* Maximum reset delay after de-asserting a line and seeing block in brcmstb_reset_deassert() 111 { .compatible = "brcm,brcmstb-reset" }, 119 .name = "brcmstb-reset", 126 MODULE_DESCRIPTION("Broadcom STB reset controller");
|
H A D | reset-tps380x.c | 18 #include <linux/reset-controller.h> 67 /* No special handling needed, we have only one reset line per device */ in tps380x_reset_of_xlate() 85 tps380x->reset_gpio = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); in tps380x_reset_probe() 118 .name = "tps380x-reset",
|
H A D | reset-zynq.c | 16 #include <linux/reset-controller.h> 37 pr_debug("%s: %s reset bank %u offset %u\n", KBUILD_MODNAME, __func__, in zynq_reset_assert() 54 pr_debug("%s: %s reset bank %u offset %u\n", KBUILD_MODNAME, __func__, in zynq_reset_deassert() 73 pr_debug("%s: %s reset bank %u offset %u\n", KBUILD_MODNAME, __func__, in zynq_reset_status() 122 { .compatible = "xlnx,zynq-reset", },
|
/kernel/linux/linux-6.6/drivers/staging/fbtft/ |
H A D | fb_hx8357d.c | 27 par->fbtftops.reset(par); in init_display()
|
H A D | fb_hx8353d.c | 22 par->fbtftops.reset(par); in init_display()
|
H A D | fb_uc1701.c | 65 par->fbtftops.reset(par); in init_display()
|
H A D | fb_tls8204.c | 35 par->fbtftops.reset(par); in init_display()
|
H A D | fb_tinylcd.c | 22 par->fbtftops.reset(par); in init_display()
|
H A D | fb_pcd8544.c | 36 par->fbtftops.reset(par); in init_display()
|
H A D | fb_ili9340.c | 23 par->fbtftops.reset(par); in init_display()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci-grlib.c | 38 .reset = ehci_setup,
|
H A D | ehci-xilinx-of.c | 74 .reset = ehci_setup,
|
H A D | uhci-grlib.c | 69 .reset = uhci_grlib_init,
|
H A D | ehci-sh.c | 40 .reset = ehci_sh_reset,
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | rzv2m_usb3drd.c | 12 #include <linux/reset.h> 95 "failed to get drd reset"); in rzv2m_usb3drd_probe()
|
/kernel/linux/linux-6.6/drivers/clk/mediatek/ |
H A D | clk-mt6795-infracfg.c | 8 #include <dt-bindings/reset/mediatek,mt6795-resets.h> 14 #include "reset.h"
|
/kernel/linux/linux-6.6/drivers/char/xilinx_hwicap/ |
H A D | xilinx_hwicap.h | 87 void (*reset)(struct hwicap_drvdata *drvdata); member
|