Searched refs:adb (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/drivers/macintosh/ |
A D | macio-adb.c | 111 if (!adb) { in macio_init() 116 out_8(&adb->ctrl.r, 0); in macio_init() 117 out_8(&adb->intr.r, 0); in macio_init() 118 out_8(&adb->error.r, 0); in macio_init() 159 out_8(&adb->ctrl.r, in_8(&adb->ctrl.r) | ADB_RST); in macio_adb_reset_bus() 162 out_8(&adb->ctrl.r, in_8(&adb->ctrl.r) & ~ADB_RST); in macio_adb_reset_bus() 195 out_8(&adb->ctrl.r, in_8(&adb->ctrl.r) | TAR); in macio_send_request() 234 out_8(&adb->ctrl.r, in_8(&adb->ctrl.r) | TAR); in macio_adb_interrupt() 237 out_8(&adb->intr.r, 0); in macio_adb_interrupt() 254 out_8(&adb->ctrl.r, in_8(&adb->ctrl.r) | TAR); 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-6.3-rc2/drivers/net/wwan/iosm/ |
A D | iosm_ipc_mux_codec.c | 921 if (!adb->dest_skb) { in ipc_mux_ul_adb_allocate() 1128 adb->adgh->if_id = session_id; in ipc_mux_ul_adgh_encode() 1129 adb->adgh->length = in ipc_mux_ul_adgh_encode() 1134 adb->dg_cnt_total++; in ipc_mux_ul_adgh_encode() 1207 struct mux_adb *adb, in mux_ul_dg_update_tbl_index() argument 1257 qlth_n_ql_size, adb, in mux_ul_dg_encode() 1263 dg = adb->dg[session_id] + adb->dg_count[session_id]; in mux_ul_dg_encode() 1273 adb->dg_cnt_total++; in mux_ul_dg_encode() 1276 adb->dg_count[session_id]++; in mux_ul_dg_encode() 1334 dg = adb->dg[session_id] + adb->dg_count[session_id]; in mux_ul_adb_encode() [all …]
|
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | intel_vbt_defs.h | 954 u16 adb; /* 228+ */ member
|
/linux-6.3-rc2/arch/s390/tools/ |
A D | opcodes.txt | 1195 ed1a adb RXE_FRRD
|
/linux-6.3-rc2/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-6.3-rc2/ |
A D | MAINTAINERS | 12234 F: drivers/macintosh/adb-iop.c
|
Completed in 44 milliseconds