Searched refs:_dv (Results 1 – 2 of 2) sorted by relevance
/drivers/virtio/ |
D | virtio.c | 82 static int virtio_dev_match(struct device *_dv, struct device_driver *_dr) in virtio_dev_match() argument 85 struct virtio_device *dev = dev_to_virtio(_dv); in virtio_dev_match() 95 static int virtio_uevent(struct device *_dv, struct kobj_uevent_env *env) in virtio_uevent() argument 97 struct virtio_device *dev = dev_to_virtio(_dv); in virtio_uevent()
|
/drivers/pinctrl/ |
D | pinctrl-palmas.c | 392 #define PULL_UP_DN(_name, _rbase, _add, _mask, _nv, _uv, _dv) \ argument 399 .pull_dn_val = _dv, \ 428 #define OD_INFO(_name, _rbase, _add, _mask, _ev, _dv) \ argument 434 .od_disable = _dv, \
|