Home
last modified time | relevance | path

Searched refs:adb (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/drivers/macintosh/
Dmacio-adb.c60 static volatile struct adb_regs __iomem *adb; variable
108 adb = ioremap(r.start, sizeof(struct adb_regs)); in macio_init()
110 out_8(&adb->ctrl.r, 0); in macio_init()
111 out_8(&adb->intr.r, 0); in macio_init()
112 out_8(&adb->error.r, 0); in macio_init()
113 out_8(&adb->active_hi.r, 0xff); /* for now, set all devices active */ in macio_init()
114 out_8(&adb->active_lo.r, 0xff); in macio_init()
115 out_8(&adb->autopoll.r, APE); in macio_init()
123 out_8(&adb->intr_enb.r, DFB | TAG); in macio_init()
135 out_8(&adb->active_hi.r, devs >> 8); in macio_adb_autopoll()
[all …]
DMakefile22 obj-$(CONFIG_ADB) += adb.o
24 obj-$(CONFIG_ADB_IOP) += adb-iop.o
25 obj-$(CONFIG_ADB_MACIO) += macio-adb.o
/Linux-v5.4/tools/perf/Documentation/
Dandroid.txt58 You need to connect to your Android device/emulator using adb.
60 adb push perf /data/perf
66 adb push /tmp/perf-archive /data/perf-archive
72 adb shell
77 Run perf on your device/emulator to which you previously connected using adb:
/Linux-v5.4/drivers/media/platform/ti-vpe/
Dvpdma.h204 struct str *adb = NULL; \
207 h->nwords = sizeof(adb->regs) >> 2; \
236 struct vpdma_buf *adb);
Dvpdma.c657 struct vpdma_buf *adb) in vpdma_add_cfd_adb() argument
660 unsigned int len = adb->size; in vpdma_add_cfd_adb()
663 WARN_ON(adb->dma_addr & VPDMA_DESC_ALIGN); in vpdma_add_cfd_adb()
670 cfd->payload_addr = (u32) adb->dma_addr; in vpdma_add_cfd_adb()
/Linux-v5.4/tools/power/pm-graph/
DREADME498 host%> adb connect 192.168.1.6
499 host%> adb root
501 host%> adb push android.sh /sdcard/
505 host%> adb shell
538 <adb connection will now terminate>
542 # I find that you have to actually kill the adb process and
544 host%> adb connect 192.168.1.6
546 host%> adb pull /sdcard/ftrace.txt
548 host%> adb pull /sdcard/dmesg.txt
550 host%> adb pull /sdcard/log.txt
/Linux-v5.4/arch/s390/tools/
Dopcodes.txt1176 ed1a adb RXE_FRRD
/Linux-v5.4/Documentation/admin-guide/
Ddevices.txt632 16 = /dev/adb Second ACSI disk whole disk
1034 0 = /dev/adb ADB bus control
1037 starting with /dev/adb.
/Linux-v5.4/drivers/pinctrl/sirf/
Dpinctrl-atlas7.c199 #define PADCONF(pad, t, mr, pr, dsr, adr, mb, pb, dsb, adb) \ argument
210 .ad_ctrl_bit = adb, \