Home
last modified time | relevance | path

Searched refs:ops (Results 1 – 25 of 79) sorted by relevance

1234

/include/linux/usb/
A Dgadget.h179 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 Davb_verify.h26 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 Dpwrseq.h13 #define pwrseq_get_ops(dev) ((struct pwrseq_ops *)(dev)->driver->ops)
A Dsdhci.h343 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 Defi_driver.h23 const struct efi_driver_ops *ops; member
A Dmiiphy.h73 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 Dram.h30 #define ram_get_ops(dev) ((struct ram_ops *)(dev)->driver->ops)
A Dbacklight.h38 #define backlight_get_ops(dev) ((struct backlight_ops *)(dev)->driver->ops)
A Daudio_codec.h36 #define audio_codec_get_ops(dev) ((struct audio_codec_ops *)(dev)->driver->ops)
A Dkeyboard.h77 #define keyboard_get_ops(dev) ((struct keyboard_ops *)(dev)->driver->ops)
A Dpanel.h39 #define panel_get_ops(dev) ((struct panel_ops *)(dev)->driver->ops)
A Dtimer.h9 #define timer_get_ops(dev) ((struct timer_ops *)(dev)->driver->ops)
A Dcache.h47 #define cache_get_ops(dev) ((struct cache_ops *)(dev)->driver->ops)
A Dsyscon.h26 #define syscon_get_ops(dev) ((struct syscon_ops *)(dev)->driver->ops)
A Dbutton.h50 #define button_get_ops(dev) ((struct button_ops *)(dev)->driver->ops)
A Ddsi_host.h47 #define dsi_host_get_ops(dev) ((struct dsi_host_ops *)(dev)->driver->ops)
A Dmxs_nand.h68 loff_t from, struct mtd_oob_ops *ops);
70 loff_t to, struct mtd_oob_ops *ops);
A Dsmem.h53 #define smem_get_ops(dev) ((struct smem_ops *)(dev)->driver->ops)
A Dsandbox_host.h48 #define host_get_ops(dev) ((struct host_ops *)(dev)->driver->ops)
A Di3c.h67 #define i3c_get_ops(dev) ((struct dm_i3c_ops *)(dev)->driver->ops)
A Ddisplay.h97 #define display_get_ops(dev) ((struct dm_display_ops *)(dev)->driver->ops)
A Dsysreset.h65 #define sysreset_get_ops(dev) ((struct sysreset_ops *)(dev)->driver->ops)
A Dsound.h106 #define sound_get_ops(dev) ((struct sound_ops *)(dev)->driver->ops)
/include/net/
A Dudp.h39 int udp_loop(struct udp_ops *ops);
/include/reboot-mode/
A Dreboot-mode.h46 #define reboot_mode_get_ops(dev) ((struct reboot_mode_ops *)(dev)->driver->ops)

Completed in 32 milliseconds

1234