Searched refs:_cfg (Results 1 – 6 of 6) sorted by relevance
/linux/arch/arm/mach-s3c/ |
H A D | gpio-cfg.h | 69 #define samsung_gpio_is_cfg_special(_cfg) \ argument 70 (((_cfg) & S3C_GPIO_SPECIAL_MARK) == S3C_GPIO_SPECIAL_MARK)
|
/linux/drivers/clk/samsung/ |
H A D | clk.h | 297 #define CPU_CLK(_id, _name, _pid, _apid, _flags, _offset, _layout, _cfg) \ argument 306 .cfg = _cfg, \
|
/linux/drivers/platform/chrome/ |
H A D | chromeos_of_hw_prober.c | 47 static const struct i2c_of_probe_cfg chromeos_i2c_probe_simple_ ## _type ## _cfg = { \
|
/linux/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | drv.c | 551 _rf_id, _rf_step, _no_160, _cores, _cdb, _cfg, _name) \ argument 552 { .device = (_device), .subdevice = (_subdevice), .cfg = &(_cfg), \ 557 #define IWL_DEV_INFO(_device, _subdevice, _cfg, _name) \ argument 560 IWL_CFG_ANY, _cfg, _name)
|
/linux/drivers/clk/qcom/ |
H A D | clk-rcg2.c | 397 u32 *_cfg) in __clk_rcg2_configure() argument 442 *_cfg &= ~mask; in __clk_rcg2_configure() 443 *_cfg |= cfg; in __clk_rcg2_configure()
|
/linux/drivers/perf/ |
H A D | arm-cmn.c | 1290 #define _CMN_FORMAT_ATTR(_name, _cfg, _fld) \ argument 1293 .config = _cfg, \
|