Home
last modified time | relevance | path

Searched refs:_index (Results 1 – 5 of 5) sorted by relevance

/include/linux/
A Dhwmon-sysfs.h22 .index = _index }
24 #define SENSOR_ATTR_RO(_name, _func, _index) \ argument
25 SENSOR_ATTR(_name, 0444, _func##_show, NULL, _index)
27 #define SENSOR_ATTR_RW(_name, _func, _index) \ argument
30 #define SENSOR_ATTR_WO(_name, _func, _index) \ argument
31 SENSOR_ATTR(_name, 0200, NULL, _func##_store, _index)
35 = SENSOR_ATTR(_name, _mode, _show, _store, _index)
56 .index = _index, \
74 _nr, _index)
78 _nr, _index)
[all …]
A Dreset-controller.h46 #define RESET_LOOKUP(_provider, _index, _dev_id, _con_id) \ argument
49 .index = _index, \
A Dpwm.h655 #define PWM_LOOKUP_WITH_MODULE(_provider, _index, _dev_id, _con_id, \ argument
659 .index = _index, \
667 #define PWM_LOOKUP(_provider, _index, _dev_id, _con_id, _period, _polarity) \ argument
668 PWM_LOOKUP_WITH_MODULE(_provider, _index, _dev_id, _con_id, _period, \
A Dpagemap.h1324 pgoff_t _index; member
1337 ._index = i, \
1400 ractl->_index += ractl->_batch_count; in __readahead_folio()
1407 folio = xa_load(&ractl->mapping->i_pages, ractl->_index); in __readahead_folio()
1440 rac->_index += rac->_batch_count; in __readahead_batch()
1443 xas_set(&xas, rac->_index); in __readahead_batch()
1445 xas_for_each(&xas, folio, rac->_index + rac->_nr_pages - 1) { in __readahead_batch()
1465 return (loff_t)rac->_index * PAGE_SIZE; in readahead_pos()
1483 return rac->_index; in readahead_index()
/include/rdma/
A Drdma_netlink.h34 #define MODULE_ALIAS_RDMA_NETLINK(_index, _val) \ argument
35 static inline void __maybe_unused __chk_##_index(void) \
37 BUILD_BUG_ON(_index != _val); \

Completed in 16 milliseconds