Searched full:_dp (Results 1 – 4 of 4) sorted by relevance
| /linux/include/net/ |
| H A D | dsa.h | 185 #define dsa_lag_foreach_port(_dp, _dst, _lag) \ argument 186 list_for_each_entry((_dp), &(_dst)->ports, list) \ 187 if (dsa_port_offloads_lag((_dp), (_lag))) 189 #define dsa_hsr_foreach_port(_dp, _ds, _hsr) \ argument 190 list_for_each_entry((_dp), &(_ds)->dst->ports, list) \ 191 if ((_dp)->ds == (_ds) && (_dp)->hsr_dev == (_hsr)) 577 #define dsa_tree_for_each_user_port(_dp, _dst) \ argument 578 list_for_each_entry((_dp), &(_dst)->ports, list) \ 579 if (dsa_port_is_user((_dp))) 581 #define dsa_tree_for_each_user_port_continue_reverse(_dp, _dst) \ argument [all …]
|
| /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()
|
| /linux/Documentation/devicetree/bindings/usb/ |
| H A D | chipidea,usb2-imx.yaml | 107 the amount of current sourced to the USB_OTG*_DP and USB_OTG*_DN
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | biblio.rst | 392 .. _dp:
|