| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | hwmon-sysfs.h | 19 #define SENSOR_ATTR(_name, _mode, _show, _store, _index) \ argument 21 .index = _index } 23 #define SENSOR_ATTR_RO(_name, _func, _index) \ argument 24 SENSOR_ATTR(_name, 0444, _func##_show, NULL, _index) 26 #define SENSOR_ATTR_RW(_name, _func, _index) \ argument 27 SENSOR_ATTR(_name, 0644, _func##_show, _func##_store, _index) 29 #define SENSOR_ATTR_WO(_name, _func, _index) \ argument 30 SENSOR_ATTR(_name, 0200, NULL, _func##_store, _index) 32 #define SENSOR_DEVICE_ATTR(_name, _mode, _show, _store, _index) \ argument 34 = SENSOR_ATTR(_name, _mode, _show, _store, _index) [all …]
|
| H A D | pagemap.h | 797 pgoff_t _index; member 806 ._index = i, \ 878 rac->_index += rac->_batch_count; in readahead_page() 885 page = xa_load(&rac->mapping->i_pages, rac->_index); in readahead_page() 901 rac->_index += rac->_batch_count; in __readahead_batch() 904 xas_set(&xas, rac->_index); in __readahead_batch() 906 xas_for_each(&xas, page, rac->_index + rac->_nr_pages - 1) { in __readahead_batch() 921 xas_set(&xas, rac->_index + rac->_batch_count); in __readahead_batch() 951 return (loff_t)rac->_index * PAGE_SIZE; in readahead_pos() 969 return rac->_index; in readahead_index()
|
| H A D | reset-controller.h | 46 #define RESET_LOOKUP(_provider, _index, _dev_id, _con_id) \ argument 49 .index = _index, \
|
| H A D | pwm.h | 636 #define PWM_LOOKUP_WITH_MODULE(_provider, _index, _dev_id, _con_id, \ argument 640 .index = _index, \ 648 #define PWM_LOOKUP(_provider, _index, _dev_id, _con_id, _period, _polarity) \ argument 649 PWM_LOOKUP_WITH_MODULE(_provider, _index, _dev_id, _con_id, _period, \
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/ |
| H A D | mcdi.h | 291 #define _MCDI_ARRAY_PTR(_buf, _field, _index, _align) \ argument 293 + (_index) * _MCDI_CHECK_ALIGN(MC_CMD_ ## _field ## _LEN, _align)) 296 #define MCDI_ARRAY_STRUCT_PTR(_buf, _field, _index) \ argument 297 ((efx_dword_t *)_MCDI_ARRAY_PTR(_buf, _field, _index, 4)) 301 #define MCDI_ARRAY_WORD(_buf, _field, _index) \ argument 304 _MCDI_ARRAY_PTR(_buf, _field, _index, 2))) 305 #define _MCDI_ARRAY_DWORD(_buf, _field, _index) \ argument 307 (efx_dword_t *)_MCDI_ARRAY_PTR(_buf, _field, _index, 4)) 308 #define MCDI_SET_ARRAY_DWORD(_buf, _field, _index, _value) \ argument 309 EFX_SET_DWORD_FIELD(*_MCDI_ARRAY_DWORD(_buf, _field, _index), \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/ |
| H A D | mac.h | 21 #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)) 27 #define set11nPktDurRTSCTS(_series, _index) \ argument 28 (SM((_series)[_index].PktDuration, AR_PacketDur##_index) | \ 29 ((_series)[_index].RateFlags & ATH9K_RATESERIES_RTS_CTS ? \ 30 AR_RTSCTSQual##_index : 0)) 32 #define set11nRateFlags(_series, _index) \ argument 33 (((_series)[_index].RateFlags & ATH9K_RATESERIES_2040 ? \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/iio/health/ |
| H A D | afe440x.h | 83 #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, \
|
| /OK3568_Linux_fs/kernel/drivers/iio/adc/ |
| H A D | lpc32xx_adc.c | 101 #define LPC32XX_ADC_CHANNEL_BASE(_index) \ argument 104 .channel = _index, \ 106 .address = LPC32XXAD_IN * _index, \ 107 .scan_index = _index, 109 #define LPC32XX_ADC_CHANNEL(_index) { \ argument 110 LPC32XX_ADC_CHANNEL_BASE(_index) \ 113 #define LPC32XX_ADC_SCALE_CHANNEL(_index) { \ argument 114 LPC32XX_ADC_CHANNEL_BASE(_index) \
|
| H A D | ina2xx-adc.c | 613 #define INA219_CHAN(_type, _index, _address) { \ argument 617 .channel = (_index), \ 621 .scan_index = (_index), \ 630 #define INA226_CHAN(_type, _index, _address) { \ argument 634 .channel = (_index), \ 639 .scan_index = (_index), \ 652 #define INA219_CHAN_VOLTAGE(_index, _address, _shift) { \ argument 656 .channel = (_index), \ 664 .scan_index = (_index), \ 674 #define INA226_CHAN_VOLTAGE(_index, _address) { \ argument [all …]
|
| H A D | ad799x.c | 576 #define _AD799X_CHANNEL(_index, _realbits, _ev_spec, _num_ev_spec) { \ argument 579 .channel = (_index), \ 582 .scan_index = (_index), \ 594 #define AD799X_CHANNEL(_index, _realbits) \ argument 595 _AD799X_CHANNEL(_index, _realbits, NULL, 0) 597 #define AD799X_CHANNEL_WITH_EVENTS(_index, _realbits) \ argument 598 _AD799X_CHANNEL(_index, _realbits, ad799x_events, \
|
| H A D | viperboard_adc.c | 35 #define VPRBRD_ADC_CHANNEL(_index) { \ argument 38 .channel = _index, \
|
| H A D | gpio_muxadc.c | 28 #define MUXADC_CHANNEL(_index, _id, _mask) { \ argument 29 .id = _index, \
|
| /OK3568_Linux_fs/kernel/arch/xtensa/kernel/ |
| H A D | head.S | 129 .set _index, 0 define 131 wsr a0, SREG_DBREAKC + _index 132 .set _index, _index + 1 define 148 .set _index, 0 define 150 wsr a0, SREG_CCOMPARE + _index 151 .set _index, _index + 1 define
|
| H A D | entry.S | 850 .set _index, 0 define 852 l32i a0, a3, DT_DBREAKC_SAVE + _index * 4 853 wsr a0, SREG_DBREAKC + _index 854 .set _index, _index + 1 define 868 .set _index, 0 define 871 xsr a0, SREG_DBREAKC + _index 872 s32i a0, a3, DT_DBREAKC_SAVE + _index * 4 873 .set _index, _index + 1 define
|
| /OK3568_Linux_fs/kernel/include/rdma/ |
| H A D | rdma_netlink.h | 32 #define MODULE_ALIAS_RDMA_NETLINK(_index, _val) \ argument 33 static inline void __maybe_unused __chk_##_index(void) \ 35 BUILD_BUG_ON(_index != _val); \
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/asm/ |
| H A D | cacheasm.h | 46 .set _index, 0 48 \insn \ar, _index << (\line_width) 49 .set _index, _index + 1
|
| /OK3568_Linux_fs/kernel/drivers/iio/imu/inv_icm42600/ |
| H A D | inv_icm42600_temp.h | 11 #define INV_ICM42600_TEMP_CHAN(_index) \ argument 18 .scan_index = _index, \
|
| /OK3568_Linux_fs/kernel/drivers/iio/common/ssp_sensors/ |
| H A D | ssp_iio_sensor.h | 5 #define SSP_CHANNEL_AG(_type, _mod, _index) \ argument 11 .scan_index = _index,\
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | readahead.c | 155 rac->_index += rac->_nr_pages; in read_pages() 171 rac->_index++; in read_pages() 215 BUG_ON(index + i != ractl->_index + ractl->_nr_pages); in page_cache_ra_unbounded() 321 ractl->_index = index; in force_page_cache_ra() 581 ractl->_index = ra->start; in ondemand_readahead()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe-common.h | 1408 #define GET_BITS(_var, _index, _width) \ argument 1409 (((_var) >> (_index)) & ((0x1 << (_width)) - 1)) 1411 #define SET_BITS(_var, _index, _width, _val) \ argument 1413 (_var) &= ~(((0x1 << (_width)) - 1) << (_index)); \ 1414 (_var) |= (((_val) & ((0x1 << (_width)) - 1)) << (_index)); \ 1417 #define GET_BITS_LE(_var, _index, _width) \ argument 1418 ((le32_to_cpu((_var)) >> (_index)) & ((0x1 << (_width)) - 1)) 1420 #define SET_BITS_LE(_var, _index, _width, _val) \ argument 1422 (_var) &= cpu_to_le32(~(((0x1 << (_width)) - 1) << (_index))); \ 1424 ((0x1 << (_width)) - 1)) << (_index))); \
|
| /OK3568_Linux_fs/u-boot/arch/xtensa/cpu/ |
| H A D | start.S | 98 .set _index, 0 define 100 wsr a0, DBREAKC + _index 101 .set _index, _index + 1 define
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/ |
| H A D | __init__.py | 594 if not bool(self._index): 609 if name not in self._index: 612 return self._index[name] 622 self._index[name] = value 631 self._index.pop(name) 653 if indexname not in self._index: 654 self._index[indexname] = {} 657 if obj.id in self._index[indexname]: 658 if self._index[indexname][obj.id] == obj: 661 self._index[indexname][obj.id] = obj
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/stream_cfg/ |
| H A D | RawStreamProcUnit.h | 49 int _index; variable 53 SimpleFdBuf(int fd, int index) {_fd = fd; _index = index;} in SimpleFdBuf()
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | nct6683.c | 364 #define SENSOR_DEVICE_TEMPLATE(_template, _mode, _show, _store, _index) \ argument 366 .u.index = _index, \ 370 _nr, _index) \ argument 372 .u.s.index = _index, \ 376 #define SENSOR_TEMPLATE(_name, _template, _mode, _show, _store, _index) \ argument 379 _index) 382 _nr, _index) \ argument 385 _nr, _index)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/config/aarch64/ |
| H A D | aarch64-protos.h | 358 AARCH64_FUSE_##name##_index, 367 AARCH64_FUSE_##name = (1u << AARCH64_FUSE_##name##_index), 377 AARCH64_EXTRA_TUNE_##name##_index, 387 AARCH64_EXTRA_TUNE_##name = (1u << AARCH64_EXTRA_TUNE_##name##_index),
|