Home
last modified time | relevance | path

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

/linux/drivers/macintosh/
H A Dmacio-adb.c62 static volatile struct adb_regs __iomem *adb; variable
108 adb = ioremap(r.start, sizeof(struct adb_regs)); in macio_init()
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()
116 out_8(&adb->active_hi.r, 0xff); /* for now, set all devices active */ in macio_init()
117 out_8(&adb->active_lo.r, 0xff); in macio_init()
118 out_8(&adb->autopoll.r, APE); in macio_init()
122 iounmap(adb); in macio_init()
[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/drivers/net/wwan/iosm/
H A Diosm_ipc_mux_codec.c913 struct mux_adb *adb, int *size_needed, in ipc_mux_ul_adb_allocate() argument
919 if (!adb->dest_skb) { in ipc_mux_ul_adb_allocate()
923 status = ipc_mux_ul_skb_alloc(ipc_mux, adb, type); in ipc_mux_ul_adb_allocate()
1062 struct mux_adb *adb, int nr_of_pkts) in ipc_mux_ul_adgh_encode() argument
1092 if (ipc_mux_ul_adb_allocate(ipc_mux, adb, &ipc_mux->size_needed, in ipc_mux_ul_adgh_encode()
1112 if (ipc_mux->size_needed > adb->size) { in ipc_mux_ul_adgh_encode()
1114 ipc_mux->size_needed, adb->size); in ipc_mux_ul_adgh_encode()
1122 memcpy(adb->buf + offset + pad_len, src_skb->data, in ipc_mux_ul_adgh_encode()
1125 adb->adgh->signature = cpu_to_le32(IOSM_AGGR_MUX_SIG_ADGH); in ipc_mux_ul_adgh_encode()
1126 adb->adgh->if_id = session_id; in ipc_mux_ul_adgh_encode()
[all …]
/linux/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/Documentation/networking/device_drivers/wwan/
H A Dt7xx.rst214 - https://android.googlesource.com/platform/packages/modules/adb/+/refs/heads/main/README.md
/linux/arch/s390/tools/
H A Dopcodes.txt1219 ed1a adb RXE_FRRD
/linux/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/
H A DMAINTAINERS14654 X: drivers/macintosh/adb-iop.c
15208 F: drivers/macintosh/adb-iop.c