/linux-4.4.14/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.4.14/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.4.14/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.4.14/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 | 1734 Use custom board timings.
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/drivers/staging/rtl8192e/ |
D | rtllib_wx.c | 52 char custom[MAX_CUSTOM_LEN]; in rtl819x_translate_scan() local 129 p = custom; in rtl819x_translate_scan() 130 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), " Rates (Mb/s): "); in rtl819x_translate_scan() 140 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), in rtl819x_translate_scan() 145 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), in rtl819x_translate_scan() 179 iwe.u.data.length = p - custom; in rtl819x_translate_scan() 182 &iwe, custom); in rtl819x_translate_scan() 201 p = custom; in rtl819x_translate_scan() 202 iwe.u.data.length = p - custom; in rtl819x_translate_scan() 205 &iwe, custom); in rtl819x_translate_scan() [all …]
|
/linux-4.4.14/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.4.14/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 | lm63 | 64 (you cannot define your custom PWM/temperature curve), and mode change isn't
|
D | abituguru | 82 W83L950D is a generic microcontroller with a custom Abit application running
|
D | it87 | 157 The IT8603E/IT8623E is a custom design, hardware monitoring part is similar to 161 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.4.14/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.4.14/Documentation/arm/OMAP/ |
D | README | 5 v4.3+ Update is needed for custom .config files to make sure
|
D | omap_pm | 140 * Define and add a custom opp table entry
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/include/media/ |
D | v4l2-async.h | 58 } custom; member
|
/linux-4.4.14/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.4.14/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.4.14/drivers/staging/wilc1000/ |
D | TODO | 4 - remove custom debug and tracing functions
|
/linux-4.4.14/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.4.14/drivers/staging/fbtft/ |
D | fbtft_device.c | 83 static bool custom; variable 84 module_param(custom, bool, 0); 85 MODULE_PARM_DESC(custom, "Add a custom display device. Use speed= argument to make it a SPI device,… 1452 if (custom) { in fbtft_device_init() 1501 if (custom) { in fbtft_device_init()
|
/linux-4.4.14/drivers/clk/ingenic/ |
D | cgu.h | 163 struct ingenic_cgu_custom_info custom; member
|
D | jz4780-cgu.c | 277 .custom = { &jz4780_otg_phy_ops },
|
D | cgu.c | 581 clk_init.ops = clk_info->custom.clk_ops; in ingenic_register_clock()
|
/linux-4.4.14/Documentation/devicetree/bindings/media/ |
D | si4713.txt | 5 and a digital interface, which supports I2S, left-justified and a custom
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-async.c | 50 if (!asd->match.custom.match) in match_custom() 54 return asd->match.custom.match(sd->dev, asd); in match_custom()
|
/linux-4.4.14/arch/powerpc/platforms/512x/ |
D | Kconfig | 32 which do not need custom platform specific setup.
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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. 662 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 | 530 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 | DMA-API-HOWTO.txt | 427 custom code to subdivide pages returned by dma_alloc_coherent(),
|
D | CodingStyle | 849 own custom mode, or may have some other magic method for making indentation
|
D | devices.txt | 1089 A custom serial card used by Electrocardiognosis SRL
|
D | kernel-parameters.txt | 1485 [IMA] Define a custom template format.
|
/linux-4.4.14/arch/arm/mach-pxa/include/mach/ |
D | idp.h | 48 #error Your custom IO space is getting a bit large !!
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | Kconfig | 157 custom OMAP boards. Say Y here if you have a custom
|
/linux-4.4.14/arch/powerpc/platforms/52xx/ |
D | Kconfig | 13 do not need a custom platform specific setup. Such boards are
|
/linux-4.4.14/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.4.14/Documentation/devicetree/bindings/arm/uniphier/ |
D | cache-uniphier.txt | 3 UniPhier SoCs are integrated with a full-custom outer cache controller system.
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | motionpro.dts | 111 // 8-bit custom Anybus Module on LocalPlus Bus CS3
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | brcm,brcmnand.txt | 6 paired with a custom DMA engine (inventively named "Flash DMA") which supports 41 interrupts multiplexed behind another custom piece of
|
/linux-4.4.14/drivers/usb/serial/ |
D | mos7720.c | 1441 __u16 custom; in calc_baud_rate_divisor() local 1459 custom = (__u16)(230400L / baudrate); in calc_baud_rate_divisor() 1463 round = (__u16)(round1 - (custom * 10)); in calc_baud_rate_divisor() 1465 custom++; in calc_baud_rate_divisor() 1466 *divisor = custom; in calc_baud_rate_divisor() 1468 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.4.14/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.
|
D | qcom,spmi-regulator.txt | 89 see regulator.txt - with additional custom properties described below:
|
/linux-4.4.14/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.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c-pxa-pci-ce4100.txt | 27 requiring custom device driver code.
|
/linux-4.4.14/arch/microblaze/ |
D | Kconfig | 200 bool "Set custom kernel base address" 216 bool "Set custom user task size"
|
/linux-4.4.14/Documentation/ABI/testing/ |
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.
|
/linux-4.4.14/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.4.14/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 | 178 o init/exit: callbacks used for calling a custom initialization; 235 | is used to pass a custom config.
|
D | pktgen.txt | 78 The part after "@" can be anything, but it is custom to use the thread
|
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.4.14/include/scsi/ |
D | iscsi_if.h | 827 struct iscsi_stats_custom custom[0] member 958 struct iscsi_host_stats_custom custom[0]
|
/linux-4.4.14/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 | 100 common with embedded and custom systems development.
|
/linux-4.4.14/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.4.14/drivers/hid/ |
D | Makefile | 106 obj-$(CONFIG_HID_SENSOR_CUSTOM_SENSOR) += hid-sensor-custom.o
|
D | Kconfig | 909 tristate "HID Sensors hub custom sensor support" 913 HID Sensor hub specification allows definition of some custom and 915 via Linux IIO because of custom fields. This is up to the manufacturer 919 should't use these special custom sensor ids to export any of the 921 Select this config option for custom/generic sensor support.
|
/linux-4.4.14/drivers/gpu/drm/msm/ |
D | NOTES | 31 driver, and not exposing any custom ioctls to userspace for now.)
|
/linux-4.4.14/Documentation/security/ |
D | IMA-templates.txt | 87 - register a new template descriptor with custom format through the kernel
|
/linux-4.4.14/Documentation/filesystems/ |
D | ocfs2.txt | 78 localalloc=8(*) Allows custom localalloc size in MB. If the value is too
|
/linux-4.4.14/drivers/staging/android/ion/ |
D | ion.c | 1253 struct ion_custom_data custom; in ion_ioctl() member 1327 ret = dev->custom_ioctl(client, data.custom.cmd, in ion_ioctl() 1328 data.custom.arg); in ion_ioctl()
|
/linux-4.4.14/Documentation/DocBook/ |
D | 80211.xml.db | 89 API-wiphy-apply-custom-regulatory
|
D | device-drivers.xml.db | 808 API-v4l2-ctrl-new-custom
|
/linux-4.4.14/arch/powerpc/ |
D | Kconfig | 957 bool "Set custom page offset address" 971 bool "Set custom kernel base address" 1009 bool "Set custom user task size" 1024 bool "Set custom consistent memory pool size"
|
/linux-4.4.14/arch/m68k/q40/ |
D | README | 91 The Q40 custom chip is programmable to provide 2 periodic timers:
|
/linux-4.4.14/arch/xtensa/ |
D | Kconfig | 104 Select this variant to use a custom Xtensa processor configuration. 112 Provide the name of a custom Xtensa processor variant.
|
/linux-4.4.14/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.4.14/Documentation/gpio/ |
D | gpio.txt | 26 to Linux developers working with embedded and custom hardware. Each GPIO
|
D | driver.txt | 73 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.4.14/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.4.14/Documentation/watchdog/ |
D | convert_drivers_to_kernel_api.txt | 109 - #include <linux/uaccess.h> (if no custom IOCTLs are used)
|
/linux-4.4.14/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.4.14/Documentation/input/ |
D | ff.txt | 68 - FF_CUSTOM custom waveform
|
/linux-4.4.14/Documentation/early-userspace/ |
D | README | 119 custom initramfs images that meet your needs exactly.
|
/linux-4.4.14/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.4.14/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.4.14/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 115 char custom[MAX_CUSTOM_LEN]; in translate_scan() local 212 p = custom; in translate_scan() 213 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), " Rates (Mb/s): "); in translate_scan() 218 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), in translate_scan()
|
/linux-4.4.14/Documentation/ABI/obsolete/ |
D | sysfs-driver-hid-roccat-ryos | 142 Description: When written, this file lets one switch between stored and custom
|
/linux-4.4.14/drivers/spi/ |
D | Kconfig | 168 This uses a custom parallel port cable to connect to an AVR 248 speed with a custom version of this driver; see the source code.
|
/linux-4.4.14/Documentation/usb/ |
D | usb-serial.txt | 237 of the termios settings, along with some custom termios so that the 479 having to write a custom driver.
|
/linux-4.4.14/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 | 1878 address of each function traced to set a custom probe. Thus the
|
/linux-4.4.14/drivers/macintosh/ |
D | Kconfig | 45 The I/O Processor (IOP) is an Apple custom IC designed to provide
|
/linux-4.4.14/Documentation/i2c/ |
D | instantiating-devices | 46 addresses and custom data needed by their drivers. When the I2C bus in
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | msr.txt | 5 KVM makes use of some custom MSRs to service some requests.
|
/linux-4.4.14/drivers/net/ethernet/tile/ |
D | tilegx.c | 337 module_param_named(custom, custom_flag, bool, 0444); 338 MODULE_PARM_DESC(custom, "indicates a (heavily) customized classifier");
|
/linux-4.4.14/drivers/scsi/bnx2i/ |
D | bnx2i_iscsi.c | 1652 strcpy(stats->custom[0].desc, "eh_abort_cnt"); in bnx2i_conn_get_stats() 1653 stats->custom[0].value = conn->eh_abort_cnt; in bnx2i_conn_get_stats()
|
/linux-4.4.14/drivers/tty/serial/8250/ |
D | Kconfig | 179 from <http://www.tldp.org/docs.html#howto>), or other custom
|
/linux-4.4.14/Documentation/nfc/ |
D | nfc-hci.txt | 105 are required to send data to the tag. Some tag types will require custom
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-encoder-api.txt | 613 Provides a mechanism of inserting custom user data in the MPEG stream.
|
/linux-4.4.14/drivers/acpi/ |
D | Kconfig | 291 This option supports a custom DSDT by linking it into the kernel.
|
/linux-4.4.14/drivers/md/ |
D | Kconfig | 207 modules containing custom mappings if they wish.
|
/linux-4.4.14/drivers/scsi/cxgbi/ |
D | libcxgbi.c | 2348 strcpy(stats->custom[0].desc, "eh_abort_cnt"); in cxgbi_get_conn_stats() 2349 stats->custom[0].value = conn->eh_abort_cnt; in cxgbi_get_conn_stats()
|
/linux-4.4.14/arch/s390/ |
D | Kconfig | 799 A custom interval value (in seconds) can be written to
|
/linux-4.4.14/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. 1124 - 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.4.14/arch/arm/ |
D | Kconfig.debug | 1130 and may fail with non-standard SMM or custom software models. 1137 This option selects UART0 at 0x10009000. Except for custom models,
|
/linux-4.4.14/Documentation/PCI/ |
D | MSI-HOWTO.txt | 287 the multiple of four) and the device driver should master a custom logic
|
/linux-4.4.14/drivers/ata/ |
D | Kconfig | 238 comment "SFF controllers with custom DMA interface"
|
/linux-4.4.14/arch/arm/mm/ |
D | Kconfig | 1030 This option allows the use of custom mandatory barriers
|
/linux-4.4.14/Documentation/networking/dsa/ |
D | dsa.txt | 154 These slave network devices have custom net_device_ops and ethtool_ops function
|
/linux-4.4.14/drivers/mfd/ |
D | Kconfig | 396 firmware using the custom protocol implemented in this driver.
|
/linux-4.4.14/Documentation/block/ |
D | biodoc.txt | 336 A request can be created with a pre-built custom command to be sent directly
|
/linux-4.4.14/drivers/hwmon/ |
D | Kconfig | 1387 create their own custom hwmon solution based upon the SCH5636.
|
/linux-4.4.14/drivers/staging/speakup/ |
D | spkguide.txt | 1134 Anyone who needs to use Speakup from your console can load his own custom
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.lpfc | 1764 * Removed custom PCI configuration #defines and replaced with
|