Home
last modified time | relevance | path

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

/linux-6.15/drivers/macintosh/
H A Dmacio-adb.c109 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 …]
H A DMakefile23 obj-$(CONFIG_ADB) += adb.o
25 obj-$(CONFIG_ADB_IOP) += adb-iop.o
26 obj-$(CONFIG_ADB_MACIO) += macio-adb.o
/linux-6.15/drivers/net/wwan/iosm/
H A Diosm_ipc_mux_codec.c919 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-6.15/tools/perf/Documentation/
H A 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-6.15/drivers/media/platform/ti/vpe/
H A Dvpdma.h206 struct str *adb = NULL; \
209 h->nwords = sizeof(adb->regs) >> 2; \
238 struct vpdma_buf *adb);
H A Dvpdma.c662 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.15/tools/power/pm-graph/
H A DREADME602 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.15/Documentation/networking/device_drivers/wwan/
H A Dt7xx.rst214 - https://android.googlesource.com/platform/packages/modules/adb/+/refs/heads/main/README.md
/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_vbt_defs.h1369 u16 adb; /* 228+ */ member
/linux-6.15/arch/s390/tools/
H A Dopcodes.txt1219 ed1a adb RXE_FRRD
/linux-6.15/Documentation/admin-guide/
H A Ddevices.txt623 16 = /dev/adb Second ACSI disk whole disk
1025 0 = /dev/adb ADB bus control
1028 starting with /dev/adb.
/linux-6.15/
H A DMAINTAINERS13656 X: drivers/macintosh/adb-iop.c
14147 F: drivers/macintosh/adb-iop.c