/kernel/linux/linux-6.6/sound/soc/sof/ |
H A D | sof-audio.c | 38 if (sroute->setup && tplg_ops && tplg_ops->route_free) in sof_reset_route_setup_status() 41 sroute->setup = false; in sof_reset_route_setup_status() 65 /* reset route setup status for all routes that contain this widget */ in sof_widget_free_unlocked() 187 /* setup widget in the DSP */ in sof_widget_setup_unlocked() 216 dev_dbg(sdev->dev, "widget %s setup complete\n", swidget->widget->name); in sof_widget_setup_unlocked() 284 if (sroute->setup) in sof_route_setup() 294 sroute->setup = true; in sof_route_setup() 358 if (sroute->setup) in sof_setup_pipeline_connections() 396 sroute->setup = true; in sof_setup_pipeline_connections()
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | json_stream_parser_test.cc | 91 std::function<void(JsonStreamParser*)> setup) { in RunTest() 93 setup(&parser); in RunTest() 127 std::function<void(JsonStreamParser*)> setup = [](JsonStreamParser* p) { in DoTest() 129 util::Status result = RunTest(json, split, setup); 138 std::function<void(JsonStreamParser*)> setup = [](JsonStreamParser* p) { in DoErrorTest() 140 util::Status result = RunTest(json, split, setup); 90 RunTest(StringPiece json, int split, std::function<void(JsonStreamParser*)> setup) RunTest() argument
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | fsl_qe_udc.c | 780 struct usb_ctrlrequest *setup); 783 /* when BD PID is setup, handle the packet */ 1999 /* only handle the setup request, suppose the device in normal status */ 2001 struct usb_ctrlrequest *setup) in setup_received_handle() 2004 u16 wValue = le16_to_cpu(setup->wValue); in setup_received_handle() 2005 u16 wIndex = le16_to_cpu(setup->wIndex); in setup_received_handle() 2006 u16 wLength = le16_to_cpu(setup->wLength); in setup_received_handle() 2011 if (setup->bRequestType & USB_DIR_IN) in setup_received_handle() 2016 switch (setup->bRequest) { in setup_received_handle() 2019 if ((setup in setup_received_handle() 2000 setup_received_handle(struct qe_udc *udc, struct usb_ctrlrequest *setup) setup_received_handle() argument [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | fsl_qe_udc.c | 786 struct usb_ctrlrequest *setup); 789 /* when BD PID is setup, handle the packet */ 2006 /* only handle the setup request, suppose the device in normal status */ 2008 struct usb_ctrlrequest *setup) in setup_received_handle() 2011 u16 wValue = le16_to_cpu(setup->wValue); in setup_received_handle() 2012 u16 wIndex = le16_to_cpu(setup->wIndex); in setup_received_handle() 2013 u16 wLength = le16_to_cpu(setup->wLength); in setup_received_handle() 2018 if (setup->bRequestType & USB_DIR_IN) in setup_received_handle() 2023 switch (setup->bRequest) { in setup_received_handle() 2026 if ((setup in setup_received_handle() 2007 setup_received_handle(struct qe_udc *udc, struct usb_ctrlrequest *setup) setup_received_handle() argument [all...] |
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | bootinfo.h | 13 #include <asm/setup.h>
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | virtconvert.h | 13 #include <asm/setup.h>
|
H A D | fb.h | 8 #include <asm/setup.h>
|
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
H A D | agp_backend.h | 34 int (*setup)(alpha_agp_info *); member
|
/kernel/linux/linux-5.10/arch/c6x/kernel/ |
H A D | Makefile | 9 obj-y += setup.o sys_c6x.o time.o devicetree.o
|
/kernel/linux/linux-5.10/arch/mips/fw/arc/ |
H A D | promlib.c | 12 #include <asm/setup.h>
|
/kernel/linux/linux-5.10/arch/arm/mach-ixp4xx/ |
H A D | ixdpg425-pci.c | 5 * PCI setup routines for Intel IXDPG425 Platform 45 .setup = ixp4xx_setup,
|
H A D | wg302v2-pci.c | 5 * PCI setup routines for the Netgear WG302 v2 and WAG302 v2 49 .setup = ixp4xx_setup,
|
/kernel/linux/linux-5.10/arch/c6x/include/asm/ |
H A D | cacheflush.h | 13 #include <asm/setup.h>
|
/kernel/linux/linux-5.10/arch/h8300/kernel/ |
H A D | Makefile | 9 signal.o setup.o syscalls.o \
|
/kernel/linux/linux-5.10/arch/mips/ath25/ |
H A D | early_printk.c | 12 #include <asm/setup.h>
|
/kernel/linux/linux-5.10/arch/arc/include/asm/ |
H A D | setup.h | 10 #include <uapi/asm/setup.h>
|
/kernel/linux/linux-5.10/arch/arm/mach-footbridge/ |
H A D | netwinder-pci.c | 50 .setup = dc21285_setup,
|
/kernel/linux/linux-5.10/arch/openrisc/kernel/ |
H A D | Makefile | 8 obj-y := setup.o or32_ksyms.o process.o dma.o \
|
/kernel/linux/linux-5.10/arch/mips/mti-malta/ |
H A D | Makefile | 15 obj-y += malta-setup.o
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | early_printk.c | 15 #include <asm/setup.h>
|
H A D | early_printk_8250.c | 10 #include <asm/setup.h>
|
/kernel/linux/linux-5.10/arch/mips/lantiq/ |
H A D | early_printk.c | 9 #include <asm/setup.h>
|
/kernel/linux/linux-5.10/arch/mips/netlogic/common/ |
H A D | earlycons.c | 39 #include <asm/setup.h>
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | ebda.c | 6 #include <asm/setup.h> 63 * paravirt case can handle memory setup correctly, in reserve_bios_regions()
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | reboot.c | 14 #include <asm/setup.h>
|