Home
last modified time | relevance | path

Searched refs:setup (Results 526 - 550 of 2684) sorted by relevance

1...<<21222324252627282930>>...108

/kernel/linux/linux-6.6/arch/csky/include/asm/
H A Dmmu_context.h7 #include <asm/setup.h>
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dvmlinux.lds.S10 #include <asm/setup.h>
/kernel/linux/linux-6.6/arch/arc/include/asm/
H A Dsetup.h10 #include <uapi/asm/setup.h>
/kernel/linux/linux-6.6/arch/arm/mach-orion5x/
H A Dboard-mss2.c25 * PCI setup
43 .setup = orion5x_pci_sys_setup,
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/
H A DMakefile16 obj-y += pic.o setup.o time.o feature.o pci.o \
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dkexec.c9 #include <asm/setup.h>
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dccwgroup.h33 * @setup: function called during device creation to setup the device
42 int (*setup) (struct ccwgroup_device *); member
/kernel/linux/linux-5.10/drivers/video/logo/
H A Dlogo.c18 #include <asm/setup.h>
/kernel/linux/linux-5.10/include/sound/
H A Dpcm_oss.h59 struct snd_pcm_oss_setup setup; /* active setup */ member
63 struct snd_pcm_oss_setup *setup_list; /* setup list */
/kernel/linux/linux-6.6/drivers/video/logo/
H A Dlogo.c18 #include <asm/setup.h>
/kernel/linux/linux-6.6/include/sound/
H A Dpcm_oss.h59 struct snd_pcm_oss_setup setup; /* active setup */ member
63 struct snd_pcm_oss_setup *setup_list; /* setup list */
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dplatform-quirks.c6 #include <asm/setup.h>
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dgro.sh93 setup
H A Dsetup_veth.sh34 setup() { function
35 # no global init setup step needed
/test/xts/acts/pcs/pcs_py/
H A DtestSelinuxFileLable.py30 def setup(self): member in testSelinuxFileLable
H A DtestMinimumComponentSet.py30 def setup(self): member in testMinimumComponentSet
H A DtestPermissionsNotMissing.py29 def setup(self): member in testPermissionsNotMissing
H A DtestSDCardMount.py29 def setup(self): member in testSDCardMount
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_conntrack_h323_main.c844 Setup_UUIE *setup) in process_setup()
855 if (setup->options & eSetup_UUIE_h245Address) { in process_setup()
857 &setup->h245Address); in process_setup()
863 if ((setup->options & eSetup_UUIE_destCallSignalAddress) && in process_setup()
866 get_h225_addr(ct, *data, &setup->destCallSignalAddress, in process_setup()
873 &setup->destCallSignalAddress, in process_setup()
880 if ((setup->options & eSetup_UUIE_sourceCallSignalAddress) && in process_setup()
883 get_h225_addr(ct, *data, &setup->sourceCallSignalAddress, in process_setup()
890 &setup->sourceCallSignalAddress, in process_setup()
897 if (setup in process_setup()
840 process_setup(struct sk_buff *skb, struct nf_conn *ct, enum ip_conntrack_info ctinfo, unsigned int protoff, unsigned char **data, int dataoff, Setup_UUIE *setup) process_setup() argument
[all...]
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_conntrack_h323_main.c799 Setup_UUIE *setup) in process_setup()
810 if (setup->options & eSetup_UUIE_h245Address) { in process_setup()
812 &setup->h245Address); in process_setup()
818 if ((setup->options & eSetup_UUIE_destCallSignalAddress) && in process_setup()
821 get_h225_addr(ct, *data, &setup->destCallSignalAddress, in process_setup()
828 &setup->destCallSignalAddress, in process_setup()
835 if ((setup->options & eSetup_UUIE_sourceCallSignalAddress) && in process_setup()
838 get_h225_addr(ct, *data, &setup->sourceCallSignalAddress, in process_setup()
845 &setup->sourceCallSignalAddress, in process_setup()
852 if (setup in process_setup()
795 process_setup(struct sk_buff *skb, struct nf_conn *ct, enum ip_conntrack_info ctinfo, unsigned int protoff, unsigned char **data, int dataoff, Setup_UUIE *setup) process_setup() argument
[all...]
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-sh_mobile.c144 int (*setup)(struct sh_mobile_i2c_data *pd); member
789 .setup = sh_mobile_i2c_init,
794 .setup = sh_mobile_i2c_init,
799 .setup = sh_mobile_i2c_v2_init,
804 .setup = sh_mobile_i2c_r8a7740_workaround,
907 ret = config->setup(pd); in sh_mobile_i2c_probe()
921 /* setup the private data */ in sh_mobile_i2c_probe()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-sh_mobile.c144 int (*setup)(struct sh_mobile_i2c_data *pd); member
781 .setup = sh_mobile_i2c_init,
786 .setup = sh_mobile_i2c_init,
791 .setup = sh_mobile_i2c_v2_init,
796 .setup = sh_mobile_i2c_r8a7740_workaround,
913 ret = config->setup(pd); in sh_mobile_i2c_probe()
927 /* setup the private data */ in sh_mobile_i2c_probe()
/kernel/linux/linux-6.6/sound/soc/sof/
H A Dsof-audio.c38 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()
/kernel/linux/linux-5.10/arch/arm/mach-dove/
H A Dpcie.c17 #include <asm/setup.h>
50 * Generic PCIe unit setup. in dove_pcie_setup()
184 .setup = dove_pcie_setup,
/kernel/linux/linux-5.10/arch/arm/mach-iop32x/
H A Diq31244.c129 .setup = iop3xx_pci_setup,
164 .setup = iop3xx_pci_setup,

Completed in 16 milliseconds

1...<<21222324252627282930>>...108