Home
last modified time | relevance | path

Searched full:enp (Results 1 – 7 of 7) sorted by relevance

/linux/Documentation/devicetree/bindings/regulator/
H A Drichtek,rt4801-regulator.yaml30 The first one is ENP to enable DSVP, and second one is ENM to enable DSVN.
32 If only one gpio is specified, only one gpio used to control ENP/ENM.
/linux/drivers/media/platform/qcom/venus/
H A Dcore.c300 struct device_node *np, *enp; in venus_add_video_core() local
306 enp = of_find_node_by_name(dev->of_node, node_name); in venus_add_video_core()
307 if (enp) { in venus_add_video_core()
308 of_node_put(enp); in venus_add_video_core()
/linux/tools/testing/selftests/net/
H A Dnetdevice.sh236 ip link show |grep '^[0-9]' | grep -oE '[[:space:]].*eth[0-9]*:|[[:space:]].*enp[0-9]s[0-9]:' | cut…
/linux/arch/s390/kernel/
H A Debcdic.c99 -ENP ->LF */
248 -ENP ->LF */
/linux/drivers/net/ethernet/amd/
H A Dsun3lance.c188 #define TMD3_BUFF 0x8000 /* buffering error (no ENP) */
H A Datarilance.c288 #define TMD3_BUFF 0x8000 /* buffering error (no ENP) */
H A Damd8111e.c711 /* check for STP and ENP */ in amd8111e_rx_poll()