Home
last modified time | relevance | path

Searched defs:dev (Results 14401 – 14425 of 16110) sorted by relevance

1...<<571572573574575576577578579580>>...645

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_txrx.c431 int otx2_refill_pool_ptrs(void *dev, struct otx2_cq_queue *cq) in otx2_refill_pool_ptrs()
595 void otx2_sqe_flush(void *dev, struct otx2_snd_queue *sq, in otx2_sqe_flush()
/openbmc/u-boot/drivers/video/
H A Dcfb_console.c805 static void cfb_video_putc(struct stdio_dev *dev, const char c) in cfb_video_putc()
1019 static void cfb_video_puts(struct stdio_dev *dev, const char *s) in cfb_video_puts()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dr600_dpm.c158 struct drm_device *dev = rdev_to_drm(rdev); in r600_dpm_get_vblank_time() local
185 struct drm_device *dev = rdev_to_drm(rdev); in r600_dpm_get_vrefresh() local
/openbmc/linux/drivers/net/ethernet/cavium/octeon/
H A Docteon_mgmt.c145 struct device *dev; member
1348 static int octeon_mgmt_nway_reset(struct net_device *dev) in octeon_mgmt_nway_reset()
/openbmc/linux/drivers/usb/gadget/function/
H A Du_audio.c590 struct device *dev = &gadget->dev; in u_audio_start_capture() local
701 struct device *dev = &gadget->dev; in u_audio_start_playback() local
/openbmc/linux/lib/
H A Dbitmap.c1425 unsigned long *devm_bitmap_alloc(struct device *dev, in devm_bitmap_alloc()
1443 unsigned long *devm_bitmap_zalloc(struct device *dev, in devm_bitmap_zalloc()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_cppcore.c60 struct device dev; member
1146 static void nfp_cpp_dev_release(struct device *dev) in nfp_cpp_dev_release()
/openbmc/linux/fs/gfs2/
H A Dinode.c621 umode_t mode, dev_t dev, const char *symname, in gfs2_create_inode()
1270 struct dentry *dentry, umode_t mode, dev_t dev) in gfs2_mknod()
/openbmc/linux/drivers/gpu/drm/bridge/adv7511/
H A Dadv7511.h395 static inline int adv7511_cec_init(struct device *dev, struct adv7511 *adv7511) in adv7511_cec_init()
416 static inline int adv7511_audio_init(struct device *dev, struct adv7511 *adv7511) in adv7511_audio_init()
/openbmc/qemu/hw/intc/
H A Dxive2.c789 static void xive2_router_realize(DeviceState *dev, Error **errp) in xive2_router_realize()
1219 static void xive2_end_source_realize(DeviceState *dev, Error **errp) in xive2_end_source_realize()
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_io.c350 struct net_device *dev; in tls_tx_data_wr() local
1346 struct net_device *dev = csk->egress_dev; in chtls_pt_recvmsg() local
/openbmc/linux/drivers/spi/
H A Dspi-intel.c159 struct device *dev; member
1396 int intel_spi_probe(struct device *dev, struct resource *mem, in intel_spi_probe()
H A Dspi-topcliff-pch.c1618 static int __maybe_unused pch_spi_suspend(struct device *dev) in pch_spi_suspend()
1629 static int __maybe_unused pch_spi_resume(struct device *dev) in pch_spi_resume()
/openbmc/linux/sound/soc/codecs/
H A Dmt6358.c82 struct device *dev; member
2438 struct device *dev = priv->dev; in mt6358_parse_dt() local
H A Dwm8904.c184 static bool wm8904_volatile_register(struct device *dev, unsigned int reg) in wm8904_volatile_register()
202 static bool wm8904_readable_register(struct device *dev, unsigned int reg) in wm8904_readable_register()
/openbmc/linux/drivers/dma/sh/
H A Drz-dmac.c94 struct device *dev; member
823 static int rz_dmac_parse_of(struct device *dev, struct rz_dmac *dmac) in rz_dmac_parse_of()
/openbmc/linux/drivers/media/i2c/
H A Dov2659.c1262 static int ov2659_power_off(struct device *dev) in ov2659_power_off()
1277 static int ov2659_power_on(struct device *dev) in ov2659_power_on()
/openbmc/linux/net/iucv/
H A Daf_iucv.c572 struct net_device *dev; in iucv_sock_bind() local
2036 static int afiucv_hs_rcv(struct sk_buff *skb, struct net_device *dev, in afiucv_hs_rcv()
/openbmc/linux/sound/pci/
H A Dintel8x0m.c972 static int intel8x0m_suspend(struct device *dev) in intel8x0m_suspend()
987 static int intel8x0m_resume(struct device *dev) in intel8x0m_resume()
/openbmc/linux/drivers/accel/habanalabs/common/
H A Ddevice.c637 static void device_release_func(struct device *dev) in device_release_func()
658 struct device **dev) in device_init_cdev()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_format_helper.c1014 struct drm_device *dev = fb->dev; in drm_fb_xrgb8888_to_mono() local
1134 size_t drm_fb_build_fourcc_list(struct drm_device *dev, in drm_fb_build_fourcc_list()
/openbmc/linux/tools/include/nolibc/
H A Dsys.h648 long sys_mknod(const char *path, mode_t mode, dev_t dev) in sys_mknod()
660 int mknod(const char *path, mode_t mode, dev_t dev) in mknod()
/openbmc/linux/include/net/
H A Damt.h314 struct net_device *dev; member
398 static inline bool netif_is_amt(const struct net_device *dev) in netif_is_amt()
/openbmc/linux/drivers/net/netdevsim/
H A Dnetdevsim.h170 static inline int nsim_bpf(struct net_device *dev, struct netdev_bpf *bpf) in nsim_bpf()
407 struct device dev; member
/openbmc/linux/drivers/iio/dac/
H A Dad3552r.c809 struct device *dev = &dac->spi->dev; in ad3552r_configure_custom_gain() local
888 struct device *dev = &dac->spi->dev; in ad3552r_configure_device() local

1...<<571572573574575576577578579580>>...645