Searched refs:ops (Results 1 – 25 of 79) sorted by relevance
1234
| /include/linux/usb/ |
| A D | gadget.h | 179 const struct usb_ep_ops *ops; member 239 ret = ep->ops->enable(ep, desc); in usb_ep_enable() 267 ret = ep->ops->disable(ep); in usb_ep_disable() 308 ep->ops->free_request(ep, req); in usb_ep_free_request() 451 if (ep->ops->fifo_status) in usb_ep_fifo_status() 468 if (ep->ops->fifo_flush) in usb_ep_fifo_flush() 469 ep->ops->fifo_flush(ep); in usb_ep_fifo_flush() 660 if (!gadget->ops->wakeup) in usb_gadget_wakeup() 731 if (!gadget->ops->vbus_draw) in usb_gadget_vbus_draw() 766 if (!gadget->ops->pullup) in usb_gadget_connect() [all …]
|
| /include/ |
| A D | avb_verify.h | 26 struct AvbOps ops; member 48 void avb_ops_free(AvbOps *ops); 50 char *avb_set_state(AvbOps *ops, enum avb_boot_state boot_state); 87 static inline int get_boot_device(AvbOps *ops) in get_boot_device() argument 91 if (ops) { in get_boot_device() 92 data = ops->user_data; in get_boot_device()
|
| A D | pwrseq.h | 13 #define pwrseq_get_ops(dev) ((struct pwrseq_ops *)(dev)->driver->ops)
|
| A D | sdhci.h | 343 const struct sdhci_ops *ops; member 371 if (unlikely(host->ops->write_l)) in sdhci_writel() 372 host->ops->write_l(host, val, reg); in sdhci_writel() 379 if (unlikely(host->ops->write_w)) in sdhci_writew() 380 host->ops->write_w(host, val, reg); in sdhci_writew() 387 if (unlikely(host->ops->write_b)) in sdhci_writeb() 388 host->ops->write_b(host, val, reg); in sdhci_writeb() 395 if (unlikely(host->ops->read_l)) in sdhci_readl() 396 return host->ops->read_l(host, reg); in sdhci_readl() 403 if (unlikely(host->ops->read_w)) in sdhci_readw() [all …]
|
| A D | efi_driver.h | 23 const struct efi_driver_ops *ops; member
|
| A D | miiphy.h | 73 int bb_miiphy_read(struct mii_dev *miidev, const struct bb_miiphy_bus_ops *ops, 75 int bb_miiphy_write(struct mii_dev *miidev, const struct bb_miiphy_bus_ops *ops, 133 #define mdio_get_ops(dev) ((struct mdio_ops *)(dev)->driver->ops) 221 #define mdio_mux_get_ops(dev) ((struct mdio_mux_ops *)(dev)->driver->ops)
|
| A D | ram.h | 30 #define ram_get_ops(dev) ((struct ram_ops *)(dev)->driver->ops)
|
| A D | backlight.h | 38 #define backlight_get_ops(dev) ((struct backlight_ops *)(dev)->driver->ops)
|
| A D | audio_codec.h | 36 #define audio_codec_get_ops(dev) ((struct audio_codec_ops *)(dev)->driver->ops)
|
| A D | keyboard.h | 77 #define keyboard_get_ops(dev) ((struct keyboard_ops *)(dev)->driver->ops)
|
| A D | panel.h | 39 #define panel_get_ops(dev) ((struct panel_ops *)(dev)->driver->ops)
|
| A D | timer.h | 9 #define timer_get_ops(dev) ((struct timer_ops *)(dev)->driver->ops)
|
| A D | cache.h | 47 #define cache_get_ops(dev) ((struct cache_ops *)(dev)->driver->ops)
|
| A D | syscon.h | 26 #define syscon_get_ops(dev) ((struct syscon_ops *)(dev)->driver->ops)
|
| A D | button.h | 50 #define button_get_ops(dev) ((struct button_ops *)(dev)->driver->ops)
|
| A D | dsi_host.h | 47 #define dsi_host_get_ops(dev) ((struct dsi_host_ops *)(dev)->driver->ops)
|
| A D | mxs_nand.h | 68 loff_t from, struct mtd_oob_ops *ops); 70 loff_t to, struct mtd_oob_ops *ops);
|
| A D | smem.h | 53 #define smem_get_ops(dev) ((struct smem_ops *)(dev)->driver->ops)
|
| A D | sandbox_host.h | 48 #define host_get_ops(dev) ((struct host_ops *)(dev)->driver->ops)
|
| A D | i3c.h | 67 #define i3c_get_ops(dev) ((struct dm_i3c_ops *)(dev)->driver->ops)
|
| A D | display.h | 97 #define display_get_ops(dev) ((struct dm_display_ops *)(dev)->driver->ops)
|
| A D | sysreset.h | 65 #define sysreset_get_ops(dev) ((struct sysreset_ops *)(dev)->driver->ops)
|
| A D | sound.h | 106 #define sound_get_ops(dev) ((struct sound_ops *)(dev)->driver->ops)
|
| /include/net/ |
| A D | udp.h | 39 int udp_loop(struct udp_ops *ops);
|
| /include/reboot-mode/ |
| A D | reboot-mode.h | 46 #define reboot_mode_get_ops(dev) ((struct reboot_mode_ops *)(dev)->driver->ops)
|
Completed in 32 milliseconds
1234