Searched refs:simple (Results 26 - 50 of 52) sorted by relevance

123

/linux-master/arch/sh/kernel/
H A Dentry-common.S66 CFI_STARTPROC simple
216 * call table offset remains a simple in place mask.
/linux-master/drivers/usb/serial/
H A DMakefile54 obj-$(CONFIG_USB_SERIAL_SIMPLE) += usb-serial-simple.o
/linux-master/drivers/reset/
H A Dreset-uniphier-glue.c12 #include <linux/reset/reset-simple.h>
H A Dreset-simple.c21 #include <linux/reset/reset-simple.h>
107 * struct reset_simple_devdata - simple reset controller properties
201 .name = "simple-reset",
/linux-master/fs/nfs/blocklayout/
H A Dblocklayout.h69 } simple; member in union:pnfs_block_volume::__anon1815
/linux-master/arch/alpha/kernel/
H A Dentry.S27 .cfi_startproc simple
448 .cfi_startproc simple
650 .cfi_startproc simple
671 .cfi_startproc simple
/linux-master/drivers/net/can/usb/kvaser_usb/
H A Dkvaser_usb_leaf.c334 struct kvaser_cmd_simple simple; member in union:kvaser_cmd::__anon1601
370 [CMD_START_CHIP_REPLY] = kvaser_fsize(u.simple),
371 [CMD_STOP_CHIP_REPLY] = kvaser_fsize(u.simple),
388 [CMD_START_CHIP_REPLY] = kvaser_fsize(u.simple),
389 [CMD_STOP_CHIP_REPLY] = kvaser_fsize(u.simple),
658 cmd->u.simple.channel = channel;
659 cmd->u.simple.tid = 0xff;
947 cmd->u.simple.channel = priv->channel;
1456 u8 channel = cmd->u.simple.channel;
1479 u8 channel = cmd->u.simple
[all...]
/linux-master/drivers/clk/sifive/
H A Dsifive-prci.h14 #include <linux/reset/reset-simple.h>
/linux-master/drivers/leds/
H A DMakefile119 obj-y += simple/
/linux-master/drivers/gpu/drm/panel/
H A DMakefile12 obj-$(CONFIG_DRM_PANEL_SIMPLE) += panel-simple.o
/linux-master/arch/sh/lib/
H A Dchecksum.S187 ! This is not common, so simple byte by byte copy will do.
H A Dmemcpy-sh4.S193 ! Check for small copies, and if so do a simple byte at a time copy.
/linux-master/sound/soc/codecs/
H A DMakefile389 snd-soc-simple-amplifier-y := simple-amplifier.o
396 snd-soc-simple-mux-y := simple-mux.o
790 obj-$(CONFIG_SND_SOC_SIMPLE_AMPLIFIER) += snd-soc-simple-amplifier.o
799 obj-$(CONFIG_SND_SOC_SIMPLE_MUX) += snd-soc-simple-mux.o
/linux-master/arch/arm/mach-omap1/
H A Dams-delta-fiq-handler.S222 @ Hook switch interrupt FIQ mode simple handler
/linux-master/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_transport.h294 struct mpi3_sge_common simple; member in union:mpi3_sge_union
/linux-master/drivers/dma/fsl-dpaa2-qdma/
H A Ddpaa2-qdma.c439 if (le64_to_cpu(fd_eq->simple.addr) ==
440 le64_to_cpu(fd->simple.addr)) {
/linux-master/arch/m68k/ifpsp060/
H A Dos.S58 | or supervisor application space. The examples below use simple "move"
/linux-master/arch/m68k/fpsp040/
H A Dskeleton.S444 | the EXC_SR is checked and a simple memory copy is done if reading
H A Dsetox.S799 |--Step 9 exp(X)-1 by a simple polynomial
/linux-master/drivers/mfd/
H A DMakefile273 obj-$(CONFIG_MFD_SIMPLE_MFD_I2C) += simple-mfd-i2c.o
/linux-master/fs/ntfs3/
H A Dfsntfs.c169 bool simple)
176 fn = simple ? ((bytes >> SECTOR_SHIFT) + 1) :
1011 * simple wrapper for sb_bread_unmovable.
168 ntfs_fix_post_read(struct NTFS_RECORD_HEADER *rhdr, size_t bytes, bool simple) argument
H A Dntfs_fs.h596 bool simple);
/linux-master/fs/btrfs/
H A Dqgroup.c1029 const bool simple = (quota_ctl_args->cmd == BTRFS_QUOTA_CTL_ENABLE_SIMPLE_QUOTA); local
1133 if (simple) {
1268 if (simple)
1272 /* Skip rescan for simple qgroups. */
1326 * - enable simple quotas
1330 * - enable simple quotas (qgroup rsv are all 0)
3835 btrfs_warn(fs_info, "qgroup rescan init failed, running in simple mode");
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1218 CASE_TEST(simple); EXPECT_VFPRINTF(3, "foo", "foo"); break;
/linux-master/kernel/sched/
H A Dfair.c1342 * Allow a small imbalance based on a simple pair of communicating
7988 * let's keep things simple by re-using the existing slow path.
8474 goto simple;
8511 goto simple;
8548 simple:
8625 * sched_yield() is very simple
8772 * Cgroups make a horror show out of (2), instead of a simple sum we get:
10746 * there is no simple way to directly compute the
12157 * can be a simple update of blocked load or a complete load balance with

Completed in 441 milliseconds

123