Home
last modified time | relevance | path

Searched full:_dp (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/
H A Ddsa.h173 #define dsa_lag_foreach_port(_dp, _dst, _lag) \ argument
174 list_for_each_entry((_dp), &(_dst)->ports, list) \
175 if (dsa_port_offloads_lag((_dp), (_lag)))
177 #define dsa_hsr_foreach_port(_dp, _ds, _hsr) \ argument
178 list_for_each_entry((_dp), &(_ds)->dst->ports, list) \
179 if ((_dp)->ds == (_ds) && (_dp)->hsr_dev == (_hsr))
570 #define dsa_tree_for_each_user_port(_dp, _dst) \ argument
571 list_for_each_entry((_dp), &(_dst)->ports, list) \
572 if (dsa_port_is_user((_dp)))
574 #define dsa_tree_for_each_user_port_continue_reverse(_dp, _dst) \ argument
[all …]
/linux/lib/
H A Dasn1_decoder.c53 * @_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 Dchipidea,usb2-imx.yaml107 the amount of current sourced to the USB_OTG*_DP and USB_OTG*_DN
/linux/drivers/usb/typec/altmodes/
H A Ddisplayport.c20 #define DP_HEADER(_dp, ver, cmd) (VDO((_dp)->alt->svid, 1, ver, cmd) \ argument