Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/gpio/
H 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, \
/openbmc/linux/include/linux/
H A Dreset-controller.h46 #define RESET_LOOKUP(_provider, _index, _dev_id, _con_id) \ argument
51 .con_id = _con_id, \
H A Dpwm.h553 #define PWM_LOOKUP_WITH_MODULE(_provider, _index, _dev_id, _con_id, \ argument
559 .con_id = _con_id, \
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, \
/openbmc/linux/drivers/clk/pxa/
H 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,\
H A Dclk-pxa25x.c290 #define DUMMY_CLK(_con_id, _dev_id, _parent) \ argument
291 { .con_id = _con_id, .dev_id = _dev_id, .parent = _parent }
H A Dclk-pxa3xx.c393 #define DUMMY_CLK(_con_id, _dev_id, _parent) \ argument
394 { .con_id = _con_id, .dev_id = _dev_id, .parent = _parent }
H A Dclk-pxa27x.c431 #define DUMMY_CLK(_con_id, _dev_id, _parent) \ argument
432 { .con_id = _con_id, .dev_id = _dev_id, .parent = _parent }
/openbmc/linux/drivers/clk/tegra/
H 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,\