| /linux-4.1.27/sound/oss/dmasound/ | 
| D | dmasound_paula.c | 37 #define custom amiga_custom  macro 312 	custom.aud[0].audvol = custom.aud[1].audvol = 0;  in StopDMA() 313 	custom.aud[2].audvol = custom.aud[3].audvol = 0;  in StopDMA() 314 	custom.dmacon = AMI_AUDIO_OFF;  in StopDMA() 379 		custom.aud[i].audper = period;  in AmiInit() 429 	custom.aud[0].audvol = dmasound.volume_left;  in AmiSetVolume() 431 	custom.aud[1].audvol = dmasound.volume_right;  in AmiSetVolume() 434 			custom.aud[2].audvol = 1;  in AmiSetVolume() 435 			custom.aud[3].audvol = 1;  in AmiSetVolume() 437 			custom.aud[2].audvol = 0;  in AmiSetVolume() [all …] 
 | 
| /linux-4.1.27/arch/m68k/amiga/ | 
| D | amisound.c | 26 #define custom amiga_custom  macro 90 		custom.aud[2].audlc = snd_data;  in amiga_mksound() 91 		custom.aud[2].audlen = sizeof(sine_data)/2;  in amiga_mksound() 92 		custom.aud[2].audper = (unsigned short)period;  in amiga_mksound() 93 		custom.aud[2].audvol = 32; /* 50% of maxvol */  in amiga_mksound() 101 		custom.dmacon = DMAF_SETCLR | DMAF_AUD2;  in amiga_mksound() 113 	custom.dmacon = DMAF_AUD2;  in nosound() 115 	custom.aud[2].audper = amiga_audio_period;  in nosound()
  | 
| /linux-4.1.27/drivers/tty/ | 
| D | amiserial.c | 112 #define custom amiga_custom  macro 199 		custom.intena = IF_TBE;  in rs_stop() 201 		custom.intreq = IF_TBE;  in rs_stop() 220 		custom.intena = IF_SETCLR | IF_TBE;  in rs_start() 223 		custom.intreq = IF_SETCLR | IF_TBE;  in rs_start() 261 	serdatr = custom.serdatr;  in receive_chars() 263 	custom.intreq = IF_RBF;  in receive_chars() 340 	custom.intreq = IF_TBE;  in transmit_chars() 343 	        custom.serdat = info->x_char | 0x100;  in transmit_chars() 353 	        custom.intena = IF_TBE;  in transmit_chars() [all …] 
 | 
| /linux-4.1.27/drivers/video/fbdev/ | 
| D | amifb.c | 591 #define custom		amiga_custom  macro 593 #define VBlankOn()	custom.intena = IF_SETCLR|IF_COPER 594 #define VBlankOff()	custom.intena = IF_COPER 1056 #define get_vbpos()	((u_short)((*(u_long volatile *)&custom.vposr >> 7) & 0xffe)) 1684 	custom.bplcon1 = par->bplcon1;  in ami_update_display() 1685 	custom.bpl1mod = par->bpl1mod;  in ami_update_display() 1686 	custom.bpl2mod = par->bpl2mod;  in ami_update_display() 1687 	custom.ddfstrt = ddfstrt2hw(par->ddfstrt);  in ami_update_display() 1688 	custom.ddfstop = ddfstop2hw(par->ddfstop);  in ami_update_display() 1699 	custom.bplcon0 = par->bplcon0 & ~BPC0_LACE;  in ami_init_display() [all …] 
 | 
| D | Kconfig | 1732 	  Use custom board timings.
  | 
| /linux-4.1.27/drivers/staging/panel/ | 
| D | Kconfig | 26 	int "Default panel profile (0-5, 0=custom)" 36 	    0 = custom (see further) 66 	int "LCD type (0=none, 1=custom, 2=old //, 3=ks0074, 4=hantronix, 5=Nexcom)" 77 	     1 : custom configuration and wiring (see further) 93 	  This is the number of visible character lines on the LCD in custom profile. 102 	  This is the number of characters per line on the LCD in custom profile. 118 	  This option lets you configure the value used by your LCD in 'custom' profile. 177 	  Default for the 'E' pin in custom profile is '14' (AUTOFEED). 192 	  Default for the 'RS' pin in custom profile is '17' (SELECT IN). 207 	  Default for the 'RW' pin in custom profile is '16' (INIT). [all …] 
 | 
| /linux-4.1.27/drivers/media/usb/dvb-usb/ | 
| D | nova-t-usb2.c | 77 	u8 key[5],cmd[2] = { DIBUSB_REQ_POLL_REMOTE, 0x35 }, data,toggle,custom;  in nova_t_rc_query()  local 90 			custom = (raw >> 6) & 0x1f;  in nova_t_rc_query() 92 …e 0x%02x, 0x%02x, 0x%02x to c: %02x d: %02x toggle: %d\n",key[1],key[2],key[3],custom,data,toggle);  in nova_t_rc_query() 96 					rc5_custom(&rc_map_haupp_table[i]) == custom) {  in nova_t_rc_query()
  | 
| /linux-4.1.27/drivers/net/wireless/ipw2x00/ | 
| D | libipw_wx.c | 64 	char custom[MAX_CUSTOM_LEN];  in libipw_translate_scan()  local 202 	p = custom;  in libipw_translate_scan() 204 	iwe.u.data.length = p - custom;  in libipw_translate_scan() 206 		start = iwe_stream_add_point(info, start, stop, &iwe, custom);  in libipw_translate_scan() 229 	p = custom;  in libipw_translate_scan() 230 	p += snprintf(p, MAX_CUSTOM_LEN - (p - custom),  in libipw_translate_scan() 233 	iwe.u.data.length = p - custom;  in libipw_translate_scan() 235 		start = iwe_stream_add_point(info, start, stop, &iwe, custom);  in libipw_translate_scan() 239 	p = custom;  in libipw_translate_scan() 240 	p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), " Channel flags: ");  in libipw_translate_scan() [all …] 
 | 
| /linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ | 
| D | ieee80211_wx.c | 59 	char custom[MAX_CUSTOM_LEN];  in rtl819x_translate_scan()  local 126 	p = custom;  in rtl819x_translate_scan() 127 	p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), " Rates (Mb/s): ");  in rtl819x_translate_scan() 137 		p += snprintf(p, MAX_CUSTOM_LEN - (p - custom),  in rtl819x_translate_scan() 142 		p += snprintf(p, MAX_CUSTOM_LEN - (p - custom),  in rtl819x_translate_scan() 173 	iwe.u.data.length = p - custom;  in rtl819x_translate_scan() 175 		start = iwe_stream_add_point(info, start, stop, &iwe, custom);  in rtl819x_translate_scan() 192 	p = custom;  in rtl819x_translate_scan() 194 	iwe.u.data.length = p - custom;  in rtl819x_translate_scan() 196 	    start = iwe_stream_add_point(info, start, stop, &iwe, custom);  in rtl819x_translate_scan() [all …] 
 | 
| /linux-4.1.27/drivers/staging/rtl8192e/ | 
| D | rtllib_wx.c | 56 	char custom[MAX_CUSTOM_LEN];  in rtl819x_translate_scan()  local 133 	p = custom;  in rtl819x_translate_scan() 134 	p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), " Rates (Mb/s): ");  in rtl819x_translate_scan() 144 		p += snprintf(p, MAX_CUSTOM_LEN - (p - custom),  in rtl819x_translate_scan() 149 		p += snprintf(p, MAX_CUSTOM_LEN - (p - custom),  in rtl819x_translate_scan() 183 	iwe.u.data.length = p - custom;  in rtl819x_translate_scan() 186 						 &iwe, custom);  in rtl819x_translate_scan() 205 	p = custom;  in rtl819x_translate_scan() 206 	iwe.u.data.length = p - custom;  in rtl819x_translate_scan() 209 						 &iwe, custom);  in rtl819x_translate_scan() [all …] 
 | 
| /linux-4.1.27/drivers/block/ | 
| D | amiflop.c | 198 #define custom amiga_custom  macro 563 		custom.dsklen = 0x4000;  in fd_block_done() 585 	custom.adkcon = ADK_MSBSYNC;  in raw_read() 586 	custom.adkcon = ADK_SETCLR|ADK_WORDSYNC|ADK_FAST;  in raw_read() 588 	custom.dsksync = MFM_SYNC;  in raw_read() 590 	custom.dsklen = 0;  in raw_read() 591 	custom.dskptr = (u_char *)ZTWO_PADDR((u_char *)raw_buf);  in raw_read() 592 	custom.dsklen = unit[drive].type->read_size/sizeof(short) | DSKLEN_DMAEN;  in raw_read() 593 	custom.dsklen = unit[drive].type->read_size/sizeof(short) | DSKLEN_DMAEN;  in raw_read() 599 	custom.dsklen = 0;  in raw_read() [all …] 
 | 
| /linux-4.1.27/drivers/infiniband/ulp/iser/ | 
| D | iscsi_iser.c | 750 	strcpy(stats->custom[0].desc, "qp_tx_queue_full");  in iscsi_iser_conn_get_stats() 751 	stats->custom[0].value = 0; /* TB iser_conn->qp_tx_queue_full; */  in iscsi_iser_conn_get_stats() 752 	strcpy(stats->custom[1].desc, "fmr_map_not_avail");  in iscsi_iser_conn_get_stats() 753 	stats->custom[1].value = 0; /* TB iser_conn->fmr_map_not_avail */;  in iscsi_iser_conn_get_stats() 754 	strcpy(stats->custom[2].desc, "eh_abort_cnt");  in iscsi_iser_conn_get_stats() 755 	stats->custom[2].value = conn->eh_abort_cnt;  in iscsi_iser_conn_get_stats() 756 	strcpy(stats->custom[3].desc, "fmr_unalign_cnt");  in iscsi_iser_conn_get_stats() 757 	stats->custom[3].value = conn->fmr_unalign_cnt;  in iscsi_iser_conn_get_stats()
  | 
| /linux-4.1.27/Documentation/ABI/testing/ | 
| D | sysfs-driver-sunxi-sid | 9 		HDMI-HDCP key and some custom keys. Below a quick overview, for 15 		0x02b   16 bit custom-vendor-key (sun7i)
  | 
| D | configfs-usb-gadget | 123 		b_vendor_code	- one-byte value used for custom per-device and
  | 
| D | sysfs-tty | 108 		 Show the custom divisor if any that is set on this port.
  | 
| D | sysfs-driver-hid-roccat-ryos | 142 Description:	When written, this file lets one switch between stored and custom
  | 
| /linux-4.1.27/Documentation/hwmon/ | 
| D | sch5636 | 17 their own custom hwmon solution based upon the SCH5636. 21 it is dealing with a Fujitsu Theseus and not with another custom SCH5636 based
  | 
| D | vexpress | 30 via a custom interface, abstracted by the "vexpress_config" API.
  | 
| D | asb100 | 16 These are custom ASICs available only on Asus mainboards. Asus refuses to
  | 
| D | abituguru3 | 51 with a custom Abit application running on it.
  | 
| D | abituguru | 82 W83L950D is a generic microcontroller with a custom Abit application running
  | 
| D | lm63 | 64 (you cannot define your custom PWM/temperature curve), and mode change isn't
  | 
| D | it87 | 153 The IT8603E/IT8623E is a custom design, hardware monitoring part is similar to 157 The IT8620E is another custom design, hardware monitoring part is similar to
  | 
| D | f71805f | 21 test system (custom Jetway K8M8MS motherboard, with CPU and RAM) and
  | 
| D | asc7621 | 116 - 3 GPIO pins for custom use
  | 
| /linux-4.1.27/drivers/ide/ | 
| D | ide-taskfile.c | 153 	int custom = (cmd->tf_flags & IDE_TFLAG_CUSTOM_HANDLER) ? 1 : 0;  in task_no_data_intr()  local 154 	int retries = (custom && tf->command == ATA_CMD_INIT_DEV_PARAMS) ? 5 : 1;  in task_no_data_intr() 167 		if (custom && tf->command == ATA_CMD_SET_MULTI) {  in task_no_data_intr() 172 		} else if (custom && tf->command == ATA_CMD_INIT_DEV_PARAMS) {  in task_no_data_intr() 182 	if (custom && tf->command == ATA_CMD_SET_MULTI)  in task_no_data_intr() 185 	if (custom == 0 || tf->command == ATA_CMD_IDLEIMMEDIATE ||  in task_no_data_intr()
  | 
| D | Kconfig | 782 	  normally be on; disable it only if you are running a custom hard
  | 
| /linux-4.1.27/arch/nios2/platform/ | 
| D | Kconfig.platform | 83 	bool "Byteswap custom instruction" 86 	  Use the byteswap (endian converter) Nios II custom instruction provided 91 	int "Byteswap custom instruction number" if NIOS2_CI_SWAB_SUPPORT
  | 
| /linux-4.1.27/Documentation/devicetree/ | 
| D | todo.txt | 4 - Switch from custom lists to (h)list_head for nodes and properties structure
  | 
| D | booting-without-of.txt | 855   thing. It is recommended that if you add any "custom" property whose
  | 
| /linux-4.1.27/Documentation/blockdev/ | 
| D | mflash.txt | 17 one chip SSD. IO mode is ATA-like custom mode for the host that doesn't have 21 A. IO mode based on ATA protocol and uses some custom command. (read confirm,
  | 
| D | README.DAC960 | 336 To simplify the monitoring process for custom software, the special file
  | 
| /linux-4.1.27/Documentation/devicetree/bindings/mfd/ | 
| D | qcom-rpm.txt | 160 see regulator.txt - with additional custom properties described below: 162 === Switch-mode Power Supply regulator custom properties 197 === Low-dropout regulator custom properties 217 === Negative Charge Pump custom properties
  | 
| D | as3722.txt | 108 	Additional optional custom properties  are listed below.
  | 
| /linux-4.1.27/include/media/ | 
| D | v4l2-async.h | 57 		} custom;  member
  | 
| /linux-4.1.27/arch/avr32/boards/atstk1000/ | 
| D | Kconfig | 57 	  To use the camera interface you'll need a custom card (on the 68 endif	# custom
  | 
| /linux-4.1.27/drivers/scsi/ | 
| D | iscsi_tcp.c | 808 	strcpy(stats->custom[0].desc, "tx_sendpage_failures");  in iscsi_sw_tcp_conn_get_stats() 809 	stats->custom[0].value = tcp_sw_conn->sendpage_failures_cnt;  in iscsi_sw_tcp_conn_get_stats() 810 	strcpy(stats->custom[1].desc, "rx_discontiguous_hdr");  in iscsi_sw_tcp_conn_get_stats() 811 	stats->custom[1].value = tcp_sw_conn->discontiguous_hdr_cnt;  in iscsi_sw_tcp_conn_get_stats() 812 	strcpy(stats->custom[2].desc, "eh_abort_cnt");  in iscsi_sw_tcp_conn_get_stats() 813 	stats->custom[2].value = conn->eh_abort_cnt;  in iscsi_sw_tcp_conn_get_stats()
  | 
| /linux-4.1.27/arch/nios2/ | 
| D | Kconfig | 158 	bool "Set custom kernel MMU region base address" 172 	bool "Set custom kernel region base address" 184 	bool "Set custom I/O region base address"
  | 
| /linux-4.1.27/drivers/staging/fbtft/ | 
| D | fbtft_device.c | 89 static bool custom;  variable 90 module_param(custom, bool, 0); 91 MODULE_PARM_DESC(custom, "Add a custom display device. " \ 1363 	if (custom) {  in fbtft_device_init() 1412 			if (custom) {  in fbtft_device_init()
  | 
| /linux-4.1.27/arch/powerpc/platforms/512x/ | 
| D | Kconfig | 26 	  which do not need custom platform specific setup.
  | 
| /linux-4.1.27/Documentation/devicetree/bindings/media/ | 
| D | si4713.txt | 5 and a digital interface, which supports I2S, left-justified and a custom
  | 
| /linux-4.1.27/Documentation/spi/ | 
| D | butterfly | 52 the driver for your custom SPI-based protocol. 55 That would let you talk to the AVR using custom SPI-with-USI firmware,
  | 
| /linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/ | 
| D | abilis,tb10x-ictl.txt | 4 The Abilis TB10x SOC contains a custom interrupt controller. It performs
  | 
| D | samsung,s3c24xx-irq.txt | 3 The S3C24XX SoCs contain a custom set of interrupt controllers providing a
  | 
| D | brcm,bcm2835-armctrl-ic.txt | 3 The BCM2835 contains a custom top-level interrupt controller, which supports
  | 
| /linux-4.1.27/Documentation/bus-devices/ | 
| D | ti-gpmc.txt | 46 custom timing routines, a kind of reverse engineering without 48 in mainline having custom timing routine) and by simulation.
  | 
| /linux-4.1.27/Documentation/filesystems/nfs/ | 
| D | rpc-server-gss.txt | 46 The classic upcall mechanism uses a custom text based upcall mechanism 47 to talk to a custom daemon called rpc.svcgssd that is provide by the
  | 
| D | idmapper.txt | 20 in a custom NFS idmap cache.
  | 
| /linux-4.1.27/Documentation/ | 
| D | bt8xxgpio.txt | 25 and put it on a custom PCI board, or one might only unsolder each individual
  | 
| D | xz.txt | 76     so don't hesitate to use custom settings. Example:
  | 
| D | gcov.txt | 189           linked to the main kernel or which are linked by a custom
  | 
| D | IPMI.txt | 108 own custom interface, you probably need to use this. 659 The OpenIPMI driver supports the ability to put semi-custom and custom
  | 
| D | java.txt | 42    custom wrappers from this document in /usr/local)
  | 
| D | workqueue.txt | 138 Unbound workqueue can be assigned custom attributes using
  | 
| D | kobject.txt | 231 special custom attribute is needed to be created.
  | 
| D | edac.txt | 563 The test_device_edac device adds at least one of its own custom control:
  | 
| D | kernel-docs.txt | 146        the actual code to create custom module implementing a character
  | 
| D | CodingStyle | 849 own custom mode, or may have some other magic method for making indentation
  | 
| D | DMA-API-HOWTO.txt | 427 custom code to subdivide pages returned by dma_alloc_coherent(),
  | 
| D | devices.txt | 1089 		A custom serial card used by Electrocardiognosis SRL
  | 
| D | kernel-parameters.txt | 1421 	                [IMA] Define a custom template format.
  | 
| /linux-4.1.27/arch/arm/mach-pxa/include/mach/ | 
| D | idp.h | 48 #error Your custom IO space is getting a bit large !!
  | 
| /linux-4.1.27/arch/arm/mach-omap1/ | 
| D | Kconfig | 164           custom OMAP boards. Say Y here if you have a custom
  | 
| /linux-4.1.27/arch/powerpc/platforms/52xx/ | 
| D | Kconfig | 13 	  do not need a custom platform specific setup. Such boards are
  | 
| /linux-4.1.27/Documentation/fmc/ | 
| D | fmc-fakedev.txt | 19 custom EEPROM image:
  | 
| D | fmc-write-eeprom.txt | 93 the FPGA with a custom circuit, the carrier is unable to access the
  | 
| /linux-4.1.27/arch/powerpc/boot/dts/ | 
| D | motionpro.dts | 111 		// 8-bit custom Anybus Module on LocalPlus Bus CS3
  | 
| /linux-4.1.27/drivers/usb/serial/ | 
| D | mos7720.c | 1424 	__u16 custom;  in calc_baud_rate_divisor()  local 1442 		custom = (__u16)(230400L  / baudrate);  in calc_baud_rate_divisor() 1446 		round = (__u16)(round1 - (custom * 10));  in calc_baud_rate_divisor() 1448 			custom++;  in calc_baud_rate_divisor() 1449 		*divisor = custom;  in calc_baud_rate_divisor() 1451 		dev_dbg(&port->dev, "Baud %d = %d\n", baudrate, custom);  in calc_baud_rate_divisor()
  | 
| D | io_edgeport.c | 2294 	__u16 custom;  in calc_baud_rate_divisor()  local 2308 		custom = (__u16)((230400L + baudrate/2) / baudrate);  in calc_baud_rate_divisor() 2310 		*divisor = custom;  in calc_baud_rate_divisor() 2312 		dev_dbg(dev, "%s - Baud %d = %d\n", __func__, baudrate, custom);  in calc_baud_rate_divisor()
  | 
| /linux-4.1.27/Documentation/devicetree/bindings/regulator/ | 
| D | as3722-regulator.txt | 27 	       Additional custom properties  are listed below.
  | 
| D | palmas-pmic.txt | 26 	       Additional custom properties  are listed below.
  | 
| /linux-4.1.27/Documentation/hid/ | 
| D | hidraw.txt | 12 custom HID devices. 19 Hidraw is the only alternative, short of writing a custom kernel driver, for
  | 
| D | hid-transport.txt | 134 free to make excessive use of asynchronous OUTPUT reports (for instance, custom 151    GET_REPORT is only used by custom HID device drivers to query device state.
  | 
| D | hid-sensor.txt | 198 Here there is a custom sensors with four fields, two feature and two inputs.
  | 
| /linux-4.1.27/Documentation/devicetree/bindings/i2c/ | 
| D | i2c-pxa-pci-ce4100.txt | 27        requiring custom device driver code.
  | 
| /linux-4.1.27/arch/microblaze/ | 
| D | Kconfig | 200 	bool "Set custom kernel base address" 216 	bool "Set custom user task size"
  | 
| /linux-4.1.27/drivers/media/v4l2-core/ | 
| D | v4l2-async.c | 61 			match = asd->match.custom.match;  in v4l2_async_belongs()
  | 
| /linux-4.1.27/Documentation/kbuild/ | 
| D | kconfig.txt | 65 This enables you to create "miniature" config (miniconfig) or custom 75 	KCONFIG_ALLCONFIG=custom-notebook.config make allnoconfig
  | 
| D | kbuild.txt | 131 specify a custom installer when cross compiling a kernel.
  | 
| D | makefiles.txt | 1113 	if_changed may be used in conjunction with custom commands as 1178 	To enable this behaviour for custom commands kbuild requires
  | 
| /linux-4.1.27/Documentation/networking/ | 
| D | regulatory.txt | 75 custom knowledge so the wireless core can respect it. 79 check that can be used to ensure compliance based on custom EEPROM
  | 
| D | stmmac.txt | 182  o setup/init/exit: callbacks used for calling a custom initialization; 189  o custom_cfg/custom_data: this is a custom configuration that can be passed 243 				|   is used to pass a custom config.
  | 
| D | README.ipw2200 | 186 such, a provision is provided for a driver to declare custom, or 
  | 
| D | packet_mmap.txt | 186 If you wish to put user data at a custom offset from the beginning of
  | 
| /linux-4.1.27/include/scsi/ | 
| D | iscsi_if.h | 827 	struct iscsi_stats_custom custom[0]  member 958 	struct iscsi_host_stats_custom custom[0]
  | 
| /linux-4.1.27/Documentation/driver-model/ | 
| D | design-patterns.txt | 17 only be probed() once on a certain system (singletons), it is custom to assume
  | 
| D | platform.txt | 86 common with embedded and custom systems development.
  | 
| /linux-4.1.27/Documentation/acpi/ | 
| D | method-customizing.txt | 65 Note: We can use a kernel with multiple custom ACPI method running,
  | 
| D | enumeration.txt | 74 and implement custom xlate function if needed (usually acpi_dma_simple_xlate()
  | 
| /linux-4.1.27/drivers/hid/ | 
| D | Makefile | 103 obj-$(CONFIG_HID_SENSOR_CUSTOM_SENSOR)	+= hid-sensor-custom.o
  | 
| D | Kconfig | 882 	tristate "HID Sensors hub custom sensor support" 886 	  HID Sensor hub specification allows definition of some custom and 888 	  via Linux IIO because of custom fields. This is up to the manufacturer 892 	  should't use these special custom sensor ids to export any of the 894 	  Select this config option for custom/generic sensor support.
  | 
| /linux-4.1.27/Documentation/security/ | 
| D | IMA-templates.txt | 87  - register a new template descriptor with custom format through the kernel
  | 
| /linux-4.1.27/drivers/gpu/drm/msm/ | 
| D | NOTES | 31 driver, and not exposing any custom ioctls to userspace for now.)
  | 
| /linux-4.1.27/Documentation/filesystems/ | 
| D | ocfs2.txt | 78 localalloc=8(*)		Allows custom localalloc size in MB. If the value is too
  | 
| /linux-4.1.27/drivers/staging/android/ion/ | 
| D | ion.c | 1251 		struct ion_custom_data custom;  in ion_ioctl()  member 1325 		ret = dev->custom_ioctl(client, data.custom.cmd,  in ion_ioctl() 1326 						data.custom.arg);  in ion_ioctl()
  | 
| /linux-4.1.27/Documentation/arm/OMAP/ | 
| D | omap_pm | 140  * Define and add a custom opp table entry
  | 
| /linux-4.1.27/arch/xtensa/ | 
| D | Kconfig | 106 	  Select this variant to use a custom Xtensa processor configuration. 114 	  Provide the name of a custom Xtensa processor variant.
  | 
| /linux-4.1.27/arch/powerpc/ | 
| D | Kconfig | 954 	bool "Set custom page offset address" 968 	bool "Set custom kernel base address" 1006 	bool "Set custom user task size" 1021 	bool "Set custom consistent memory pool size"
  | 
| /linux-4.1.27/arch/m68k/q40/ | 
| D | README | 91 The Q40 custom chip is programmable to provide 2 periodic timers:
  | 
| /linux-4.1.27/drivers/scsi/be2iscsi/ | 
| D | be_iscsi.c | 918 	strcpy(stats->custom[0].desc, "eh_abort_cnt");  in beiscsi_conn_get_stats() 919 	stats->custom[0].value = conn->eh_abort_cnt;  in beiscsi_conn_get_stats()
  | 
| /linux-4.1.27/Documentation/gpio/ | 
| D | gpio.txt | 26 to Linux developers working with embedded and custom hardware. Each GPIO
  | 
| D | driver.txt | 68 It is custom that GPIO drivers (GPIO chips) are also providing interrupts,
  | 
| D | gpio-legacy.txt | 13 to Linux developers working with embedded and custom hardware.  Each GPIO 561 It may also provide a custom value for ARCH_NR_GPIOS, so that it better
  | 
| /linux-4.1.27/Documentation/serial/ | 
| D | driver | 377 	If 38400 baud and custom divisor is selected, return the 378 	custom divisor instead.
  | 
| D | moxa-smartio | 474    spd_cust	  Use  the custom divisor to set the speed when  the 476    divisor	  This option set the custom division.
  | 
| /linux-4.1.27/Documentation/watchdog/ | 
| D | convert_drivers_to_kernel_api.txt | 109 - #include <linux/uaccess.h> (if no custom IOCTLs are used)
  | 
| /linux-4.1.27/arch/m68k/kernel/ | 
| D | head.S | 1380 	clrl	L(custom) 2838 	lea	%pc@(L(custom)),%a0 3000 	movel	%pc@(L(custom)),%a0 3751 L(custom):
  | 
| /linux-4.1.27/Documentation/early-userspace/ | 
| D | README | 119 custom initramfs images that meet your needs exactly.
  | 
| /linux-4.1.27/Documentation/input/ | 
| D | ff.txt | 68   - FF_CUSTOM	  custom waveform
  | 
| /linux-4.1.27/drivers/gpio/ | 
| D | Kconfig | 9 	  the architecture to provide a custom asm/gpio.h implementation 80 	  kernel support.  Those are common in custom and semicustom 82 	  custom patches.  In those cases, userspace code may import
  | 
| /linux-4.1.27/Documentation/kdump/ | 
| D | kdump.txt | 109 1) Build a separate custom dump-capture kernel for capturing the 120 at the same time one might want to build a custom dump capture kernel
  | 
| /linux-4.1.27/drivers/staging/rtl8188eu/os_dep/ | 
| D | ioctl_linux.c | 113 	char custom[MAX_CUSTOM_LEN];  in translate_scan()  local 210 	p = custom;  in translate_scan() 211 	p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), " Rates (Mb/s): ");  in translate_scan() 216 		p += snprintf(p, MAX_CUSTOM_LEN - (p - custom),  in translate_scan()
  | 
| /linux-4.1.27/drivers/spi/ | 
| D | Kconfig | 156 	  This uses a custom parallel port cable to connect to an AVR 236 	  speed with a custom version of this driver; see the source code.
  | 
| /linux-4.1.27/Documentation/usb/ | 
| D | usb-serial.txt | 237 	of the termios settings, along with some custom termios so that the 477   having to write a custom driver.
  | 
| /linux-4.1.27/Documentation/virtual/kvm/ | 
| D | msr.txt | 5 KVM makes use of some custom MSRs to service some requests.
  | 
| /linux-4.1.27/drivers/macintosh/ | 
| D | Kconfig | 45 	  The I/O Processor (IOP) is an Apple custom IC designed to provide
  | 
| /linux-4.1.27/Documentation/i2c/ | 
| D | instantiating-devices | 46 addresses and custom data needed by their drivers. When the I2C bus in
  | 
| /linux-4.1.27/Documentation/trace/ | 
| D | tracepoint-analysis.txt | 10 creating custom kernel modules to register probe functions using the event
  | 
| D | ftrace-design.txt | 281 Lastly you will need the custom dyn_arch_ftrace structure.  If you need
  | 
| D | events.txt | 10 without creating custom kernel modules to register probe functions
  | 
| D | ftrace.txt | 1865 address of each function traced to set a custom probe. Thus the
  | 
| /linux-4.1.27/drivers/net/ethernet/tile/ | 
| D | tilegx.c | 336 module_param_named(custom, custom_flag, bool, 0444); 337 MODULE_PARM_DESC(custom, "indicates a (heavily) customized classifier");
  | 
| /linux-4.1.27/drivers/scsi/bnx2i/ | 
| D | bnx2i_iscsi.c | 1650 	strcpy(stats->custom[0].desc, "eh_abort_cnt");  in bnx2i_conn_get_stats() 1651 	stats->custom[0].value = conn->eh_abort_cnt;  in bnx2i_conn_get_stats()
  | 
| /linux-4.1.27/drivers/tty/serial/8250/ | 
| D | Kconfig | 179 	  from <http://www.tldp.org/docs.html#howto>), or other custom
  | 
| /linux-4.1.27/Documentation/video4linux/cx2341x/ | 
| D | fw-encoder-api.txt | 613 	Provides a mechanism of inserting custom user data in the MPEG stream.
  | 
| /linux-4.1.27/Documentation/nfc/ | 
| D | nfc-hci.txt | 105 are required to send data to the tag. Some tag types will require custom
  | 
| /linux-4.1.27/drivers/acpi/ | 
| D | Kconfig | 238 	  This option supports a custom DSDT by linking it into the kernel.
  | 
| /linux-4.1.27/drivers/md/ | 
| D | Kconfig | 206 	  modules containing custom mappings if they wish.
  | 
| /linux-4.1.27/drivers/scsi/cxgbi/ | 
| D | libcxgbi.c | 2344 	strcpy(stats->custom[0].desc, "eh_abort_cnt");  in cxgbi_get_conn_stats() 2345 	stats->custom[0].value = conn->eh_abort_cnt;  in cxgbi_get_conn_stats()
  | 
| /linux-4.1.27/arch/s390/ | 
| D | Kconfig | 720 	  A custom interval value (in seconds) can be written to
  | 
| /linux-4.1.27/Documentation/video4linux/ | 
| D | Zoran | 324 This driver conforms to video4linux2. Support for V4L1 and for the custom
  | 
| D | vivid.txt | 572 These vivid custom controls control the image generation, error injection, etc. 1116 - Add custom DV timings support
  | 
| D | v4l2-controls.txt | 409 You set this mask either through the v4l2_ctrl_config struct for a custom
  | 
| /linux-4.1.27/arch/arm/ | 
| D | Kconfig.debug | 1098 		  and may fail with non-standard SMM or custom software models. 1105 		  This option selects UART0 at 0x10009000. Except for custom models,
  | 
| /linux-4.1.27/Documentation/PCI/ | 
| D | MSI-HOWTO.txt | 287 the multiple of four) and the device driver should master a custom logic
  | 
| /linux-4.1.27/drivers/ata/ | 
| D | Kconfig | 211 comment "SFF controllers with custom DMA interface"
  | 
| /linux-4.1.27/arch/arm/mm/ | 
| D | Kconfig | 1011 	  This option allows the use of custom mandatory barriers
  | 
| /linux-4.1.27/drivers/mfd/ | 
| D | Kconfig | 345 	  firmware using the custom protocol implemented in this driver.
  | 
| /linux-4.1.27/drivers/hwmon/ | 
| D | Kconfig | 1356 	  create their own custom hwmon solution based upon the SCH5636.
  | 
| /linux-4.1.27/Documentation/block/ | 
| D | biodoc.txt | 336 A request can be created with a pre-built custom command  to be sent directly
  | 
| /linux-4.1.27/Documentation/scsi/ | 
| D | ChangeLog.lpfc | 1764 	* Removed custom PCI configuration #defines and replaced with
  | 
| /linux-4.1.27/drivers/staging/speakup/ | 
| D | spkguide.txt | 1134 Anyone who needs to use Speakup from your console can load his own custom
  |