/openbmc/linux/include/net/ |
H A D | dsa.h | 172 #define dsa_lag_foreach_port(_dp, _dst, _lag) \ argument 173 list_for_each_entry((_dp), &(_dst)->ports, list) \ 174 if (dsa_port_offloads_lag((_dp), (_lag))) 176 #define dsa_hsr_foreach_port(_dp, _ds, _hsr) \ argument 177 list_for_each_entry((_dp), &(_ds)->dst->ports, list) \ 178 if ((_dp)->ds == (_ds) && (_dp)->hsr_dev == (_hsr)) 549 #define dsa_tree_for_each_user_port(_dp, _dst) \ argument 550 list_for_each_entry((_dp), &(_dst)->ports, list) \ 551 if (dsa_port_is_user((_dp))) 553 #define dsa_tree_for_each_user_port_continue_reverse(_dp, _dst) \ argument [all …]
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __receiver_adaptor.hpp | 102 #define STDEXEC_MISSING_MEMBER(_Dp, _TAG) requires { typename _Dp::_TAG; } argument 106 #define STDEXEC_MISSING_MEMBER(_Dp, _TAG) (__missing_##_TAG<_Dp>()) argument 108 template <class _Dp> \ 111 return requires { requires bool(int(_Dp::_TAG)); }; \
|
H A D | __sender_adaptor_closure.hpp | 29 template <__class _Dp> 80 template <__class _Dp>
|
H A D | __meta.hpp | 812 class... _Cs, template <class...> class _Dp = __types, 815 _Cp<_Cs...>* = nullptr, _Dp<_Ds...>* = nullptr, 1056 template <class...> class _Dp, class... _Ds> 1060 struct __mzip_with2_<_Fn, _Continuation, _Cp<_Cs...>, _Dp<_Ds...>> 1068 template <class _Cp, class _Dp> 1069 using __f = __t<__mzip_with2_<_Fn, _Continuation, _Cp, _Dp>>;
|
/openbmc/linux/lib/ |
H A D | asn1_decoder.c | 53 * @_dp: The data parse cursor (updated before returning) 58 size_t *_dp, size_t *_len, in asn1_find_indefinite_length() argument 62 size_t dp = *_dp, len, n; in asn1_find_indefinite_length() 79 *_len = dp - *_dp; in asn1_find_indefinite_length() 80 *_dp = dp; in asn1_find_indefinite_length() 138 *_dp = dp; in asn1_find_indefinite_length()
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | any_sender_of.hpp | 339 using _Dp = __decay_t<_Tp>; typedef 340 if constexpr (__is_small<_Dp>) 342 __construct_small<_Dp>(static_cast<_Tp&&>(__object)); 346 __construct_large<_Dp>(static_cast<_Tp&&>(__object)); 509 using _Dp = __decay_t<_Tp>; typedef 510 if constexpr (__is_small<_Dp>) 512 __construct_small<_Dp>(static_cast<_Tp&&>(__object)); 516 __construct_large<_Dp>(static_cast<_Tp&&>(__object));
|
/openbmc/u-boot/include/ |
H A D | efi_loader.h | 463 #define EFI_DP_TYPE(_dp, _type, _subtype) \ argument 464 (((_dp)->type == DEVICE_PATH_TYPE_##_type) && \ 465 ((_dp)->sub_type == DEVICE_PATH_SUB_TYPE_##_subtype))
|
/openbmc/linux/drivers/usb/typec/altmodes/ |
H A D | displayport.c | 20 #define DP_HEADER(_dp, ver, cmd) (VDO((_dp)->alt->svid, 1, ver, cmd) \ argument
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | biblio.rst | 380 .. _dp:
|
/openbmc/linux/Documentation/devicetree/bindings/usb/ |
H A D | ci-hdrc-usb2.yaml | 284 the amount of current sourced to the USB_OTG*_DP and USB_OTG*_DN
|