Home
last modified time | relevance | path

Searched defs:dev (Results 9701 – 9725 of 14775) sorted by relevance

1...<<381382383384385386387388389390>>...591

/OK3568_Linux_fs/kernel/drivers/clk/mmp/
H A Dclk-gate.c95 struct clk *mmp_clk_register_gate(struct device *dev, const char *name, in mmp_clk_register_gate()
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dumcast_user.c41 static int umcast_user_init(void *data, void *dev) in umcast_user_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_panel.c57 void drm_panel_init(struct drm_panel *panel, struct device *dev, in drm_panel_init()
/OK3568_Linux_fs/kernel/include/linux/
H A Dphy_fixed.h63 static inline int fixed_phy_change_carrier(struct net_device *dev, bool new_carrier) in fixed_phy_change_carrier()
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dkirkwood-cpufreq.c24 struct device *dev; member
/OK3568_Linux_fs/kernel/drivers/clk/uniphier/
H A Dclk-uniphier-mux.c56 struct clk_hw *uniphier_clk_register_mux(struct device *dev, in uniphier_clk_register_mux()
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dprocessor.c79 static int __init processor_probe(struct parisc_device *dev) in processor_probe()
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Dtango_thermal.c97 static int __maybe_unused tango_thermal_resume(struct device *dev) in tango_thermal_resume()
/OK3568_Linux_fs/kernel/drivers/xen/
H A Dxen-scsiback.c88 struct xenbus_device *dev; member
826 struct xenbus_device *dev = info->dev; in scsiback_map() local
1034 struct xenbus_device *dev = info->dev; in scsiback_do_1lun_hotplug() local
1121 static void scsiback_frontend_changed(struct xenbus_device *dev, in scsiback_frontend_changed()
1193 static int scsiback_remove(struct xenbus_device *dev) in scsiback_remove()
1209 static int scsiback_probe(struct xenbus_device *dev, in scsiback_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_debugfs.c769 struct drm_device *dev = connector->dev; in output_bpc_show() local
1000 struct drm_device *dev = connector->dev; in dp_dsc_fec_support_show() local
1073 struct drm_device *dev = connector->dev; in dp_trigger_hotplug() local
2331 struct drm_device *dev = node->minor->dev; in current_backlight_read() local
2349 struct drm_device *dev = node->minor->dev; in target_backlight_read() local
2362 struct drm_device *dev = node->minor->dev; in mst_topo() local
/OK3568_Linux_fs/kernel/drivers/dma/sh/
H A Drcar-dmac.c200 struct device *dev; member
1550 static irqreturn_t rcar_dmac_isr_channel(int irq, void *dev) in rcar_dmac_isr_channel()
1600 static irqreturn_t rcar_dmac_isr_channel_thread(int irq, void *dev) in rcar_dmac_isr_channel_thread()
1705 static int rcar_dmac_runtime_suspend(struct device *dev) in rcar_dmac_runtime_suspend()
1710 static int rcar_dmac_runtime_resume(struct device *dev) in rcar_dmac_runtime_resume()
1793 static int rcar_dmac_parse_of(struct device *dev, struct rcar_dmac *dmac) in rcar_dmac_parse_of()
/OK3568_Linux_fs/kernel/drivers/tty/vt/
H A Dkeyboard.c238 struct input_dev *dev = handle->dev; in kd_sound_helper() local
279 struct input_dev *dev = handle->dev; in kbd_rate_helper() local
1252 #define HW_RAW(dev) (test_bit(EV_MSC, dev->evbit) && test_bit(MSC_RAW, dev->mscbit) &&\ argument
1338 #define HW_RAW(dev) 0 argument
1516 static bool kbd_match(struct input_handler *handler, struct input_dev *dev) in kbd_match()
1541 static int kbd_connect(struct input_handler *handler, struct input_dev *dev, in kbd_connect()
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-atmel.c506 struct device *dev = &as->pdev->dev; in atmel_spi_configure_dma() local
941 struct device *dev = &as->pdev->dev; in atmel_spi_dma_map_xfer() local
1719 static int atmel_spi_runtime_suspend(struct device *dev) in atmel_spi_runtime_suspend()
1730 static int atmel_spi_runtime_resume(struct device *dev) in atmel_spi_runtime_resume()
1741 static int atmel_spi_suspend(struct device *dev) in atmel_spi_suspend()
1757 static int atmel_spi_resume(struct device *dev) in atmel_spi_resume()
/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinctrl-rk628.c121 struct device *dev; member
1116 static int rk628_pinctrl_create_function(struct device *dev, in rk628_pinctrl_create_function()
1170 static int rk628_pinctrl_parse_gpiobank(struct device *dev, in rk628_pinctrl_parse_gpiobank()
1205 rk628_pinctrl_create_functions(struct device *dev, in rk628_pinctrl_create_functions()
1282 struct device *dev = &pdev->dev; in rk628_pinctrl_parse_dt() local
1612 struct device *dev = &pdev->dev; in rk628_pinctrl_probe() local
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dimx415.c2048 struct device *dev = &imx415->client->dev; in __imx415_power_on() local
2107 struct device *dev = &imx415->client->dev; in __imx415_power_off() local
2132 static int __maybe_unused imx415_runtime_resume(struct device *dev) in imx415_runtime_resume()
2141 static int __maybe_unused imx415_runtime_suspend(struct device *dev) in imx415_runtime_suspend()
2475 struct device *dev = &imx415->client->dev; in imx415_check_sensor_id() local
2511 struct device *dev = &client->dev; in imx415_probe() local
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dti_usb_3410_5052.c519 struct usb_device *dev = serial->dev; in ti_startup() local
649 struct usb_device *dev; in ti_open() local
1117 struct device *dev = &urb->dev->dev; in ti_interrupt_callback() local
1197 struct device *dev = &urb->dev->dev; in ti_bulk_in_callback() local
1586 static int ti_do_download(struct usb_device *dev, int pipe, in ti_do_download()
1619 struct usb_device *dev = tdev->td_serial->dev; in ti_download_firmware() local
/OK3568_Linux_fs/kernel/drivers/soc/ti/
H A Dk3-socinfo.c64 struct device *dev = &pdev->dev; in k3_chipinfo_probe() local
/OK3568_Linux_fs/kernel/net/llc/
H A Dllc_input.c155 int llc_rcv(struct sk_buff *skb, struct net_device *dev, in llc_rcv()
/OK3568_Linux_fs/kernel/drivers/mux/
H A Dadg792a.c63 struct device *dev = &i2c->dev; in adg792a_probe() local
/OK3568_Linux_fs/kernel/arch/sh/drivers/pci/
H A Dops-sh7786.c23 int dev, func, type, reg; in sh7786_pcie_config_access() local
/OK3568_Linux_fs/u-boot/include/
H A Dcpu.h88 #define cpu_get_ops(dev) ((struct cpu_ops *)(dev)->driver->ops) argument
/OK3568_Linux_fs/kernel/sound/soc/samsung/
H A Drx1950_uda1380.c215 struct device *dev = &pdev->dev; in rx1950_probe() local
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dsl28cpld-hwmon.c33 static int sl28cpld_hwmon_read(struct device *dev, in sl28cpld_hwmon_read()
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dti-lmu.c138 struct device *dev = &cl->dev; in ti_lmu_probe() local
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk_crypto_utils.h28 struct device *dev; member

1...<<381382383384385386387388389390>>...591