Searched refs:machine (Results 1 - 25 of 607) sorted by last modified time

1234567891011>>

/linux-master/drivers/pinctrl/
H A Dcore.c32 #include <linux/pinctrl/machine.h>
/linux-master/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_phy.c4 #include <linux/gpio/machine.h>
/linux-master/arch/s390/kernel/
H A Dentry.S206 # Let the next instruction be NOP to avoid triggering a machine check
502 # would cause machine checks targeted at the guest to be
/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c1427 * Check if CPU is vulnerable to GDS. If running in a virtual machine on
1636 * - machine doesn't support 5-level paging;
2347 init_utsname()->machine[1] =
/linux-master/arch/arm/mach-omap2/
H A Dboard-n8x0.c13 #include <linux/gpio/machine.h>
/linux-master/tools/hv/
H A Dhv_kvp_daemon.c438 processor_arch = uts_buf.machine;
/linux-master/net/bluetooth/
H A Dhci_sock.c1385 init_utsname()->machine);
/linux-master/drivers/target/
H A Dtarget_core_configfs.c93 utsname()->sysname, utsname()->machine);
3681 TARGET_CORE_VERSION, utsname()->sysname, utsname()->machine);
3737 " on "UTS_RELEASE"\n", utsname()->sysname, utsname()->machine);
/linux-master/sound/soc/sof/
H A Dpcm.c702 if (plat_data->machine)
703 drv_name = plat_data->machine->drv_name;
H A Dcore.c183 /* find machine */
186 sof_pdata->machine = mach;
205 dev_err(sdev->dev, "error: no matching ASoC machine driver found - aborting probe\n");
214 dev_warn(sdev->dev, "Using nocodec machine driver\n");
223 sof_pdata->machine = mach;
345 /* check machine info */
348 dev_err(sdev->dev, "failed to get machine info %d\n", ret);
513 "error: failed to register machine driver %d\n", ret);
680 * Unregister machine driver. This will unbind the snd_card which
745 drv_name = plat_data->machine
[all...]
/linux-master/drivers/regulator/
H A Dtps65132-regulator.c27 #include <linux/regulator/machine.h>
H A Dcore.c28 #include <linux/regulator/machine.h>
1304 /* constrain machine-level voltage specs to fit
1329 /* else require explicit machine-level constraints */
1362 /* use regulator's subset of machine constraints */
3068 * machine constraints permit this operation.
3199 * machine constraints permit this operation.
4777 * for the regulator also enable bypass mode and the machine
/linux-master/drivers/gpio/
H A Dgpiolib.c30 #include <linux/gpio/machine.h>
2414 * specify things like line inversion semantics with the machine flags
4002 * gpiod_add_hogs() - register a set of GPIO hogs from machine code
/linux-master/drivers/usb/dwc3/
H A Ddwc3-pci.c19 #include <linux/gpio/machine.h>
/linux-master/drivers/i2c/busses/
H A Di2c-i801.c123 #include <linux/gpio/machine.h>
/linux-master/kernel/
H A Dsys.c1268 copy_to_user(name->machine, COMPAT_UTS_MACHINE, \
1361 memcpy(&tmp.machine, &utsname()->machine, __OLD_UTS_LEN);
/linux-master/drivers/mmc/host/
H A Dsdhci-omap.c1204 .machine = "DRA7[45]*",
/linux-master/sound/soc/amd/yc/
H A Dacp6x-mach.c460 struct acp6x_pdm *machine = NULL;
486 snd_soc_card_set_drvdata(card, machine);
453 struct acp6x_pdm *machine = NULL; local
/linux-master/drivers/staging/fieldbus/anybuss/
H A Darcx-anybus.c20 #include <linux/regulator/machine.h>
/linux-master/drivers/s390/cio/
H A Dcss.c537 "Got subchannel machine check but "
810 * Called from the machine check handler for subchannel report words.
864 css->global_pgid.cpu_model = cpu_id.machine;
/linux-master/drivers/reset/
H A Dcore.c15 #include <linux/gpio/machine.h>
853 * include/linux/gpio/machine.h match each other.
/linux-master/tools/testing/ktest/
H A Dktest.pl90 my $machine;
274 "MACHINE" => \$machine,
391 The machine hostname that you will test.
424 The place to put your image on the test machine.
444 For a virtual machine with guest name "Guest".
1449 # test if the machine can be connected to within a few seconds
1450 my $stat = run_ssh("echo check machine status", $connect_timeout);
1788 my $dir = "$machine-$test_type-$type-$result-$date";
1866 $command =~ s/\$MACHINE/$machine/g;
1990 $last_machine eq $machine);
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dppc_asm.h490 .machine push; \
491 .machine "power4"; \
493 .machine pop; \
511 .machine push; \
512 .machine power4; \
514 .machine pop;
519 .machine push; \
520 .machine power4; \
529 .machine pop;
/linux-master/tools/testing/selftests/powerpc/primitives/asm/
H A Dppc_asm.h490 .machine push; \
491 .machine "power4"; \
493 .machine pop; \
511 .machine push; \
512 .machine power4; \
514 .machine pop;
519 .machine push; \
520 .machine power4; \
529 .machine pop;
/linux-master/arch/powerpc/crypto/
H A Dghashp8-ppc.pl61 .machine "any"

Completed in 617 milliseconds

1234567891011>>