Searched refs:_map (Results 1 – 5 of 5) sorted by relevance
106 #define RT_GPIO_PIN_IDX(_map, _idx) \ argument107 (_idx - _map->lp_start_idx)109 #define RT_GPIO_PIN_BIT(_map, _idx) \ argument110 (_map->lp_start_bit + RT_GPIO_PIN_IDX(_map, _idx))
282 #define DRM_GET_PRIV_SAREA(_dev, _ctx, _map) do { \ argument283 (_map) = (_dev)->context_sareas[_ctx]; \
331 * @param _map the mapping339 struct resource_map *_map;354 * @param _map the mapping to release361 struct resource_map *_map;
1649 #define DRM_GET_PRIV_SAREA(_dev, _ctx, _map) do { \ argument1650 (_map) = (_dev)->context_sareas[_ctx]; \
1272 #define MAP struct _map