Searched refs:adb (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/macintosh/ |
| A D | macio-adb.c | 109 if (!adb) in macio_init() 113 out_8(&adb->ctrl.r, 0); in macio_init() 114 out_8(&adb->intr.r, 0); in macio_init() 115 out_8(&adb->error.r, 0); in macio_init() 122 iounmap(adb); in macio_init() 156 out_8(&adb->ctrl.r, in_8(&adb->ctrl.r) | ADB_RST); in macio_adb_reset_bus() 159 out_8(&adb->ctrl.r, in_8(&adb->ctrl.r) & ~ADB_RST); in macio_adb_reset_bus() 192 out_8(&adb->ctrl.r, in_8(&adb->ctrl.r) | TAR); in macio_send_request() 231 out_8(&adb->ctrl.r, in_8(&adb->ctrl.r) | TAR); in macio_adb_interrupt() 234 out_8(&adb->intr.r, 0); in macio_adb_interrupt() [all …]
|
| A D | Makefile | 23 obj-$(CONFIG_ADB) += adb.o 25 obj-$(CONFIG_ADB_IOP) += adb-iop.o 26 obj-$(CONFIG_ADB_MACIO) += macio-adb.o
|
| /linux/drivers/net/wwan/iosm/ |
| A D | iosm_ipc_mux_codec.c | 919 if (!adb->dest_skb) { in ipc_mux_ul_adb_allocate() 1126 adb->adgh->if_id = session_id; in ipc_mux_ul_adgh_encode() 1127 adb->adgh->length = in ipc_mux_ul_adgh_encode() 1132 adb->dg_cnt_total++; in ipc_mux_ul_adgh_encode() 1205 struct mux_adb *adb, in mux_ul_dg_update_tbl_index() argument 1255 qlth_n_ql_size, adb, in mux_ul_dg_encode() 1261 dg = adb->dg[session_id] + adb->dg_count[session_id]; in mux_ul_dg_encode() 1271 adb->dg_cnt_total++; in mux_ul_dg_encode() 1274 adb->dg_count[session_id]++; in mux_ul_dg_encode() 1332 dg = adb->dg[session_id] + adb->dg_count[session_id]; in mux_ul_adb_encode() [all …]
|
| /linux/tools/perf/Documentation/ |
| A 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/drivers/media/platform/ti/vpe/ |
| A D | vpdma.h | 206 struct str *adb = NULL; \ 209 h->nwords = sizeof(adb->regs) >> 2; \ 238 struct vpdma_buf *adb);
|
| A D | vpdma.c | 662 struct vpdma_buf *adb) in vpdma_add_cfd_adb() argument 665 unsigned int len = adb->size; in vpdma_add_cfd_adb() 668 WARN_ON(adb->dma_addr & VPDMA_DESC_ALIGN); in vpdma_add_cfd_adb() 675 cfd->payload_addr = (u32) adb->dma_addr; in vpdma_add_cfd_adb()
|
| /linux/tools/power/pm-graph/ |
| A D | README | 602 host%> adb connect 192.168.1.6 603 host%> adb root 605 host%> adb push android.sh /sdcard/ 609 host%> adb shell 642 <adb connection will now terminate> 646 # I find that you have to actually kill the adb process and 648 host%> adb connect 192.168.1.6 650 host%> adb pull /sdcard/ftrace.txt 652 host%> adb pull /sdcard/dmesg.txt 654 host%> adb pull /sdcard/log.txt
|
| /linux/drivers/gpu/drm/i915/display/ |
| A D | intel_vbt_defs.h | 1361 u16 adb; /* 228+ */ member
|
| /linux/arch/s390/tools/ |
| A D | opcodes.txt | 1219 ed1a adb RXE_FRRD
|
| /linux/Documentation/admin-guide/ |
| A D | devices.txt | 623 16 = /dev/adb Second ACSI disk whole disk 1025 0 = /dev/adb ADB bus control 1028 starting with /dev/adb.
|
| /linux/ |
| A D | MAINTAINERS | 13066 X: drivers/macintosh/adb-iop.c 13548 F: drivers/macintosh/adb-iop.c
|
Completed in 49 milliseconds