Searched defs:shutdown (Results 1 - 25 of 35) sorted by relevance

12

/include/linux/
H A Dsyscore_ops.h18 void (*shutdown)(void); member in struct:syscore_ops
H A Disa.h15 void (*shutdown)(struct device *, unsigned int); member in struct:isa_driver
H A Dmailbox_controller.h33 * @shutdown: Called when a client relinquishes control of a chan.
50 void (*shutdown)(struct mbox_chan *chan); member in struct:mbox_chan_ops
H A Dmcb.h81 * @shutdown: shutdown callback
88 void (*shutdown)(struct mcb_device *mdev); member in struct:mcb_driver
H A Doprofile.h56 /* Do any necessary interrupt shutdown. Optional. */
57 void (*shutdown)(void); member in struct:oprofile_operations
H A Dnet.h154 int (*shutdown) (struct socket *sock, int flags); member in struct:proto_ops
H A Dplatform_device.h177 void (*shutdown)(struct platform_device *); member in struct:platform_driver
H A Dvme.h113 void (*shutdown)(void); member in struct:vme_driver
H A Di2c.h130 * @shutdown: Callback for device shutdown
174 void (*shutdown)(struct i2c_client *); member in struct:i2c_driver
H A Dtty_driver.h47 * void (*shutdown)(struct tty_struct * tty);
57 * actually the second part of shutdown for routines that might sleep.
258 void (*shutdown)(struct tty_struct *tty); member in struct:tty_operations
H A Dpnp.h376 void (*shutdown) (struct pnp_dev *dev); member in struct:pnp_driver
H A Ddevice.h79 * @shutdown: Called at shut-down time to quiesce the device.
117 void (*shutdown)(struct device *dev); member in struct:bus_type
211 * @shutdown: Called at shut-down time to quiesce the device.
243 void (*shutdown) (struct device *dev); member in struct:device_driver
1020 /* drivers/base/power/shutdown.c */
H A Dserial_core.h62 void (*shutdown)(struct uart_port *); member in struct:uart_ops
128 void (*shutdown)(struct uart_port *port); member in struct:uart_port
H A Dtty.h188 void (*shutdown)(struct tty_port *port); member in struct:tty_port_operations
/include/linux/platform_data/
H A Dirda-pxaficp.h14 void (*shutdown)(struct device *dev); member in struct:pxaficp_platform_data
H A Dlcd-mipid.h20 void (*shutdown)(struct mipid_platform_data *pdata); member in struct:mipid_platform_data
H A Dmmc-omap.h56 void (*shutdown)(struct device *dev); member in struct:omap_mmc_platform_data
/include/linux/amba/
H A Dbus.h41 void (*shutdown)(struct amba_device *); member in struct:amba_driver
/include/drm/
H A Ddrm_mipi_dsi.h145 * @shutdown: called at shutdown time to quiesce the device
151 void (*shutdown)(struct mipi_dsi_device *dsi); member in struct:mipi_dsi_driver
/include/net/
H A Daf_vsock.h142 int (*shutdown)(struct vsock_sock *, int); member in struct:vsock_transport
/include/linux/usb/
H A Dphy.h99 /* initialize/shutdown the OTG controller */
101 void (*shutdown)(struct usb_phy *x); member in struct:usb_phy
178 if (x && x->shutdown)
179 x->shutdown(x);
/include/sound/
H A Dsoc-dai.h168 void (*shutdown)(struct snd_pcm_substream *, member in struct:snd_soc_dai_ops
H A Dcore.h127 struct snd_shutdown_f_ops *s_f_ops; /* file operations in the shutdown
130 int shutdown; /* this card is going down */ member in struct:snd_card
/include/video/
H A Dexynos_mipi_dsim.h342 void (*shutdown)(struct mipi_dsim_lcd_device *dsim_dev); member in struct:mipi_dsim_lcd_driver
/include/linux/spi/
H A Dspi.h167 * @shutdown: Standard shutdown callback used during system state
190 void (*shutdown)(struct spi_device *spi); member in struct:spi_driver

Completed in 341 milliseconds

12