Home
last modified time | relevance | path

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

123

/openbmc/linux/include/linux/
H 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 …]
H A Dreset-controller.h46 #define RESET_LOOKUP(_provider, _index, _dev_id, _con_id) \ argument
49 .index = _index, \
H A Dpwm.h553 #define PWM_LOOKUP_WITH_MODULE(_provider, _index, _dev_id, _con_id, \ argument
557 .index = _index, \
565 #define PWM_LOOKUP(_provider, _index, _dev_id, _con_id, _period, _polarity) \ argument
566 PWM_LOOKUP_WITH_MODULE(_provider, _index, _dev_id, _con_id, _period, \
H A Dpagemap.h1281 pgoff_t _index; member
1293 ._index = i, \
1357 ractl->_index += ractl->_batch_count; in __readahead_folio()
1364 folio = xa_load(&ractl->mapping->i_pages, ractl->_index); in __readahead_folio()
1413 rac->_index += rac->_batch_count; in __readahead_batch()
1416 xas_set(&xas, rac->_index); in __readahead_batch()
1418 xas_for_each(&xas, page, rac->_index + rac->_nr_pages - 1) { in __readahead_batch()
1453 return (loff_t)rac->_index * PAGE_SIZE; in readahead_pos()
1471 return rac->_index; in readahead_index()
/openbmc/linux/drivers/iio/health/
H A Dafe440x.h83 #define AFE440X_INTENSITY_CHAN(_index, _mask) \ argument
86 .channel = _index, \
87 .address = _index, \
88 .scan_index = _index, \
100 #define AFE440X_CURRENT_CHAN(_index) \ argument
103 .channel = _index, \
104 .address = _index, \
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dmcdi.h293 #define _MCDI_ARRAY_PTR(_buf, _field, _index, _align) \ argument
298 #define MCDI_ARRAY_STRUCT_PTR(_buf, _field, _index) \ argument
299 ((efx_dword_t *)_MCDI_ARRAY_PTR(_buf, _field, _index, 4))
303 #define MCDI_ARRAY_WORD(_buf, _field, _index) \ argument
306 _MCDI_ARRAY_PTR(_buf, _field, _index, 2)))
307 #define _MCDI_ARRAY_DWORD(_buf, _field, _index) \ argument
309 (efx_dword_t *)_MCDI_ARRAY_PTR(_buf, _field, _index, 4))
313 #define MCDI_ARRAY_DWORD(_buf, _field, _index) \ argument
315 #define _MCDI_ARRAY_QWORD(_buf, _field, _index) \ argument
317 (efx_dword_t *)_MCDI_ARRAY_PTR(_buf, _field, _index, 4))
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dmac.h21 #define set11nTries(_series, _index) \ argument
22 (SM((_series)[_index].Tries, AR_XmitDataTries##_index))
24 #define set11nRate(_series, _index) \ argument
25 (SM((_series)[_index].Rate, AR_XmitRate##_index))
28 (SM((_series)[_index].PktDuration, AR_PacketDur##_index) | \
30 AR_RTSCTSQual##_index : 0))
32 #define set11nRateFlags(_series, _index) \ argument
34 AR_2040_##_index : 0) \
36 AR_GI##_index : 0) \
38 AR_STBC##_index : 0))
[all …]
/openbmc/linux/drivers/iio/adc/
H A Dlpc32xx_adc.c104 #define LPC32XX_ADC_CHANNEL_BASE(_index) \ argument
107 .channel = _index, \
109 .address = LPC32XXAD_IN * _index, \
110 .scan_index = _index,
112 #define LPC32XX_ADC_CHANNEL(_index) { \ argument
113 LPC32XX_ADC_CHANNEL_BASE(_index) \
116 #define LPC32XX_ADC_SCALE_CHANNEL(_index) { \ argument
117 LPC32XX_ADC_CHANNEL_BASE(_index) \
H A Dina2xx-adc.c616 #define INA219_CHAN(_type, _index, _address) { \ argument
620 .channel = (_index), \
624 .scan_index = (_index), \
633 #define INA226_CHAN(_type, _index, _address) { \ argument
637 .channel = (_index), \
642 .scan_index = (_index), \
659 .channel = (_index), \
667 .scan_index = (_index), \
677 #define INA226_CHAN_VOLTAGE(_index, _address) { \ argument
681 .channel = (_index), \
[all …]
H A Dviperboard_adc.c35 #define VPRBRD_ADC_CHANNEL(_index) { \ argument
38 .channel = _index, \
H A Dad799x.c579 #define _AD799X_CHANNEL(_index, _realbits, _ev_spec, _num_ev_spec) { \ argument
582 .channel = (_index), \
585 .scan_index = (_index), \
597 #define AD799X_CHANNEL(_index, _realbits) \ argument
598 _AD799X_CHANNEL(_index, _realbits, NULL, 0)
600 #define AD799X_CHANNEL_WITH_EVENTS(_index, _realbits) \ argument
601 _AD799X_CHANNEL(_index, _realbits, ad799x_events, \
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dmcdi.h346 #define _MCDI_ARRAY_PTR(_buf, _field, _index, _align) \ argument
351 #define MCDI_ARRAY_STRUCT_PTR(_buf, _field, _index) \ argument
352 ((efx_dword_t *)_MCDI_ARRAY_PTR(_buf, _field, _index, 4))
356 #define MCDI_ARRAY_WORD(_buf, _field, _index) \ argument
359 _MCDI_ARRAY_PTR(_buf, _field, _index, 2)))
360 #define _MCDI_ARRAY_DWORD(_buf, _field, _index) \ argument
362 (efx_dword_t *)_MCDI_ARRAY_PTR(_buf, _field, _index, 4))
366 #define MCDI_ARRAY_DWORD(_buf, _field, _index) \ argument
368 #define _MCDI_ARRAY_QWORD(_buf, _field, _index) \ argument
370 (efx_dword_t *)_MCDI_ARRAY_PTR(_buf, _field, _index, 4))
[all …]
/openbmc/linux/drivers/memory/
H A Ddfl-emif.c106 #define emif_state_attr(_name, _shift, _index) \ argument
107 static struct emif_attr emif_attr_##inf##_index##_##_name = \
108 { .attr = __ATTR(inf##_index##_##_name, 0444, \
110 .shift = (_shift), .index = (_index) }
112 #define emif_clear_attr(_index) \ argument
113 static struct emif_attr emif_attr_##inf##_index##_clear = \
114 { .attr = __ATTR(inf##_index##_clear, 0200, \
116 .index = (_index) }
/openbmc/linux/arch/xtensa/kernel/
H A Dhead.S132 .set _index, 0 define
134 wsr a0, SREG_DBREAKC + _index
135 .set _index, _index + 1 define
151 .set _index, 0 define
153 wsr a0, SREG_CCOMPARE + _index
154 .set _index, _index + 1 define
/openbmc/linux/drivers/ufs/host/
H A Dufs-renesas.c41 #define PARAM_RESTORE(_reg, _index) \ argument
42 { .mode = MODE_RESTORE, .reg = _reg, .index = _index }
43 #define PARAM_SET(_index, _set) \ argument
44 { .mode = MODE_SET, .index = _index, .u.set = _set }
45 #define PARAM_SAVE(_reg, _mask, _index) \ argument
47 .index = _index }
66 #define PARAM_RESTORE_800_80C_POLL(_index) \ argument
69 PARAM_RESTORE(0xd4, _index), \
/openbmc/linux/include/rdma/
H A Drdma_netlink.h32 #define MODULE_ALIAS_RDMA_NETLINK(_index, _val) \ argument
33 static inline void __maybe_unused __chk_##_index(void) \
35 BUILD_BUG_ON(_index != _val); \
/openbmc/linux/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_temp.h11 #define INV_ICM42600_TEMP_CHAN(_index) \ argument
18 .scan_index = _index, \
/openbmc/linux/mm/
H A Dreadahead.c242 ractl->_index++; in page_cache_ra_unbounded()
243 i = ractl->_index + ractl->_nr_pages - index - 1; in page_cache_ra_unbounded()
254 ractl->_index++; in page_cache_ra_unbounded()
255 i = ractl->_index + ractl->_nr_pages - index - 1; in page_cache_ra_unbounded()
329 ractl->_index = index; in force_page_cache_ra()
671 ractl->_index = ra->start; in ondemand_readahead()
793 while (ractl->_index > new_index) { in readahead_expand()
794 unsigned long index = ractl->_index - 1; in readahead_expand()
813 ractl->_index = folio->index; in readahead_expand()
821 unsigned long index = ractl->_index + ractl->_nr_pages; in readahead_expand()
/openbmc/linux/arch/xtensa/include/asm/
H A Dcacheasm.h46 .set _index, 0
48 \insn \ar, _index << (\line_width)
49 .set _index, _index + 1
/openbmc/linux/drivers/iio/common/ssp_sensors/
H A Dssp_iio_sensor.h5 #define SSP_CHANNEL_AG(_type, _mod, _index) \ argument
11 .scan_index = _index,\
/openbmc/linux/drivers/misc/
H A Dsmpro-errmon.c402 #define ERROR_OVERFLOW_RO(_error, _index) \ argument
407 return smpro_overflow_data_read(dev, da, buf, _index); \
420 #define ERROR_RO(_error, _index) \ argument
425 return smpro_error_data_read(dev, da, buf, _index); \
462 #define EVENT_RO(_event, _index) \ argument
467 return smpro_event_data_read(dev, da, buf, _index); \
/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-common.h1448 #define GET_BITS(_var, _index, _width) \ argument
1449 (((_var) >> (_index)) & ((0x1 << (_width)) - 1))
1451 #define SET_BITS(_var, _index, _width, _val) \ argument
1453 (_var) &= ~(((0x1 << (_width)) - 1) << (_index)); \
1454 (_var) |= (((_val) & ((0x1 << (_width)) - 1)) << (_index)); \
1457 #define GET_BITS_LE(_var, _index, _width) \ argument
1458 ((le32_to_cpu((_var)) >> (_index)) & ((0x1 << (_width)) - 1))
1460 #define SET_BITS_LE(_var, _index, _width, _val) \ argument
1462 (_var) &= cpu_to_le32(~(((0x1 << (_width)) - 1) << (_index))); \
1464 ((0x1 << (_width)) - 1)) << (_index))); \
/openbmc/u-boot/arch/xtensa/cpu/
H A Dstart.S97 .set _index, 0 define
99 wsr a0, DBREAKC + _index
100 .set _index, _index + 1 define
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A D__init__.py601 if not bool(self._index):
616 if name not in self._index:
619 return self._index[name]
629 self._index[name] = value
638 self._index.pop(name)
660 if indexname not in self._index:
661 self._index[indexname] = {}
664 if obj.id in self._index[indexname]:
665 if self._index[indexname][obj.id] == obj:
668 self._index[indexname][obj.id] = obj
/openbmc/linux/drivers/hwmon/
H A Dnct6683.c376 #define SENSOR_DEVICE_TEMPLATE(_template, _mode, _show, _store, _index) \ argument
378 .u.index = _index, \
382 _nr, _index) \ argument
384 .u.s.index = _index, \
388 #define SENSOR_TEMPLATE(_name, _template, _mode, _show, _store, _index) \ argument
391 _index)
394 _nr, _index) \ argument
397 _nr, _index)

123