Searched refs:drv (Results 1 - 25 of 1037) sorted by path

1234567891011>>

/linux-master/arch/arm/include/asm/
H A Decard.h208 struct device_driver drv; member in struct:ecard_driver
211 #define ECARD_DRV(_d) container_of((_d), struct ecard_driver, drv)
/linux-master/drivers/base/
H A Dmodule.c12 static char *make_driver_name(struct device_driver *drv) argument
16 driver_name = kasprintf(GFP_KERNEL, "%s:%s", drv->bus->name, drv->name);
33 void module_add_driver(struct module *mod, struct device_driver *drv) argument
39 if (!drv)
44 else if (drv->mod_name) {
48 mkobj = kset_find_obj(module_kset, drv->mod_name);
52 drv->p->mkobj = mk;
62 no_warn = sysfs_create_link(&drv->p->kobj, &mk->kobj, "module");
63 driver_name = make_driver_name(drv);
72 module_remove_driver(struct device_driver *drv) argument
[all...]
/linux-master/drivers/base/power/
H A Dgeneric_ops.c60 struct device_driver *drv = dev->driver; local
63 if (drv && drv->pm && drv->pm->prepare)
64 ret = drv->pm->prepare(dev);
293 struct device_driver *drv = dev->driver; local
295 if (drv && drv->pm && drv->pm->complete)
296 drv
[all...]
/linux-master/drivers/cpuidle/
H A Dcpuidle-calxeda.c35 struct cpuidle_driver *drv,
34 calxeda_pwrdown_idle(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) argument
H A Dcpuidle-cps.c24 struct cpuidle_driver *drv, int index)
23 cps_nc_enter(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) argument
H A Dcpuidle-exynos.c28 struct cpuidle_driver *drv,
59 struct cpuidle_driver *drv,
66 new_index = drv->safe_state_index;
69 return arm_cpuidle_simple_enter(dev, drv, new_index);
27 exynos_enter_coupled_lowpower(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) argument
58 exynos_enter_lowpower(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) argument
H A Dcpuidle-zynq.c26 struct cpuidle_driver *drv, int index)
25 zynq_enter_idle(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) argument
H A Ddt_idle_states.h5 int dt_init_idle_driver(struct cpuidle_driver *drv,
/linux-master/drivers/gpu/drm/stm/
H A DMakefile3 drv.o \
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun4i_layer.h16 struct sun4i_drv *drv; member in struct:sun4i_layer
/linux-master/drivers/hid/
H A Dhid-generic.c26 static int __check_hid_generic(struct device_driver *drv, void *data) argument
28 struct hid_driver *hdrv = to_hid_driver(drv);
/linux-master/drivers/input/joystick/
H A Dgrip_mp.c630 static int grip_connect(struct gameport *gameport, struct gameport_driver *drv) argument
642 err = gameport_open(gameport, drv, GAMEPORT_MODE_RAW);
H A Dmaplecontrol.c175 .drv = {
/linux-master/drivers/input/keyboard/
H A Dmaple_keyb.c227 .drv = {
/linux-master/drivers/input/mouse/
H A Dmaplemouse.c132 .drv = {
/linux-master/drivers/input/touchscreen/
H A Ddynapro.c107 static int dynapro_connect(struct serio *serio, struct serio_driver *drv) argument
141 err = serio_open(serio, drv);
H A Degalax_ts_serial.c96 static int egalax_connect(struct serio *serio, struct serio_driver *drv) argument
130 error = serio_open(serio, drv);
H A Dfujitsu_ts.c96 static int fujitsu_connect(struct serio *serio, struct serio_driver *drv) argument
127 err = serio_open(serio, drv);
H A Dhampshire.c106 static int hampshire_connect(struct serio *serio, struct serio_driver *drv) argument
140 err = serio_open(serio, drv);
H A Dinexio.c111 static int inexio_connect(struct serio *serio, struct serio_driver *drv) argument
142 err = serio_open(serio, drv);
H A Dmtouch.c125 static int mtouch_connect(struct serio *serio, struct serio_driver *drv) argument
156 err = serio_open(serio, drv);
H A Dpenmount.c195 static int pm_connect(struct serio *serio, struct serio_driver *drv) argument
271 err = serio_open(serio, drv);
H A Dtouchit213.c136 static int touchit213_connect(struct serio *serio, struct serio_driver *drv) argument
170 err = serio_open(serio, drv);
H A Dtouchright.c99 static int tr_connect(struct serio *serio, struct serio_driver *drv) argument
130 err = serio_open(serio, drv);
H A Dtouchwin.c106 static int tw_connect(struct serio *serio, struct serio_driver *drv) argument
137 err = serio_open(serio, drv);

Completed in 214 milliseconds

1234567891011>>