Home
last modified time | relevance | path

Searched refs:sbc (Results 1 – 25 of 101) sorted by relevance

12345

/OK3568_Linux_fs/kernel/arch/x86/platform/ts5500/
H A Dts5500.c114 static int __init ts5500_detect_config(struct ts5500_sbc *sbc) in ts5500_detect_config() argument
122 sbc->id = inb(TS5500_PRODUCT_CODE_ADDR); in ts5500_detect_config()
123 if (sbc->id == TS5500_PRODUCT_CODE) { in ts5500_detect_config()
124 sbc->name = "TS-5500"; in ts5500_detect_config()
125 } else if (sbc->id == TS5400_PRODUCT_CODE) { in ts5500_detect_config()
126 sbc->name = "TS-5400"; in ts5500_detect_config()
128 pr_err("ts5500: unknown product code 0x%x\n", sbc->id); in ts5500_detect_config()
134 sbc->sram = tmp & TS5500_SRAM; in ts5500_detect_config()
135 sbc->rs485 = tmp & TS5500_RS485; in ts5500_detect_config()
136 sbc->adc = tmp & TS5500_ADC; in ts5500_detect_config()
[all …]
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dmmc.h56 __entry->sbc_opcode = mrq->sbc ? mrq->sbc->opcode : 0;
57 __entry->sbc_arg = mrq->sbc ? mrq->sbc->arg : 0;
58 __entry->sbc_flags = mrq->sbc ? mrq->sbc->flags : 0;
59 __entry->sbc_retries = mrq->sbc ? mrq->sbc->retries : 0;
143 __entry->sbc_opcode = mrq->sbc ? mrq->sbc->opcode : 0;
144 __entry->sbc_err = mrq->sbc ? mrq->sbc->error : 0;
145 __entry->sbc_resp[0] = mrq->sbc ? mrq->sbc->resp[0] : 0;
146 __entry->sbc_resp[1] = mrq->sbc ? mrq->sbc->resp[1] : 0;
147 __entry->sbc_resp[2] = mrq->sbc ? mrq->sbc->resp[2] : 0;
148 __entry->sbc_resp[3] = mrq->sbc ? mrq->sbc->resp[3] : 0;
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/mach-uniphier/sbc/
H A DMakefile5 obj-y += sbc.o
7 obj-$(CONFIG_ARCH_UNIPHIER_LD4) += sbc-ld4.o
8 obj-$(CONFIG_ARCH_UNIPHIER_SLD8) += sbc-ld4.o
9 obj-$(CONFIG_ARCH_UNIPHIER_PXS2) += sbc-pxs2.o
10 obj-$(CONFIG_ARCH_UNIPHIER_LD6B) += sbc-pxs2.o
11 obj-$(CONFIG_ARCH_UNIPHIER_LD11) += sbc-ld11.o
12 obj-$(CONFIG_ARCH_UNIPHIER_LD20) += sbc-ld11.o
13 obj-$(CONFIG_ARCH_UNIPHIER_PXS3) += sbc-pxs2.o
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/sbc/sbc/
H A D0001-sbc_primitives-Fix-build-on-non-x86.patch12 CC sbc/sbc_primitives.lo
13 sbc/sbc_primitives.c: In function ‘sbc_init_primitives_x86’:
14 sbc/sbc_primitives.c:596:2: warning: implicit declaration of function ‘__builtin_cpu_init’; did you…
17 ld: sbc/.libs/libsbc-private.a(sbc_primitives.o): in function `sbc_init_primitives':
23 sbc/sbc_primitives.c | 2 ++
26 diff --git a/sbc/sbc_primitives.c b/sbc/sbc_primitives.c
28 --- a/sbc/sbc_primitives.c
29 +++ b/sbc/sbc_primitives.c
/OK3568_Linux_fs/buildroot/package/sbc/
H A D0001-sbc_primitives-Fix-build-on-non-x86.patch12 CC sbc/sbc_primitives.lo
13 sbc/sbc_primitives.c: In function ‘sbc_init_primitives_x86’:
14 sbc/sbc_primitives.c:596:2: warning: implicit declaration of function ‘__builtin_cpu_init’; did you…
17 ld: sbc/.libs/libsbc-private.a(sbc_primitives.o): in function `sbc_init_primitives':
24 sbc/sbc_primitives.c | 2 ++
27 diff --git a/sbc/sbc_primitives.c b/sbc/sbc_primitives.c
29 --- a/sbc/sbc_primitives.c
30 +++ b/sbc/sbc_primitives.c
H A Dsbc.hash2 sha256 0cbad69823a99e8421fe0700e8cf9eeb8fa0c1ad28e8dbc2182b3353507931d2 sbc-1.5.tar.xz
H A DConfig.in2 bool "sbc"
H A Dsbc.mk8 SBC_SOURCE = sbc-$(SBC_VERSION).tar.xz
/OK3568_Linux_fs/buildroot/package/gcc/arc-2020.09-release/
H A D0001-arc-Refurbish-adc-sbc-patterns.patch4 Subject: [PATCH] arc: Refurbish adc/sbc patterns
6 The adc/sbc patterns were unecessary spliting, remove that and
20 * config/arc/arc.md: Convert adc/sbc patterns to simple
193 -(define_insn_and_split "sbc"
200 +(define_insn "sbc"
210 - sbc %0,%1,%2
212 - sbc %0,%1,%2
213 - sbc %0,%1,%2
214 - sbc %0,%1,%2"
231 + sbc\\t%0,%1,%2
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/
H A Ddri2ext.c363 load_swap_reply(xDRI2SwapBuffersReply * rep, CARD64 sbc) in load_swap_reply() argument
365 rep->swap_hi = sbc >> 32; in load_swap_reply()
366 rep->swap_lo = sbc & 0xffffffff; in load_swap_reply()
377 CARD32 sbc) in DRI2SwapEvent() argument
388 .sbc = sbc in DRI2SwapEvent()
437 load_msc_reply(xDRI2MSCReply * rep, CARD64 ust, CARD64 msc, CARD64 sbc) in load_msc_reply() argument
443 rep->sbc_hi = sbc >> 32; in load_msc_reply()
444 rep->sbc_lo = sbc & 0xffffffff; in load_msc_reply()
457 CARD64 ust, msc, sbc; in ProcDRI2GetMSC() local
466 status = DRI2GetMSC(pDrawable, &ust, &msc, &sbc); in ProcDRI2GetMSC()
[all …]
H A Ddri2.h54 CARD64 ust, CARD64 msc, CARD32 sbc);
329 CARD64 * msc, CARD64 * sbc);
334 CARD64 msc, CARD64 sbc);
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/
H A Dapq8016-sbc.dts8 #include "apq8016-sbc.dtsi"
12 compatible = "qcom,apq8016-sbc", "qcom,apq8016", "qcom,sbc";
H A Dapq8016-sbc.dtsi113 label = "apq8016-sbc:green:user1";
120 label = "apq8016-sbc:green:user2";
127 label = "apq8016-sbc:green:user3";
134 label = "apq8016-sbc:green:user4";
142 label = "apq8016-sbc:yellow:wlan";
149 label = "apq8016-sbc:blue:bt";
H A Dapq8096-db820c.dts12 compatible = "arrow,apq8096-db820c", "qcom,apq8096-sbc", "qcom,apq8096";
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/bc/bc/
H A Dno-gen-libmath.patch22 sbcOBJ = main.o sbc.o scan.o execute.o global.o load.o storage.o util.o \
24 sbc.o: sbc.c
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/sbc/
H A Dsbc_1.5.bb11 file://sbc/sbc.h;beginline=1;endline=26;md5=0f57d0df22b0d40746bdd29805a4361b"
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dcore.c146 (err == -EILSEQ || (mrq->sbc && mrq->sbc->error == -EILSEQ) || in mmc_request_done()
178 if (mrq->sbc) { in mmc_request_done()
180 mmc_hostname(host), mrq->sbc->opcode, in mmc_request_done()
181 mrq->sbc->error, in mmc_request_done()
182 mrq->sbc->resp[0], mrq->sbc->resp[1], in mmc_request_done()
183 mrq->sbc->resp[2], mrq->sbc->resp[3]); in mmc_request_done()
266 if (mrq->sbc) { in mmc_mrq_pr_debug()
268 mmc_hostname(host), mrq->sbc->opcode, in mmc_mrq_pr_debug()
269 mrq->sbc->arg, mrq->sbc->flags); in mmc_mrq_pr_debug()
307 if (mrq->sbc) { in mmc_mrq_prep()
[all …]
H A Dblock.c462 struct mmc_command cmd = {}, sbc = {}; in __mmc_blk_ioctl_cmd() local
539 sbc.opcode = MMC_SET_BLOCK_COUNT; in __mmc_blk_ioctl_cmd()
545 sbc.arg = data.blocks | (idata->ic.write_flag & BIT(31)); in __mmc_blk_ioctl_cmd()
546 sbc.flags = MMC_RSP_R1 | MMC_CMD_AC; in __mmc_blk_ioctl_cmd()
547 mrq.sbc = &sbc; in __mmc_blk_ioctl_cmd()
1263 oor_with_open_end = val & R1_OUT_OF_RANGE && !brq->mrq.sbc; in mmc_blk_eval_resp_error()
1614 brq->sbc.opcode = MMC_SET_BLOCK_COUNT; in mmc_blk_rw_rq_prep()
1615 brq->sbc.arg = brq->data.blocks | in mmc_blk_rw_rq_prep()
1618 brq->sbc.flags = MMC_RSP_R1 | MMC_CMD_AC; in mmc_blk_rw_rq_prep()
1619 brq->mrq.sbc = &brq->sbc; in mmc_blk_rw_rq_prep()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/wireshark/
H A Dwireshark_3.4.12.bb29 PACKAGECONFIG ?= "libpcap gnutls libnl libcap sbc"
45 PACKAGECONFIG[sbc] = "-DENABLE_SBC=ON,-DENABLE_SBC=OFF, sbc"
/OK3568_Linux_fs/kernel/sound/soc/qcom/
H A DMakefile19 snd-soc-apq8016-sbc-objs := apq8016_sbc.o
25 obj-$(CONFIG_SND_SOC_APQ8016_SBC) += snd-soc-apq8016-sbc.o
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dqcom,apq8016-sbc.txt7 - compatible : "qcom,apq8016-sbc-sndcard"
59 compatible = "qcom,apq8016-sbc-sndcard";
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dqcom-apq8084-ifc6540.dts7 compatible = "qcom,apq8084-sbc", "qcom,apq8084";
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/
H A Dgstreamer1.0-plugins-bad_1.20.5.bb31 bz2 closedcaption curl dash dtls hls openssl sbc smoothstreaming \
76 PACKAGECONFIG[sbc] = "-Dsbc=enabled,-Dsbc=disabled,sbc"
/OK3568_Linux_fs/buildroot/package/bc/
H A D0004-no-gen-libmath.patch40 sbcOBJ = main.o sbc.o scan.o execute.o global.o load.o storage.o util.o \
42 sbc.o: sbc.c
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Domap_hsmmc.c794 host->mrq->sbc) { in omap_hsmmc_start_command()
796 OMAP_HSMMC_WRITE(host->base, SDMASA, host->mrq->sbc->arg); in omap_hsmmc_start_command()
866 if (data->stop && (data->error || !host->mrq->sbc)) in omap_hsmmc_xfer_done()
878 if (host->mrq->sbc && (host->cmd == host->mrq->sbc) && in omap_hsmmc_cmd_done()
879 !host->mrq->sbc->error && !(host->flags & AUTO_CMD23)) { in omap_hsmmc_cmd_done()
1048 if (!(ac12 & ACNE) && host->mrq->sbc) { in omap_hsmmc_do_irq()
1054 host->mrq->sbc->error = error; in omap_hsmmc_do_irq()
1447 if (req->sbc && !(host->flags & AUTO_CMD23)) { in omap_hsmmc_request()
1448 omap_hsmmc_start_command(host, req->sbc, NULL); in omap_hsmmc_request()

12345