Home
last modified time | relevance | path

Searched defs:dev (Results 4876 – 4900 of 13568) sorted by relevance

1...<<191192193194195196197198199200>>...543

/linux-6.8/drivers/block/rnbd/
Drnbd-srv.c179 struct rnbd_srv_dev *dev = container_of(kref, struct rnbd_srv_dev, kref); in destroy_device() local
199 static void rnbd_put_srv_dev(struct rnbd_srv_dev *dev) in rnbd_put_srv_dev()
427 struct rnbd_srv_dev *dev; in rnbd_srv_init_srv_dev() local
444 struct rnbd_srv_dev *dev; in rnbd_srv_find_or_add_srv_dev() local
515 struct rnbd_srv_dev *new_dev, *dev; in rnbd_srv_get_or_create_srv_dev() local
/linux-6.8/drivers/iio/magnetometer/
Dmmc35240.c423 static bool mmc35240_is_writeable_reg(struct device *dev, unsigned int reg) in mmc35240_is_writeable_reg()
434 static bool mmc35240_is_readable_reg(struct device *dev, unsigned int reg) in mmc35240_is_readable_reg()
451 static bool mmc35240_is_volatile_reg(struct device *dev, unsigned int reg) in mmc35240_is_volatile_reg()
523 static int mmc35240_suspend(struct device *dev) in mmc35240_suspend()
533 static int mmc35240_resume(struct device *dev) in mmc35240_resume()
/linux-6.8/drivers/usb/core/
Dconfig.c605 static int usb_parse_configuration(struct usb_device *dev, int cfgidx, in usb_parse_configuration()
825 void usb_destroy_configuration(struct usb_device *dev) in usb_destroy_configuration()
861 int usb_get_configuration(struct usb_device *dev) in usb_get_configuration()
959 void usb_release_bos_descriptor(struct usb_device *dev) in usb_release_bos_descriptor()
978 int usb_get_bos_descriptor(struct usb_device *dev) in usb_get_bos_descriptor()
/linux-6.8/sound/arm/
Daaci.c754 static int aaci_suspend(struct device *dev) in aaci_suspend()
760 static int aaci_resume(struct device *dev) in aaci_resume()
880 static struct aaci *aaci_init_card(struct amba_device *dev) in aaci_init_card()
972 static int aaci_probe(struct amba_device *dev, in aaci_probe()
1058 static void aaci_remove(struct amba_device *dev) in aaci_remove()
/linux-6.8/sound/soc/codecs/
Dmax98390.c732 static bool max98390_readable_register(struct device *dev, unsigned int reg) in max98390_readable_register()
747 static bool max98390_volatile_reg(struct device *dev, unsigned int reg) in max98390_volatile_reg()
948 static int max98390_suspend(struct device *dev) in max98390_suspend()
960 static int max98390_resume(struct device *dev) in max98390_resume()
1005 struct device *dev = &i2c->dev; in max98390_slot_config() local
/linux-6.8/drivers/video/fbdev/
Dxen-fbfront.c342 static int xenfb_probe(struct xenbus_device *dev, in xenfb_probe()
496 static int xenfb_resume(struct xenbus_device *dev) in xenfb_resume()
505 static void xenfb_remove(struct xenbus_device *dev) in xenfb_remove()
548 static int xenfb_connect_backend(struct xenbus_device *dev, in xenfb_connect_backend()
614 static void xenfb_backend_changed(struct xenbus_device *dev, in xenfb_backend_changed()
/linux-6.8/drivers/net/ethernet/mellanox/mlx5/core/en/
Dport.c35 void mlx5_port_query_eth_autoneg(struct mlx5_core_dev *dev, u8 *an_status, in mlx5_port_query_eth_autoneg()
52 int mlx5_port_set_eth_ptys(struct mlx5_core_dev *dev, bool an_disable, in mlx5_port_set_eth_ptys()
390 bool mlx5e_fec_in_caps(struct mlx5_core_dev *dev, int fec_policy) in mlx5e_fec_in_caps()
420 int mlx5e_get_fec_mode(struct mlx5_core_dev *dev, u32 *fec_mode_active, in mlx5e_get_fec_mode()
459 int mlx5e_set_fec_mode(struct mlx5_core_dev *dev, u16 fec_policy) in mlx5e_set_fec_mode()
/linux-6.8/drivers/vfio/
Dgroup.c526 static void vfio_group_release(struct device *dev) in vfio_group_release()
611 static struct vfio_group *vfio_noiommu_group_alloc(struct device *dev, in vfio_noiommu_group_alloc()
646 static bool vfio_group_has_device(struct vfio_group *group, struct device *dev) in vfio_group_has_device()
661 static struct vfio_group *vfio_group_find_or_alloc(struct device *dev) in vfio_group_find_or_alloc()
912 static char *vfio_devnode(const struct device *dev, umode_t *mode) in vfio_devnode()
/linux-6.8/drivers/input/joystick/
Ddb9.c85 struct input_dev *dev[DB9_MAX_DEVICES]; member
258 struct input_dev *dev; in db9_saturn_report() local
356 struct input_dev *dev = db9->dev[0]; in db9_timer() local
504 static int db9_open(struct input_dev *dev) in db9_open()
528 static void db9_close(struct input_dev *dev) in db9_close()
/linux-6.8/drivers/media/dvb-frontends/
Dts2020.c166 struct ts2020_priv *dev = fe->tuner_priv; in ts2020_set_tuner_rf() local
537 struct ts2020_priv *dev = __dev; in ts2020_regmap_lock() local
546 struct ts2020_priv *dev = __dev; in ts2020_regmap_unlock() local
557 struct ts2020_priv *dev; in ts2020_probe() local
700 struct ts2020_priv *dev = i2c_get_clientdata(client); in ts2020_remove() local
/linux-6.8/include/media/
Dv4l2-common.h57 #define v4l2_printk(level, dev, fmt, arg...) \ argument
60 #define v4l2_err(dev, fmt, arg...) \ argument
63 #define v4l2_warn(dev, fmt, arg...) \ argument
66 #define v4l2_info(dev, fmt, arg...) \ argument
71 #define v4l2_dbg(level, debug, dev, fmt, arg...) \ argument
/linux-6.8/drivers/spi/
Dspi-fsl-spi.c77 static int fsl_spi_get_type(struct device *dev) in fsl_spi_get_type()
494 static void fsl_spi_grlib_probe(struct device *dev) in fsl_spi_grlib_probe()
520 struct device *dev = spi->dev.parent->parent; in fsl_spi_cs_control() local
529 static struct spi_controller *fsl_spi_probe(struct device *dev, in fsl_spi_probe()
637 struct device *dev = &ofdev->dev; in of_fsl_spi_probe() local
/linux-6.8/arch/x86/kernel/cpu/microcode/
Dcore.c699 static ssize_t reload_store(struct device *dev, in reload_store()
720 static ssize_t version_show(struct device *dev, in version_show()
728 static ssize_t processor_flags_show(struct device *dev, in processor_flags_show()
777 struct device *dev = get_cpu_device(cpu); in mc_cpu_online() local
793 struct device *dev = get_cpu_device(cpu); in mc_cpu_down_prep() local
/linux-6.8/drivers/gpu/drm/imx/ipuv3/
Dipuv3-plane.c177 static void ipu_plane_put_resources(struct drm_device *dev, void *ptr) in ipu_plane_put_resources()
191 static int ipu_plane_get_resources(struct drm_device *dev, in ipu_plane_get_resources()
374 struct device *dev = plane->dev->dev; in ipu_plane_atomic_check() local
799 int ipu_planes_assign_pre(struct drm_device *dev, in ipu_planes_assign_pre()
880 struct ipu_plane *ipu_plane_init(struct drm_device *dev, struct ipu_soc *ipu, in ipu_plane_init()
/linux-6.8/sound/soc/fsl/
Dfsl_utils.c97 void fsl_asoc_get_pll_clocks(struct device *dev, struct clk **pll8k_clk, in fsl_asoc_get_pll_clocks()
121 void fsl_asoc_reparent_pll_clocks(struct device *dev, struct clk *clk, in fsl_asoc_reparent_pll_clocks()
/linux-6.8/drivers/nvmem/
Drmem.c13 struct device *dev; member
55 struct device *dev = &pdev->dev; in rmem_probe() local
/linux-6.8/drivers/phy/samsung/
Dphy-samsung-usb2.c89 static struct phy *samsung_usb2_phy_xlate(struct device *dev, in samsung_usb2_phy_xlate()
146 struct device *dev = &pdev->dev; in samsung_usb2_phy_probe() local
/linux-6.8/include/linux/
Ddevice_cgroup.h40 static inline int devcgroup_inode_mknod(int mode, dev_t dev) in devcgroup_inode_mknod()
65 static inline int devcgroup_inode_mknod(int mode, dev_t dev) in devcgroup_inode_mknod()
/linux-6.8/drivers/firmware/
Dmtk-adsp-ipc.c55 struct device *dev = c->dev; in mtk_adsp_ipc_recv() local
72 struct device *dev = &pdev->dev; in mtk_adsp_ipc_probe() local
/linux-6.8/drivers/hid/
Dhid-zpff.c25 static int zpff_play(struct input_dev *dev, void *data, in zpff_play()
58 struct input_dev *dev; in zpff_init() local
Dhid-mf.c34 static int mf_play(struct input_dev *dev, void *data, struct ff_effect *effect) in mf_play()
70 struct input_dev *dev; in mf_init() local
/linux-6.8/drivers/leds/
Dleds-max5970.c24 struct device *dev; member
49 struct device *dev = &pdev->dev; in max5970_led_probe() local
/linux-6.8/drivers/gpu/drm/vmwgfx/
Dvmwgfx_prime.c73 int vmw_prime_fd_to_handle(struct drm_device *dev, in vmw_prime_fd_to_handle()
82 int vmw_prime_handle_to_fd(struct drm_device *dev, in vmw_prime_handle_to_fd()
/linux-6.8/drivers/soc/ti/
Dti_sci_inta_msi.c65 static int ti_sci_inta_msi_alloc_descs(struct device *dev, in ti_sci_inta_msi_alloc_descs()
93 int ti_sci_inta_msi_domain_alloc_irqs(struct device *dev, in ti_sci_inta_msi_domain_alloc_irqs()
/linux-6.8/drivers/mfd/
Dmax77843.c177 static int __maybe_unused max77843_suspend(struct device *dev) in max77843_suspend()
189 static int __maybe_unused max77843_resume(struct device *dev) in max77843_resume()

1...<<191192193194195196197198199200>>...543