Searched refs:ddrv (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/soundwire/ |
H A D | bus_type.c | 38 static int sdw_bus_match(struct device *dev, const struct device_driver *ddrv) in sdw_bus_match() argument 46 drv = drv_to_sdw_driver(ddrv); in sdw_bus_match()
|
/linux/drivers/fpga/ |
H A D | dfl.c | 251 const struct dfl_driver *ddrv = to_dfl_drv(drv); 254 id_entry = ddrv->id_table; in dfl_match_one_device() 270 struct dfl_driver *ddrv = to_dfl_drv(dev->driver); in dfl_bus_match() 273 return ddrv->probe(ddev); in dfl_bus_match() 278 struct dfl_driver *ddrv = to_dfl_drv(dev->driver); in dfl_bus_match() 281 if (ddrv->remove) in dfl_bus_probe() 282 ddrv->remove(ddev); in dfl_bus_probe() local 263 const struct dfl_driver *ddrv = to_dfl_drv(drv); dfl_bus_match() local 290 struct dfl_driver *ddrv = to_dfl_drv(dev->driver); dfl_bus_remove() local
|
/linux/drivers/gpu/drm/tilcdc/ |
H A D | tilcdc_drv.c | 196 static int tilcdc_init(const struct drm_driver *ddrv, struct device *dev) in tilcdc_init() argument 209 ddev = drm_dev_alloc(ddrv, dev); in tilcdc_init()
|
/linux/drivers/s390/net/ |
H A D | ctcm_main.c | 1685 static ssize_t group_store(struct device_driver *ddrv, const char *buf, in group_store() argument
|
H A D | lcs.c | 2306 static ssize_t group_store(struct device_driver *ddrv, const char *buf, in group_store() argument
|
H A D | qeth_core_main.c | 6486 static ssize_t group_store(struct device_driver *ddrv, const char *buf, in group_store() argument 6491 err = ccwgroup_create_dev(qeth_core_root_dev, to_ccwgroupdrv(ddrv), 3, in group_store()
|