Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/macintosh/
Dmacio-adb.c62 static volatile struct adb_regs __iomem *adb; variable
110 adb = ioremap(r.start, sizeof(struct adb_regs)); in macio_init()
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()
119 out_8(&adb->active_hi.r, 0xff); /* for now, set all devices active */ in macio_init()
120 out_8(&adb->active_lo.r, 0xff); in macio_init()
121 out_8(&adb->autopoll.r, APE); in macio_init()
129 out_8(&adb->intr_enb.r, DFB | TAG); in macio_init()
[all …]
DMakefile23 obj-$(CONFIG_ADB) += adb.o
25 obj-$(CONFIG_ADB_IOP) += adb-iop.o
26 obj-$(CONFIG_ADB_MACIO) += macio-adb.o
/linux-6.1.9/drivers/net/wwan/iosm/
Diosm_ipc_mux_codec.c915 struct mux_adb *adb, int *size_needed, in ipc_mux_ul_adb_allocate() argument
921 if (!adb->dest_skb) { in ipc_mux_ul_adb_allocate()
925 status = ipc_mux_ul_skb_alloc(ipc_mux, adb, type); in ipc_mux_ul_adb_allocate()
1064 struct mux_adb *adb, int nr_of_pkts) in ipc_mux_ul_adgh_encode() argument
1094 if (ipc_mux_ul_adb_allocate(ipc_mux, adb, &ipc_mux->size_needed, in ipc_mux_ul_adgh_encode()
1114 if (ipc_mux->size_needed > adb->size) { in ipc_mux_ul_adgh_encode()
1116 ipc_mux->size_needed, adb->size); in ipc_mux_ul_adgh_encode()
1124 memcpy(adb->buf + offset + pad_len, src_skb->data, in ipc_mux_ul_adgh_encode()
1127 adb->adgh->signature = cpu_to_le32(IOSM_AGGR_MUX_SIG_ADGH); in ipc_mux_ul_adgh_encode()
1128 adb->adgh->if_id = session_id; in ipc_mux_ul_adgh_encode()
[all …]
/linux-6.1.9/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-6.1.9/drivers/media/platform/ti/vpe/
Dvpdma.h206 struct str *adb = NULL; \
209 h->nwords = sizeof(adb->regs) >> 2; \
238 struct vpdma_buf *adb);
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.1.9/tools/power/pm-graph/
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.1.9/drivers/gpu/drm/i915/display/
Dintel_vbt_defs.h954 u16 adb; /* 228+ */ member
/linux-6.1.9/arch/s390/tools/
Dopcodes.txt1195 ed1a adb RXE_FRRD
/linux-6.1.9/Documentation/admin-guide/
Ddevices.txt623 16 = /dev/adb Second ACSI disk whole disk
1025 0 = /dev/adb ADB bus control
1028 starting with /dev/adb.
/linux-6.1.9/
DMAINTAINERS12124 F: drivers/macintosh/adb-iop.c