Searched full:_dp (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/include/net/ |
D | dsa.h | 171 #define dsa_lag_foreach_port(_dp, _dst, _lag) \ argument 172 list_for_each_entry((_dp), &(_dst)->ports, list) \ 173 if (dsa_port_offloads_lag((_dp), (_lag))) 175 #define dsa_hsr_foreach_port(_dp, _ds, _hsr) \ argument 176 list_for_each_entry((_dp), &(_ds)->dst->ports, list) \ 177 if ((_dp)->ds == (_ds) && (_dp)->hsr_dev == (_hsr)) 568 #define dsa_tree_for_each_user_port(_dp, _dst) \ argument 569 list_for_each_entry((_dp), &(_dst)->ports, list) \ 570 if (dsa_port_is_user((_dp))) 572 #define dsa_tree_for_each_user_port_continue_reverse(_dp, _dst) \ argument [all …]
|
/linux-6.12.1/lib/ |
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-6.12.1/Documentation/devicetree/bindings/usb/ |
D | chipidea,usb2-imx.yaml | 102 the amount of current sourced to the USB_OTG*_DP and USB_OTG*_DN
|
/linux-6.12.1/drivers/usb/typec/altmodes/ |
D | displayport.c | 20 #define DP_HEADER(_dp, ver, cmd) (VDO((_dp)->alt->svid, 1, ver, cmd) \ argument
|
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
D | biblio.rst | 391 .. _dp:
|