Home
last modified time | relevance | path

Searched refs:_vm (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/virtio/
A Dvirtio_mem.c415 #define virtio_mem_bbm_for_each_bb(_vm, _bb_id, _state) \ argument
419 if (virtio_mem_bbm_get_bb_state(_vm, _bb_id) == _state)
421 #define virtio_mem_bbm_for_each_bb_rev(_vm, _bb_id, _state) \ argument
425 if (virtio_mem_bbm_get_bb_state(_vm, _bb_id) == _state)
481 #define virtio_mem_sbm_for_each_mb(_vm, _mb_id, _state) \ argument
482 for (_mb_id = _vm->sbm.first_mb_id; \
483 _mb_id < _vm->sbm.next_mb_id && _vm->sbm.mb_count[_state]; \
485 if (virtio_mem_sbm_get_mb_state(_vm, _mb_id) == _state)
488 for (_mb_id = _vm->sbm.next_mb_id - 1; \
489 _mb_id >= _vm->sbm.first_mb_id && _vm->sbm.mb_count[_state]; \
[all …]
/linux/drivers/regulator/
A Dlp873x-regulator.c22 #define LP873X_REGULATOR(_name, _id, _of, _ops, _n, _vr, _vm, _er, _em, \ argument
36 .vsel_mask = _vm, \
A Dlp87565-regulator.c25 #define LP87565_REGULATOR(_name, _id, _of, _ops, _n, _vr, _vm, \ argument
39 .vsel_mask = _vm, \
A Dtps65086-regulator.c28 #define TPS65086_REGULATOR(_name, _of, _id, _nv, _vr, _vm, _er, _em, _lr, _dr, _dm) \ argument
41 .vsel_mask = _vm, \
A Dtps65217-regulator.c30 #define TPS65217_REGULATOR(_name, _id, _of_match, _ops, _n, _vr, _vm, _em, \ argument
42 .vsel_mask = _vm, \
A Dtps65023-regulator.c108 #define TPS65023_REGULATOR_LDO(_num, _t, _vm) \ argument
120 .vsel_mask = _vm, \
A Dbd9571mwv-regulator.c35 #define BD9571MWV_REG(_name, _of, _id, _ops, _vr, _vm, _nv, _min, _step, _lmin)\ argument
46 .vsel_mask = _vm, \
A Dtps65218-regulator.c31 #define TPS65218_REGULATOR(_name, _of, _id, _type, _ops, _n, _vr, _vm, _er, \ argument
43 .vsel_mask = _vm, \

Completed in 36 milliseconds