Home
last modified time | relevance | path

Searched refs:_con_id (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/include/linux/gpio/
A Dmachine.h69 #define GPIO_LOOKUP_SINGLE(_name, _dev_id, _key, _chip_hwnum, _con_id, _flags) \ argument
73 GPIO_LOOKUP(_key, _chip_hwnum, _con_id, _flags), \
81 #define GPIO_LOOKUP(_key, _chip_hwnum, _con_id, _flags) \ argument
82 GPIO_LOOKUP_IDX(_key, _chip_hwnum, _con_id, 0, _flags)
89 #define GPIO_LOOKUP_IDX(_key, _chip_hwnum, _con_id, _idx, _flags) \ argument
93 .con_id = _con_id, \
/linux-6.3-rc2/include/linux/
A Dreset-controller.h46 #define RESET_LOOKUP(_provider, _index, _dev_id, _con_id) \ argument
51 .con_id = _con_id, \
A Dpwm.h566 #define PWM_LOOKUP_WITH_MODULE(_provider, _index, _dev_id, _con_id, \ argument
572 .con_id = _con_id, \
578 #define PWM_LOOKUP(_provider, _index, _dev_id, _con_id, _period, _polarity) \ argument
579 PWM_LOOKUP_WITH_MODULE(_provider, _index, _dev_id, _con_id, _period, \
/linux-6.3-rc2/drivers/clk/pxa/
A Dclk-pxa.h120 #define PXA_CKEN(_dev_id, _con_id, _name, parents, _mult_lp, _div_lp, \ argument
124 .dev_id = _dev_id, .con_id = _con_id, .parent_names = parents,\
A Dclk-pxa25x.c288 #define DUMMY_CLK(_con_id, _dev_id, _parent) \ argument
289 { .con_id = _con_id, .dev_id = _dev_id, .parent = _parent }
A Dclk-pxa3xx.c393 #define DUMMY_CLK(_con_id, _dev_id, _parent) \ argument
394 { .con_id = _con_id, .dev_id = _dev_id, .parent = _parent }
A Dclk-pxa27x.c430 #define DUMMY_CLK(_con_id, _dev_id, _parent) \ argument
431 { .con_id = _con_id, .dev_id = _dev_id, .parent = _parent }
/linux-6.3-rc2/drivers/clk/tegra/
A Dclk.h685 #define TEGRA_INIT_DATA_TABLE(_name, _con_id, _dev_id, _parent_names, _offset,\ argument
701 .con_id = _con_id, \
706 #define TEGRA_INIT_DATA(_name, _con_id, _dev_id, _parent_names, _offset,\ argument
710 TEGRA_INIT_DATA_TABLE(_name, _con_id, _dev_id, _parent_names, _offset,\

Completed in 28 milliseconds