Home
last modified time | relevance | path

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

123

/linux/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.h567 #define PWM_LOOKUP_WITH_MODULE(_provider, _index, _dev_id, _con_id, \ argument
571 .index = _index, \
579 #define PWM_LOOKUP(_provider, _index, _dev_id, _con_id, _period, _polarity) \ argument
580 PWM_LOOKUP_WITH_MODULE(_provider, _index, _dev_id, _con_id, _period, \
A Dpagemap.h1350 pgoff_t _index; member
1362 ._index = i, \
1425 ractl->_index += ractl->_batch_count; in __readahead_folio()
1432 folio = xa_load(&ractl->mapping->i_pages, ractl->_index); in __readahead_folio()
1481 rac->_index += rac->_batch_count; in __readahead_batch()
1484 xas_set(&xas, rac->_index); in __readahead_batch()
1486 xas_for_each(&xas, page, rac->_index + rac->_nr_pages - 1) { in __readahead_batch()
1521 return (loff_t)rac->_index * PAGE_SIZE; in readahead_pos()
1539 return rac->_index; in readahead_index()
/linux/drivers/iio/health/
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, \
/linux/drivers/net/ethernet/sfc/siena/
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 …]
/linux/drivers/net/wireless/ath/ath9k/
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 …]
/linux/drivers/iio/adc/
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) \
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 …]
A Dpac1934.c320 #define PAC1934_VPOWER_ACC_CHANNEL(_index, _si, _address) { \ argument
324 .channel = (_index), \
339 #define PAC1934_VBUS_CHANNEL(_index, _si, _address) { \ argument
343 .channel = (_index), \
357 #define PAC1934_VBUS_AVG_CHANNEL(_index, _si, _address) { \ argument
361 .channel = (_index), \
375 #define PAC1934_VSENSE_CHANNEL(_index, _si, _address) { \ argument
379 .channel = (_index), \
397 .channel = (_index), \
411 #define PAC1934_VPOWER_CHANNEL(_index, _si, _address) { \ argument
[all …]
A Dad799x.c581 #define _AD799X_CHANNEL(_index, _realbits, _ev_spec, _num_ev_spec) { \ argument
584 .channel = (_index), \
587 .scan_index = (_index), \
599 #define AD799X_CHANNEL(_index, _realbits) \ argument
600 _AD799X_CHANNEL(_index, _realbits, NULL, 0)
602 #define AD799X_CHANNEL_WITH_EVENTS(_index, _realbits) \ argument
603 _AD799X_CHANNEL(_index, _realbits, ad799x_events, \
A Dviperboard_adc.c35 #define VPRBRD_ADC_CHANNEL(_index) { \ argument
38 .channel = _index, \
A Dmax34408.c93 #define MAX34008_CHANNEL(_index, _address) \ argument
99 .channel = (_index), \
/linux/drivers/net/ethernet/sfc/
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 …]
/linux/drivers/memory/
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) }
/linux/arch/xtensa/kernel/
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
/linux/mm/
A Dreadahead.c239 ractl->_index = index; in page_cache_ra_unbounded()
258 ractl->_index += min_nrpages; in page_cache_ra_unbounded()
259 i = ractl->_index + ractl->_nr_pages - index; in page_cache_ra_unbounded()
274 ractl->_index += min_nrpages; in page_cache_ra_unbounded()
275 i = ractl->_index + ractl->_nr_pages - index; in page_cache_ra_unbounded()
607 ractl->_index = ra->start; in page_cache_sync_ra()
669 ractl->_index = ra->start; in page_cache_async_ra()
746 VM_BUG_ON(!IS_ALIGNED(ractl->_index, min_nrpages)); in readahead_expand()
749 while (ractl->_index > new_index) { in readahead_expand()
750 unsigned long index = ractl->_index - 1; in readahead_expand()
[all …]
/linux/drivers/ufs/host/
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), \
/linux/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); \
/linux/arch/xtensa/include/asm/
A Dcacheasm.h46 .set _index, 0
48 \insn \ar, _index << (\line_width)
49 .set _index, _index + 1
/linux/drivers/iio/imu/inv_icm42600/
A Dinv_icm42600_temp.h11 #define INV_ICM42600_TEMP_CHAN(_index) \ argument
18 .scan_index = _index, \
/linux/drivers/iio/common/ssp_sensors/
A Dssp_iio_sensor.h5 #define SSP_CHANNEL_AG(_type, _mod, _index) \ argument
11 .scan_index = _index,\
/linux/drivers/misc/
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); \
/linux/drivers/net/ethernet/amd/xgbe/
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))); \
/linux/drivers/hwmon/
A Dnct6683.c378 #define SENSOR_DEVICE_TEMPLATE(_template, _mode, _show, _store, _index) \ argument
380 .u.index = _index, \
384 _nr, _index) \ argument
386 .u.s.index = _index, \
390 #define SENSOR_TEMPLATE(_name, _template, _mode, _show, _store, _index) \ argument
393 _index)
396 _nr, _index) \ argument
399 _nr, _index)

Completed in 70 milliseconds

123