Home
last modified time | relevance | path

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

/linux/drivers/macintosh/
A Dmacio-adb.c109 out_8(&adb->ctrl.r, 0); in macio_init()
110 out_8(&adb->intr.r, 0); in macio_init()
111 out_8(&adb->error.r, 0); in macio_init()
152 out_8(&adb->ctrl.r, in_8(&adb->ctrl.r) | ADB_RST); in macio_adb_reset_bus()
155 out_8(&adb->ctrl.r, in_8(&adb->ctrl.r) & ~ADB_RST); in macio_adb_reset_bus()
188 out_8(&adb->ctrl.r, in_8(&adb->ctrl.r) | TAR); in macio_send_request()
226 out_8(&adb->ctrl.r, in_8(&adb->ctrl.r) | TAR); in macio_adb_interrupt()
229 out_8(&adb->intr.r, 0); in macio_adb_interrupt()
246 out_8(&adb->ctrl.r, in_8(&adb->ctrl.r) | TAR); in macio_adb_interrupt()
255 out_8(&adb->error.r, 0); in macio_adb_interrupt()
[all …]
A DMakefile22 obj-$(CONFIG_ADB) += adb.o
24 obj-$(CONFIG_ADB_IOP) += adb-iop.o
25 obj-$(CONFIG_ADB_MACIO) += macio-adb.o
/linux/drivers/net/wwan/iosm/
A Diosm_ipc_mux_codec.c511 struct mux_adb *adb, int *size_needed, in ipc_mux_ul_adb_allocate() argument
517 if (!adb->dest_skb) { in ipc_mux_ul_adb_allocate()
660 struct mux_adb *adb, int nr_of_pkts) in ipc_mux_ul_adgh_encode() argument
710 if (ipc_mux->size_needed > adb->size) { in ipc_mux_ul_adgh_encode()
712 ipc_mux->size_needed, adb->size); in ipc_mux_ul_adgh_encode()
724 adb->adgh->if_id = session_id; in ipc_mux_ul_adgh_encode()
725 adb->adgh->length = in ipc_mux_ul_adgh_encode()
728 adb->adgh->service_class = src_skb->priority; in ipc_mux_ul_adgh_encode()
729 adb->adgh->next_count = --nr_of_pkts; in ipc_mux_ul_adgh_encode()
730 adb->dg_cnt_total++; in ipc_mux_ul_adgh_encode()
[all …]
/linux/tools/perf/Documentation/
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/drivers/media/platform/ti-vpe/
A Dvpdma.h206 struct str *adb = NULL; \
209 h->nwords = sizeof(adb->regs) >> 2; \
238 struct vpdma_buf *adb);
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/tools/power/pm-graph/
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/drivers/gpu/drm/i915/display/
A Dintel_vbt_defs.h856 u16 adb; member
/linux/arch/s390/tools/
A Dopcodes.txt1194 ed1a adb RXE_FRRD
/linux/Documentation/admin-guide/
A Ddevices.txt623 16 = /dev/adb Second ACSI disk whole disk
1025 0 = /dev/adb ADB bus control
1028 starting with /dev/adb.
/linux/
A DMAINTAINERS11235 F: drivers/macintosh/adb-iop.c

Completed in 44 milliseconds