Searched refs:adb (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/macintosh/ |
D | macio-adb.c | 59 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 …]
|
D | Makefile | 21 obj-$(CONFIG_ADB) += adb.o 24 obj-$(CONFIG_ADB_IOP) += adb-iop.o 26 obj-$(CONFIG_ADB_MACIO) += macio-adb.o
|
/linux-4.4.14/tools/perf/Documentation/ |
D | android.txt | 58 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-4.4.14/drivers/media/platform/ti-vpe/ |
D | vpdma.h | 164 struct str *adb = NULL; \ 167 h->nwords = sizeof(adb->regs) >> 2; \ 186 struct vpdma_buf *adb);
|
D | vpdma.c | 508 struct vpdma_buf *adb) in vpdma_add_cfd_adb() argument 511 unsigned int len = adb->size; in vpdma_add_cfd_adb() 514 WARN_ON(adb->dma_addr & VPDMA_DESC_ALIGN); in vpdma_add_cfd_adb() 521 cfd->payload_addr = (u32) adb->dma_addr; in vpdma_add_cfd_adb()
|
/linux-4.4.14/scripts/ |
D | analyze_suspend.py | 93 adb = 'adb' variable in SystemValues 139 v = os.popen(self.adb+' shell cat /proc/version').read().strip() 944 os.system(sysvals.adb+" shell 'echo 0 > "+tp+"tracing_on'") 946 os.system(sysvals.adb+" shell 'echo global > "+tp+"trace_clock'") 948 os.system(sysvals.adb+" shell 'echo nop > "+tp+"current_tracer'") 949 os.system(sysvals.adb+" shell 'echo 10000 > "+tp+"buffer_size_kb'") 953 os.system(sysvals.adb+" shell 'echo 1 > "+\ 956 os.system(sysvals.adb+" shell 'echo \"\" > "+tp+"trace'") 978 out = os.popen(sysvals.adb+' shell ls '+tp+f).read().strip() 2774 out = os.popen(sysvals.adb+\ [all …]
|
/linux-4.4.14/include/uapi/linux/ |
D | Kbuild | 34 header-y += adb.h
|
/linux-4.4.14/Documentation/ |
D | devices.txt | 711 16 = /dev/adb Second ACSI disk whole disk 1113 0 = /dev/adb ADB bus control 1116 starting with /dev/adb.
|
/linux-4.4.14/drivers/pinctrl/sirf/ |
D | pinctrl-atlas7.c | 198 #define PADCONF(pad, t, mr, pr, dsr, adr, mb, pb, dsb, adb) \ argument 209 .ad_ctrl_bit = adb, \
|