Home
last modified time | relevance | path

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

/linux/include/net/
H A Ddsa.h177 #define dsa_lag_foreach_port(_dp, _dst, _lag) \ argument
178 list_for_each_entry((_dp), &(_dst)->ports, list) \
179 if (dsa_port_offloads_lag((_dp), (_lag)))
181 #define dsa_hsr_foreach_port(_dp, _ds, _hsr) \ in dsa_lag_by_id()
182 list_for_each_entry((_dp), &(_ds)->dst->ports, list) \ in dsa_lag_by_id()
183 if ((_dp)->ds == (_ds) && (_dp)->hsr_dev == (_hsr)) in dsa_lag_by_id()
574 #define dsa_tree_for_each_user_port(_dp, _dst) \ argument
575 list_for_each_entry((_dp), &(_dst)->ports, list) \
576 if (dsa_port_is_user((_dp)))
173 dsa_lag_foreach_port(_dp,_dst,_lag) global() argument
570 dsa_tree_for_each_user_port(_dp,_dst) global() argument
578 dsa_tree_for_each_cpu_port(_dp,_dst) global() argument
582 dsa_switch_for_each_port(_dp,_ds) global() argument
586 dsa_switch_for_each_port_safe(_dp,_next,_ds) global() argument
590 dsa_switch_for_each_port_continue_reverse(_dp,_ds) global() argument
594 dsa_switch_for_each_available_port(_dp,_ds) global() argument
598 dsa_switch_for_each_user_port(_dp,_ds) global() argument
602 dsa_switch_for_each_user_port_continue_reverse(_dp,_ds) global() argument
606 dsa_switch_for_each_cpu_port(_dp,_ds) global() argument
610 dsa_switch_for_each_cpu_port_continue_reverse(_dp,_ds) global() 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
/linux/Documentation/userspace-api/media/v4l/
H A Dbiblio.rst392 .. _dp:
/linux/arch/arm64/boot/dts/freescale/
H A Dimx95-toradex-smarc.dtsi91 regulator-name = "On-module +V1.2_DP";