Home
last modified time | relevance | path

Searched defs:dev (Results 8201 – 8225 of 16108) sorted by relevance

1...<<321322323324325326327328329330>>...645

/openbmc/linux/drivers/media/usb/gspca/
H A Dconex.c61 struct usb_device *dev = gspca_dev->dev; in reg_r() local
84 struct usb_device *dev = gspca_dev->dev; in reg_w_val() local
100 struct usb_device *dev = gspca_dev->dev; in reg_w() local
/openbmc/u-boot/drivers/clk/mediatek/
H A Dclk-mtk.c48 struct udevice *dev; in mtk_clk_find_parent_rate() local
465 int mtk_common_clk_init(struct udevice *dev, in mtk_common_clk_init()
479 int mtk_common_clk_gate_init(struct udevice *dev, in mtk_common_clk_gate_init()
/openbmc/linux/sound/soc/codecs/
H A Drt5660.c151 static bool rt5660_volatile_register(struct device *dev, unsigned int reg) in rt5660_volatile_register()
178 static bool rt5660_readable_register(struct device *dev, unsigned int reg) in rt5660_readable_register()
1252 static int rt5660_parse_dt(struct rt5660_priv *rt5660, struct device *dev) in rt5660_parse_dt()
H A Dtas5720.c246 struct device *dev = tas5720->component->dev; in tas5720_fault_check_work() local
495 static bool tas5720_is_volatile_reg(struct device *dev, unsigned int reg) in tas5720_is_volatile_reg()
729 struct device *dev = &client->dev; in tas5720_probe() local
/openbmc/linux/drivers/fpga/
H A Dsocfpga-a10.c76 static bool socfpga_a10_fpga_writeable_reg(struct device *dev, unsigned int reg) in socfpga_a10_fpga_writeable_reg()
89 static bool socfpga_a10_fpga_readable_reg(struct device *dev, unsigned int reg) in socfpga_a10_fpga_readable_reg()
470 struct device *dev = &pdev->dev; in socfpga_a10_fpga_probe() local
/openbmc/linux/drivers/hwmon/
H A Dsch5627.c249 static int sch5627_read(struct device *dev, enum hwmon_sensor_types type, u32 attr, int channel, in sch5627_read()
338 static int sch5627_read_string(struct device *dev, enum hwmon_sensor_types type, u32 attr, in sch5627_read_string()
358 static int sch5627_write(struct device *dev, enum hwmon_sensor_types type, u32 attr, int channel, in sch5627_write()
/openbmc/linux/include/uapi/linux/
H A Ddm-ioctl.h141 __u64 dev; /* in/out */ member
185 __u64 dev[]; /* out */ member
192 __u64 dev; member
/openbmc/linux/drivers/input/touchscreen/
H A Dfsl-imx25-tcq.c38 struct device *dev; member
468 struct device *dev = &idev->dev; in mx25_tcq_open() local
502 struct device *dev = &pdev->dev; in mx25_tcq_probe() local
/openbmc/linux/drivers/video/fbdev/
H A Dsa1100fb.c1001 static int sa1100fb_suspend(struct platform_device *dev, pm_message_t state) in sa1100fb_suspend()
1009 static int sa1100fb_resume(struct platform_device *dev) in sa1100fb_resume()
1063 static struct sa1100fb_info *sa1100fb_init_fbinfo(struct device *dev) in sa1100fb_init_fbinfo()
/openbmc/linux/drivers/input/joystick/
H A Dtmdc.c93 struct input_dev *dev; member
244 static int tmdc_open(struct input_dev *dev) in tmdc_open()
252 static void tmdc_close(struct input_dev *dev) in tmdc_close()
/openbmc/linux/drivers/thermal/
H A Dimx8mm_thermal.c176 struct device *dev = &pdev->dev; in imx8mm_tmu_probe_set_calib_v1() local
201 struct device *dev = &pdev->dev; in imx8mm_tmu_probe_set_calib_v2() local
274 struct device *dev = &pdev->dev; in imx8mm_tmu_probe_set_calib() local
/openbmc/linux/drivers/i2c/busses/
H A Di2c-uniphier.c312 struct device *dev = &pdev->dev; in uniphier_i2c_probe() local
380 static int __maybe_unused uniphier_i2c_suspend(struct device *dev) in uniphier_i2c_suspend()
389 static int __maybe_unused uniphier_i2c_resume(struct device *dev) in uniphier_i2c_resume()
/openbmc/linux/drivers/greybus/
H A Dcontrol.c402 static ssize_t vendor_string_show(struct device *dev, in vendor_string_show()
411 static ssize_t product_string_show(struct device *dev, in product_string_show()
427 static void gb_control_release(struct device *dev) in gb_control_release()
/openbmc/linux/drivers/gpio/
H A Dgpio-ich.c87 struct device *dev; member
366 static int ichx_gpio_request_regions(struct device *dev, in ichx_gpio_request_regions()
387 struct device *dev = &pdev->dev; in ichx_gpio_probe() local
/openbmc/linux/drivers/scsi/arm/
H A Deesox.c163 struct device *dev = scsi_get_device(host); in eesoxscsi_dma_setup() local
443 static ssize_t eesoxscsi_show_term(struct device *dev, struct device_attribute *attr, char *buf) in eesoxscsi_show_term()
452 static ssize_t eesoxscsi_store_term(struct device *dev, struct device_attribute *attr, const char *… in eesoxscsi_store_term()
/openbmc/linux/drivers/usb/phy/
H A Dphy-twl6030-usb.c80 struct device *dev; member
171 static ssize_t vbus_show(struct device *dev, in vbus_show()
335 struct device *dev = &pdev->dev; in twl6030_usb_probe() local
/openbmc/linux/drivers/misc/cxl/
H A Dapi.c101 struct cxl_context *cxl_dev_context_init(struct pci_dev *dev) in cxl_dev_context_init()
130 struct cxl_context *cxl_get_context(struct pci_dev *dev) in cxl_get_context()
524 ssize_t cxl_read_adapter_vpd(struct pci_dev *dev, void *buf, size_t count) in cxl_read_adapter_vpd()
/openbmc/linux/drivers/net/ipvlan/
H A Dipvlan.h63 struct net_device *dev; member
90 struct net_device *dev; member
206 static inline bool netif_is_ipvlan_port(const struct net_device *dev) in netif_is_ipvlan_port()
/openbmc/u-boot/drivers/sound/
H A Dwm8994.c43 struct udevice *dev; member
843 static int wm8994_set_params(struct udevice *dev, int interface, int rate, in wm8994_set_params()
852 static int wm8994_probe(struct udevice *dev) in wm8994_probe()
/openbmc/linux/sound/soc/sprd/
H A Dsprd-pcm-dma.c53 struct device *dev = component->dev; in sprd_pcm_open() local
117 struct device *dev = component->dev; in sprd_pcm_close() local
162 struct device *dev = component->dev; in sprd_pcm_request_dma_channel() local
/openbmc/linux/drivers/mtd/nand/onenand/
H A Donenand_omap2.c366 struct device *dev = &c->pdev->dev; in omap2_onenand_read_bufferram() local
414 struct device *dev = &c->pdev->dev; in omap2_onenand_write_bufferram() local
467 struct device *dev = &pdev->dev; in omap2_onenand_probe() local
/openbmc/qemu/tests/qtest/
H A Divshmem-test.c24 static void save_fn(QPCIDevice *dev, int devfn, void *data) in save_fn()
33 QPCIDevice *dev; in get_device() local
45 QPCIDevice *dev; member
/openbmc/u-boot/drivers/spi/
H A Dbcm63xx_spi.c194 static int bcm63xx_spi_xfer(struct udevice *dev, unsigned int bitlen, in bcm63xx_spi_xfer()
347 static int bcm63xx_spi_child_pre_probe(struct udevice *dev) in bcm63xx_spi_child_pre_probe()
367 static int bcm63xx_spi_probe(struct udevice *dev) in bcm63xx_spi_probe()
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-syscfg-configfs.c208 struct device *dev = cscfg_device(); in cscfg_create_config_group() local
325 struct device *dev = cscfg_device(); in cscfg_create_params_group_items() local
349 struct device *dev = cscfg_device(); in cscfg_create_feature_group() local
/openbmc/linux/drivers/video/backlight/
H A Dams369fg06.c33 struct device *dev; member
517 static int ams369fg06_suspend(struct device *dev) in ams369fg06_suspend()
530 static int ams369fg06_resume(struct device *dev) in ams369fg06_resume()

1...<<321322323324325326327328329330>>...645