Home
last modified time | relevance | path

Searched refs:two (Results 1 – 25 of 111) sorted by relevance

12345

/drivers/misc/lkdtm/
Dusercopy.c136 unsigned char *one, *two; in do_usercopy_heap_size() local
142 two = kmalloc(size, GFP_KERNEL); in do_usercopy_heap_size()
143 if (!one || !two) { in do_usercopy_heap_size()
157 memset(two, 'B', size); in do_usercopy_heap_size()
194 kfree(two); in do_usercopy_heap_size()
Dheap.c28 char *one, *two; in lkdtm_VMALLOC_LINEAR_OVERFLOW() local
31 two = vzalloc(PAGE_SIZE); in lkdtm_VMALLOC_LINEAR_OVERFLOW()
36 vfree(two); in lkdtm_VMALLOC_LINEAR_OVERFLOW()
Dbugs.c232 int two; member
238 int two; member
/drivers/pinctrl/aspeed/
Dpinmux-aspeed.h750 #define FUNC_DECL_2(func, one, two) FUNC_DECL_(func, #one, #two) argument
751 #define FUNC_DECL_3(func, one, two, three) FUNC_DECL_(func, #one, #two, #three) argument
/drivers/thermal/intel/
DKconfig24 two trip points which can be set by user to get notifications via thermal
44 temperature sensor (DTS). These SoCs have two additional DTSs in
46 thermal zone. There are two trip points. One of the trip point can
57 The DTS will be registered as a thermal zone. There are two trip points:
/drivers/mtd/nand/onenand/
DKconfig59 Since the device is equipped with two DataRAMs, and two-plane NAND
60 Flash memory array, these two component enables simultaneous program
/drivers/staging/qlge/
DTODO8 while containing two frags of order-1 allocations, ie. >16K)
9 * while in that area, using two 8k buffers to store one 9k frame is a poor
/drivers/net/plip/
DKconfig11 reasonably fast mini network consisting of two (or, rarely, more)
18 The PLIP driver has two modes, mode 0 and mode 1. The parallel
/drivers/pci/controller/dwc/
DKconfig32 host mode. There are two instances of PCIe controller in DRA7xx.
47 endpoint mode. There are two instances of PCIe controller in DRA7xx.
63 work in host mode. There are two instances of PCIe controller in
78 work in endpoint mode. There are two instances of PCIe controller
307 work in host mode. There are two instances of PCIe controllers in
322 work in endpoint mode. There are two instances of PCIe controllers in
/drivers/gpu/drm/armada/
DKconfig8 devices. There are two controllers on the device, each controller
/drivers/media/platform/davinci/
DKconfig16 be two modules called vpif.ko and vpif_display.ko
31 be two modules called vpif.ko and vpif_capture.ko
/drivers/net/wireless/quantenna/qtnfmac/
DKconfig20 If you choose to build it as a module, two modules will be built:
/drivers/media/pci/netup_unidvb/
DKconfig16 Card can receive two independent streams in following standards:
/drivers/mtd/parsers/
DKconfig86 two "firmware" partitions. Currently used firmware has to be detected
98 header and creates up to two partitions, kernel and rootfs.
122 This driver will parse TRX header and report at least two partitions:
/drivers/staging/media/zoran/
DTODO8 TODO: need two test for both Dcim path
/drivers/gpu/drm/amd/amdkfd/
DKconfig24 memory manager supports two modes of operation. One based on
/drivers/staging/pi433/
DKconfig11 communicate between two systems without using ethernet or bluetooth
/drivers/usb/gadget/legacy/
DKconfig44 Gadget Zero is a two-configuration device. It either sinks and
47 conformance. The driver needs only two bulk-capable endpoints, so
142 Treat it like a two-node Ethernet link: host, and gadget.
360 This driver provides two functions in one configuration:
363 This driver requires four bulk and two interrupt endpoints,
397 This driver provides two functions in one configuration:
417 You will be asked to choose which of the two configurations is
/drivers/staging/sm750fb/
DTODO6 - check on hardware effects of removal of USE_HW_I2C and USE_DVICHIP (these two
/drivers/net/can/sja1000/
DKconfig13 This driver is for the one, two or four channel CPC-PCI,
21 This driver is for the one or two channel CPC-CARD cards from
/drivers/spmi/
DKconfig8 SPMI (System Power Management Interface) is a two-wire
/drivers/crypto/vmx/
Daesp8-ppc.pl1428 my ($two,$three,$four)=($outhead,$outperm,$outmask);
1517 vadduqm $two,$one,$one
1522 vadduqm $out2,$ivec,$two # (do all ctr adds as 128-bit)
1525 vadduqm $out3,$out1,$two
1528 vadduqm $out4,$out2,$two
1531 vadduqm $out5,$out3,$two
1534 vadduqm $out6,$out4,$two
1536 vadduqm $out7,$out5,$two
1538 vadduqm $ivec,$out6,$two # next counter value
1676 vadduqm $out2,$ivec,$two
[all …]
/drivers/input/joystick/iforce/
DKconfig11 You also must choose at least one of the two options below.
/drivers/platform/x86/intel/int33fe/
DKconfig12 There are two kinds of INT33FE ACPI device possible: for hardware
/drivers/net/can/
DKconfig17 local CAN traffic tunnel between two virtual CAN network devices.
18 When creating a vxcan, two vxcan devices are created as pair.
85 This option adds two LED triggers for packet receive and transmit

12345