/linux-4.1.27/drivers/extcon/ |
D | extcon-max77843.c | 219 u8 val, bool attached) in max77843_muic_set_path() argument 225 if (attached) in max77843_muic_set_path() 238 if (attached) in max77843_muic_set_path() 254 ctrl1, ctrl2, attached ? "attached" : "detached"); in max77843_muic_set_path() 260 enum max77843_muic_cable_group group, bool *attached) in max77843_muic_get_cable_type() argument 271 *attached = false; in max77843_muic_get_cable_type() 275 *attached = true; in max77843_muic_get_cable_type() 289 *attached = false; in max77843_muic_get_cable_type() 296 *attached = true; in max77843_muic_get_cable_type() 304 *attached = false; in max77843_muic_get_cable_type() [all …]
|
D | extcon-max77693.c | 290 u8 val, bool attached) in max77693_muic_set_path() argument 295 if (attached) in max77693_muic_set_path() 307 if (attached) in max77693_muic_set_path() 322 ctrl1, ctrl2, attached ? "attached" : "detached"); in max77693_muic_set_path() 341 enum max77693_muic_cable_group group, bool *attached) in max77693_muic_get_cable_type() argument 365 *attached = false; in max77693_muic_get_cable_type() 370 *attached = true; in max77693_muic_get_cable_type() 389 *attached = false; in max77693_muic_get_cable_type() 394 *attached = true; in max77693_muic_get_cable_type() 431 *attached = false; in max77693_muic_get_cable_type() [all …]
|
D | extcon-max8997.c | 221 u8 val, bool attached) in max8997_muic_set_path() argument 226 if (attached) in max8997_muic_set_path() 238 if (attached) in max8997_muic_set_path() 253 ctrl1, ctrl2, attached ? "attached" : "detached"); in max8997_muic_set_path() 270 enum max8997_muic_cable_group group, bool *attached) in max8997_muic_get_cable_type() argument 291 *attached = false; in max8997_muic_get_cable_type() 296 *attached = true; in max8997_muic_get_cable_type() 310 *attached = false; in max8997_muic_get_cable_type() 315 *attached = true; in max8997_muic_get_cable_type() 336 enum max8997_muic_usb_type usb_type, bool attached) in max8997_muic_handle_usb() argument [all …]
|
D | extcon-max14577.c | 223 u8 val, bool attached) in max14577_muic_set_path() argument 237 if (attached) in max14577_muic_set_path() 250 if (attached) in max14577_muic_set_path() 265 ctrl1, ctrl2, attached ? "attached" : "detached"); in max14577_muic_set_path() 282 enum max14577_muic_cable_group group, bool *attached) in max14577_muic_get_cable_type() argument 303 *attached = false; in max14577_muic_get_cable_type() 308 *attached = true; in max14577_muic_get_cable_type() 323 *attached = false; in max14577_muic_get_cable_type() 328 *attached = true; in max14577_muic_get_cable_type() 349 int cable_type, bool attached) in max14577_muic_jig_handler() argument [all …]
|
D | extcon-rt8973a.c | 239 unsigned int con_sw, bool attached) in rt8973a_muic_set_path() argument 250 if (!attached) in rt8973a_muic_set_path() 319 bool attached = false; in rt8973a_muic_cable_handler() local 327 attached = true; in rt8973a_muic_cable_handler() 331 attached = false; in rt8973a_muic_cable_handler() 339 attached = false; in rt8973a_muic_cable_handler() 419 ret = rt8973a_muic_set_path(info, con_sw, attached); in rt8973a_muic_cable_handler() 424 extcon_set_cable_state(info->edev, cable_names[idx], attached); in rt8973a_muic_cable_handler()
|
D | extcon-sm5502.c | 229 bool attached) in sm5502_muic_set_path() argument 233 if (!attached) { in sm5502_muic_set_path() 377 bool attached) in sm5502_muic_cable_handler() argument 391 if (attached) in sm5502_muic_cable_handler() 420 ret = sm5502_muic_set_path(info, con_sw, vbus_sw, attached); in sm5502_muic_cable_handler() 425 extcon_set_cable_state(info->edev, cable_names[idx], attached); in sm5502_muic_cable_handler()
|
D | Kconfig | 8 cables attached. For example, an external connector of a device
|
/linux-4.1.27/include/linux/platform_data/ |
D | fsa9480.h | 18 void (*usb_cb) (u8 attached); 19 void (*uart_cb) (u8 attached); 20 void (*charger_cb) (u8 attached); 21 void (*jig_cb) (u8 attached);
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-bus-i2c-devices-fsa9480 | 5 show what device is attached 7 USB - USB device is attached 8 UART - UART is attached 10 JIG - JIG is attached
|
D | sysfs-class-extcon | 12 attached simultaneously. Many of docks, cradles, and 15 may have both HDMI and Charger attached, or analog audio, 16 video, and USB cables attached simultaneously. 50 cables attached and HDMI and EAR_JACK cables detached. 79 (attached).
|
D | sysfs-bus-pci-drivers-ehci_hcd | 23 For example: To force the high-speed device attached to 37 may be attached directly to a "rate-matching hub". This
|
D | sysfs-bus-rpmsg | 47 is attached to this channel is exposing a service to the
|
/linux-4.1.27/tools/usb/ffs-aio-example/multibuff/host_app/ |
D | test.c | 52 int attached; member 68 state->attached = 0; in test_init() 115 state->attached = 1; in test_init() 127 if (state->attached == 1) in test_init() 148 if (state->attached == 1) in test_exit()
|
/linux-4.1.27/tools/usb/ffs-aio-example/simple/host_app/ |
D | test.c | 52 int attached; member 68 state->attached = 0; in test_init() 115 state->attached = 1; in test_init() 127 if (state->attached == 1) in test_init() 148 if (state->attached == 1) in test_exit()
|
/linux-4.1.27/drivers/message/fusion/ |
D | mptsas.c | 433 mptsas_is_end_device(struct mptsas_devinfo * attached) in mptsas_is_end_device() argument 435 if ((attached->sas_address) && in mptsas_is_end_device() 436 (attached->device_info & in mptsas_is_end_device() 438 ((attached->device_info & in mptsas_is_end_device() 440 (attached->device_info & in mptsas_is_end_device() 442 (attached->device_info & in mptsas_is_end_device() 471 memset(&phy_info->attached, 0, sizeof(struct mptsas_devinfo)); in mptsas_port_delete() 774 phy_info->attached.handle_enclosure); in mptsas_add_device_component_starget() 776 mptsas_add_device_component(ioc, phy_info->attached.channel, in mptsas_add_device_component_starget() 777 phy_info->attached.id, phy_info->attached.sas_address, in mptsas_add_device_component_starget() [all …]
|
D | mptsas.h | 167 struct mptsas_devinfo attached; /* point to attached device info */ member
|
/linux-4.1.27/Documentation/devicetree/bindings/input/touchscreen/ |
D | sun4i.txt | 12 - allwinner,ts-attached : boolean indicating that an actual touchscreen 13 is attached to the controller 33 allwinner,ts-attached;
|
/linux-4.1.27/Documentation/devicetree/ |
D | of_unittest.txt | 9 is attached to the live tree dynamically, independent of the machine's 116 in Figure 2 is attached to the live tree described in Figure 1. 127 Figure 2: Example test data tree to be attached to live tree. 130 required to attach the root('/') node. All other nodes are attached by calling 133 In the function of_attach_node(), the new node is attached as the child of the 136 data node is attached to the live tree above (Figure 1), the final structure is 177 test-child0 the test-sibling1 is attached that pushes the child node 182 already present in the live tree), then the node isn't attached rather its 190 order to remove the device nodes attached initially (first the leaf nodes are
|
D | usage-model.txt | 138 board is a carrier for another, such as a CPU module attached to a 335 of the tree is either directly attached to the processor bus, or is a 401 ARM Primecells are a certain kind of device attached to the ARM AMBA
|
/linux-4.1.27/drivers/staging/comedi/kcomedilib/ |
D | kcomedilib_main.c | 55 if (dev->attached) in comedi_open() 84 if (!dev->attached) { in comedi_do_insn() 226 if (dev->attached) in comedi_find_subdevice_by_type() 244 if (!dev->attached || subdevice >= dev->n_subdevices) in comedi_get_n_channels()
|
/linux-4.1.27/drivers/media/pci/zoran/ |
D | videocodec.c | 65 int attached; member 120 "%s[%d]", codec->name, h->attached); in videocodec_attach() 149 h->attached += 1; in videocodec_attach() 220 h->attached -= 1; in videocodec_detach() 291 if (h->attached) { in videocodec_unregister()
|
/linux-4.1.27/drivers/media/rc/ |
D | lirc_dev.c | 52 int attached; member 363 ir->attached = 1; in lirc_register_driver() 415 ir->attached = 0; in lirc_unregister_driver() 524 if (ir->attached) { in lirc_dev_fop_close() 553 if (!ir->attached) in lirc_dev_fop_poll() 587 if (ir->d.minor == NOPLUG || !ir->attached) { in lirc_dev_fop_ioctl() 682 if (!ir->attached) { in lirc_dev_fop_read() 732 if (!ir->attached) { in lirc_dev_fop_read() 781 if (!ir->attached) in lirc_dev_fop_write()
|
/linux-4.1.27/drivers/mcb/ |
D | Kconfig | 25 This is a MCB carrier on a PCI device. Both PCI attached on-board 26 FPGAs as well as CompactPCI attached MCB FPGAs are supported with
|
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/ti/ |
D | emif.txt | 6 of the EMIF IP and memory parts attached to it. 25 instance has a memory part attached to it. If there is a memory 26 part attached to CS1, it should be the same type as the one on CS0,
|
/linux-4.1.27/Documentation/networking/ |
D | policy-routing.txt | 6 with attached information: gateway, device etc. 38 with attached information. 41 RTP_ROUTE - lookup in attached class 42 RTP_NAT - lookup in attached class and if a match is found, 44 RTP_MASQUERADE - lookup in attached class and if a match is found,
|
D | ppp_generic.txt | 150 queue of transmit packets for each attached channel. Normally the 166 If multilink is not in use, this packet is then passed to the attached 252 /dev/ppp acts independently and can be attached either to a PPP unit 260 unattached. Using an ioctl call, it can then be attached to an 261 existing unit, attached to a newly-created unit, or attached to an 262 existing channel. An instance attached to a unit can be used to send 265 attached to a channel can be used to send and receive PPP frames on 270 write to the unit (i.e., to an instance of /dev/ppp attached to the 276 A channel is not initially attached to any unit. In this state it can 282 on whether it is unattached, attached to a PPP interface, or attached [all …]
|
D | ipvlan.txt | 39 In this mode TX processing happens on the stack instance attached to the 45 In this mode TX processing upto L3 happens on the stack instance attached
|
D | dm9000.txt | 23 The minimum set of resources attached to the platform device are as follows: 90 device, whether or not an external PHY is attached to the device and
|
D | ltpc.txt | 42 attached to a network that includes AppleTalk routers or not. If, 58 If you are attached to an extended AppleTalk network, with routers on
|
D | netdevices.txt | 20 separately allocated data is attached to the network device
|
D | rxrpc.txt | 538 of sendmsg() calls, each with the following control message attached: 554 All data will be delivered with the following control message attached: 610 attached: 633 All data will be delivered with the following control message attached: 638 of sendmsg() calls, each with the following control messages attached: 647 control messages attached: 657 control messages attached:
|
D | dns_resolver.txt | 143 dns_query() returns a copy of the value attached to the key, or an error if
|
D | arcnet-hardware.txt | 821 attached to the network must have an unique node ID which must be 1337 The eight switches in SW2 are used to set the node ID. Each node attached 1547 The eight switches in SW2 are used to set the node ID. Each node attached 1811 The eight switches in SW2 are used to set the node ID. Each node attached 1952 The eight switches in SW3 are used to set the node ID. Each node attached 2093 The eight switches in SW2 are used to set the node ID. Each node attached to 2355 ?? -- Some components on a smaller board and attached with 20 pins all 2439 Each node attached to the network must have an unique node ID which 2628 Each node attached to the network must have an unique node ID which 2806 The eight switches in SW2 are used to set the node ID. Each node attached [all …]
|
/linux-4.1.27/drivers/pps/generators/ |
D | pps_gen_parport.c | 65 static int attached; variable 195 if (attached) { in parport_attach() 213 attached = 1; in parport_attach()
|
/linux-4.1.27/drivers/iommu/ |
D | shmobile-iommu.c | 35 struct shmobile_iommu_domain *attached; member 139 if (archdata->attached != sh_domain) { in shmobile_iommu_attach_device() 140 if (archdata->attached) in shmobile_iommu_attach_device() 145 archdata->attached = sh_domain; in shmobile_iommu_attach_device() 171 archdata->attached = NULL; in shmobile_iommu_detach_device()
|
/linux-4.1.27/Documentation/devicetree/bindings/input/ |
D | sun4i-lradc-keys.txt | 1 Allwinner sun4i low res adc attached tablet keys 15 - channel: Channel this key is attached to, mut be 0 or 1.
|
D | e3x0-button.txt | 11 - a phandle to the interrupt controller that it is attached to.
|
D | ti,nspire-keypad.txt | 16 - clocks: The clock this peripheral is attached to.
|
/linux-4.1.27/drivers/ssb/ |
D | Kconfig | 118 Driver for the Sonics Silicon Backplane attached 135 Driver for the Sonics Silicon Backplane attached 155 Driver for the Sonics Silicon Backplane attached 164 Driver for the Sonics Silicon Backplane attached
|
/linux-4.1.27/Documentation/filesystems/pohmelfs/ |
D | network_protocol.txt | 11 __u32 size; /* Size of the attached data */ 49 @size - size of the attached data. For NETFS_READ_PAGE and NETFS_READ_PAGES no data is attached, 57 @csize, @cpad - size and padding size of the (attached if needed) crypto information. 205 @size - size of the attached capabilities structure. 225 @start - size of the attribute (request or attached)
|
D | info.txt | 9 which were attached to it, are updated.
|
/linux-4.1.27/arch/um/ |
D | Kconfig.char | 34 attached to a single portal, although what UML device you get when 74 will be attached by default. This value can be overridden from the 84 except the main console will be attached by default. This value can 96 will be attached by default. This value can be overridden from the
|
/linux-4.1.27/Documentation/hwmon/ |
D | hwmon-kernel-api.txt | 44 monitoring sysfs attributes are expected to have been created and attached to 57 as well as all sysfs attributes attached to the hwmon device. 95 attribute is attached. 107 is the device to which the attribute is attached.
|
D | emc2103 | 31 as temp3 and temp4. If only one diode is attached to this channel, temp4
|
D | adm1026 | 90 The datasheet shows an example application with VID signals attached to
|
D | abituguru-datasheet | 40 later on attached again data-port will hold 0x08, more about this later. 197 seem to know (be programmed with) what kindoff sensor is attached see Sensor
|
/linux-4.1.27/tools/perf/tests/attr/ |
D | test-stat-C0 | 7 # events are enabled by default when attached to cpu
|
D | test-record-C0 | 8 # no enable on exec for CPU attached
|
/linux-4.1.27/sound/soc/xtensa/ |
D | Kconfig | 5 Say Y or M if you want to add support for codecs attached to the
|
/linux-4.1.27/sound/soc/bcm/ |
D | Kconfig | 7 Say Y or M if you want to add support for codecs attached to
|
/linux-4.1.27/Documentation/vm/ |
D | numa | 25 to and accessible from any CPU attached to any cell and cache coherency 31 attached to the same cell will experience faster access times and higher 54 physical cell that has no memory attached, and reassign any CPUs attached to 134 node to which the "current CPU" is attached using one of the kernel's 143 attached to memoryless nodes would always incur the fallback path overhead
|
/linux-4.1.27/drivers/bcma/ |
D | Kconfig | 68 Driver for the Broadcom MIPS core attached to Broadcom specific 87 Driver for the Broadcom GBIT MAC COMMON core attached to Broadcom
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-class-udc | 89 states are: 'not-attached', 'attached', 'powered',
|
D | firewire-cdev | 23 - The 1394 bus (i.e. "card") to which the node is attached to:
|
D | sysfs-bus-firewire | 123 unique properties the SBP-2 attached target.
|
/linux-4.1.27/Documentation/devicetree/bindings/panel/ |
D | simple-panel.txt | 9 - backlight: phandle of the backlight device attached to the panel
|
D | sharp,lq101r1sx01.txt | 28 - backlight: phandle of the backlight device attached to the panel
|
/linux-4.1.27/tools/usb/usbip/ |
D | README | 82 attached to this host. 171 port 0 attached 173 Show the devices attached to this client:
|
/linux-4.1.27/arch/arc/ |
D | Kconfig.debug | 9 kernel stack attached to each process/thread. The default is 8K.
|
/linux-4.1.27/drivers/staging/comedi/ |
D | comedi_fops.c | 150 if (dev->attached) in comedi_device_cleanup() 298 cfp->last_attached = dev->attached; in comedi_file_reset() 309 if (cfp->last_attached != dev->attached || in comedi_file_check() 739 if (!dev->attached) in comedi_device_cancel_all() 754 if (!dev->attached) in is_device_busy() 792 if (dev->attached) { in do_devconfig_ioctl() 2039 if (!dev->attached) { in comedi_unlocked_ioctl() 2157 if (!dev->attached) { in comedi_mmap() 2235 if (!dev->attached) { in comedi_poll() 2284 if (!dev->attached) { in comedi_write() [all …]
|
D | proc.c | 46 if (dev->attached) { in comedi_read()
|
D | drivers.c | 164 dev->attached = false; in comedi_device_detach() 624 dev->attached = true; in comedi_device_postconfig() 789 if (dev->attached) in comedi_device_attach() 945 if (dev->attached && dev->driver == driver) { in comedi_driver_unregister()
|
D | range.c | 70 if (!dev->attached) in do_rangeinfo_ioctl()
|
D | comedidev.h | 272 bool attached:1; member
|
/linux-4.1.27/sound/soc/mxs/ |
D | Kconfig | 7 Say Y or M if you want to add support for codecs attached to
|
/linux-4.1.27/drivers/input/keyboard/ |
D | Kconfig | 29 Say Y here if you want to use a ADP5588/87 attached to your 39 Say Y here if you want to use a ADP5585/ADP5589 attached to your 50 attached. 64 attached. 272 support for a keyboard attached to the HIL port, but not for 292 devices (mice, tablets, touchscreens) attached 363 a keyboard attached to its Maple bus. 532 Say Y here if you want to use a keypad attached to the keyscan block 553 Say Y here if you want to use a keypad attached to the KEYSC block 572 tristate "Allwinner sun4i low res adc attached tablet keys support" [all …]
|
/linux-4.1.27/drivers/net/can/cc770/ |
D | Kconfig | 19 to the processor attached devices).
|
/linux-4.1.27/sound/soc/rockchip/ |
D | Kconfig | 5 Say Y or M if you want to add support for codecs attached to
|
/linux-4.1.27/sound/soc/kirkwood/ |
D | Kconfig | 5 Say Y or M if you want to add support for codecs attached to
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/msm/ |
D | ssbi.txt | 14 "pmic-arbiter". The type chosen is determined by the attached
|
D | qcom,saw2.txt | 42 device for the core (CPU or Cache) the SPM is attached
|
/linux-4.1.27/drivers/misc/cxl/ |
D | Kconfig | 19 coherently attached to a CPU via an MMU. This driver enables
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | arch_timer.txt | 7 The per-core architected timer is attached to a GIC to deliver its 8 per-processor interrupts via PPIs. The memory mapped timer is attached to a GIC
|
D | twd.txt | 7 The TWD is usually attached to a GIC to deliver its two per-processor
|
D | gic.txt | 7 Primary GIC is attached directly to the CPU and typically has PPIs and SGIs. 41 the 8 possible cpus attached to the GIC. A bit set to '1' indicated
|
/linux-4.1.27/sound/soc/tegra/ |
D | Kconfig | 17 Say Y or M if you want to add support for codecs attached to the 34 Say Y or M if you want to add support for codecs attached to the 60 Say Y or M if you want to add support for codecs attached to the
|
/linux-4.1.27/Documentation/w1/ |
D | w1.netlink | 18 Its length field is equal to size of the attached data 34 __u16 len - size of data attached to this header data 62 zero or more attached w1_netlink_cmd messages. 136 w1_netlink_cmd attached), reply will contain only cn_msg and w1_netlink_msg
|
D | w1.generic | 29 and check if it is loaded. If so, the family driver is attached to the slave.
|
/linux-4.1.27/drivers/net/can/c_can/ |
D | Kconfig | 12 processor attached devices) which can be found on various
|
/linux-4.1.27/Documentation/devicetree/bindings/extcon/ |
D | extcon-sm5502.txt | 6 attached or detached and button is pressed or released. It is interfaced to
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/4xx/ |
D | hsta.txt | 5 The 476gtr SoC contains a high speed serial assist module attached
|
D | akebono.txt | 48 The Akebono board has an Atmel AVR microprocessor attached to the I2C
|
/linux-4.1.27/sound/arm/ |
D | Kconfig | 40 Say Y or M if you want to support any AC97 codec attached to
|
/linux-4.1.27/sound/soc/jz4740/ |
D | Kconfig | 6 Say Y or M if you want to add support for codecs attached to
|
/linux-4.1.27/include/linux/power/ |
D | charger-manager.h | 74 bool attached; member
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/ |
D | diu.txt | 15 - edid : verbatim EDID data block describing attached display.
|
/linux-4.1.27/Documentation/devicetree/bindings/fb/ |
D | sm501fb.txt | 18 - edid : verbatim EDID data block describing attached display.
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | i2c-mux.txt | 26 with two NXP pca8574 GPIO expanders attached, one each to
|
D | i2c-pxa-pci-ce4100.txt | 9 attached devices from the devices tree.
|
/linux-4.1.27/Documentation/devicetree/bindings/power/ |
D | ltc2941.txt | 10 type of I2C chip attached.
|
/linux-4.1.27/net/hsr/ |
D | Kconfig | 9 DANH ("Doubly attached node implementing HSR"). For this to work,
|
/linux-4.1.27/Documentation/devicetree/bindings/leds/ |
D | leds-pm8941-wled.txt | 27 - qcom,num-strings: #; number of led strings attached; value from 1 to 3
|
D | leds-lp55xx.txt | 19 - enable-gpio: GPIO attached to the chip's enable pin
|
/linux-4.1.27/drivers/devfreq/ |
D | Kconfig | 17 is attached to a single device and returns a "representative" 18 clock frequency of the device, which is also attached
|
/linux-4.1.27/Documentation/cgroups/ |
D | cgroups.txt | 59 state attached to each cgroup in the hierarchy. Each hierarchy has 105 would be attached to the same hierarchy. 119 In addition (system tasks) are attached to topcpuset (so 190 - You can list all the tasks (by PID) attached to any cgroup. 233 - tasks: list of tasks (by PID) attached to that cgroup. This list 258 on a system into related sets of tasks. A task may be re-attached to 408 (plus whatever files added by the attached subsystems) 421 has processes attached, or is held alive by other subsystem-specific 444 attached to the cgroup. Writing 0 to cgroup.procs moves all tasks 586 @tset contains the tasks to be attached and is guaranteed to have at [all …]
|
D | cpusets.txt | 121 - Each task in the system is attached to a cpuset, via a pointer 136 - You can list all the tasks (by pid) attached to any cpuset. 188 CPUs and Memory Nodes, and attached tasks, are modified by writing 198 may be re-attached to any other cpuset, if allowed by the permissions 294 of data per-cpuset) is kept, and updated by any task attached to that 598 is attached, is subtle. 600 If a cpuset has its Memory Nodes modified, then for each task attached 633 tasks are attached to that cpuset, any pages that task had 767 processes attached). 832 Q: When I attach processes, only the first of the line gets really attached !
|
/linux-4.1.27/Documentation/frv/ |
D | README.txt | 28 A description of how to debug the kernel using GDB attached by serial
|
D | gdbstub.txt | 20 which the touch screen is attached becomes /dev/ttyS0.
|
D | mmu-layout.txt | 285 (*) The PTD last used by the instruction TLB miss handler is attached to DAMR4. 286 (*) The PTD last used by the data TLB miss handler is attached to DAMR5.
|
/linux-4.1.27/arch/metag/ |
D | Kconfig.debug | 14 kernel stack attached to each process/thread. This facilitates
|
/linux-4.1.27/sound/soc/cirrus/ |
D | Kconfig | 6 Say Y or M if you want to add support for codecs attached to
|
/linux-4.1.27/Documentation/w1/masters/ |
D | ds2490 | 24 - The hardware will detect when devices are attached to the bus on the 58 normally the first time the module was loaded after qemu attached
|
/linux-4.1.27/drivers/staging/unisys/Documentation/ABI/ |
D | sysfs-platform-visorchipset | 75 first disabling all VFs attached to that PF. s-Par handles this 94 first disabling all VFs attached to that PF. s-Par handles this
|
/linux-4.1.27/drivers/scsi/fcoe/ |
D | fcoe_transport.c | 518 if (ft->attached) { in fcoe_transport_attach() 531 ft->attached = true; in fcoe_transport_attach() 552 if (!ft->attached) { in fcoe_transport_detach() 573 ft->attached = false; in fcoe_transport_detach()
|
/linux-4.1.27/Documentation/power/ |
D | charger-manager.txt | 6 and where each battery may have multiple chargers attached and the userland 112 battery), an instance of Charger Manager is attached to it. 125 an external power source is attached. 159 external power source is attached or not), and "STATUS" (shows whether
|
/linux-4.1.27/Documentation/usb/ |
D | persist.txt | 20 device is still attached or perhaps it was removed and a different 25 wakes up all the devices attached to that controller are treated as 80 re-enumeration shows that the device now attached to that port has the 90 If no device is now attached to the port, or if the descriptors are
|
D | power-management.txt | 587 rules and require the attached child device and all descendants to be suspended. 598 attached child-devices will disconnect. A good rule of thumb is that if the 607 attached child device + 646 3/ Port resume always triggers an attached child device to resume. After a 708 Once a child device is attached additional constraints are
|
/linux-4.1.27/Documentation/block/ |
D | data-integrity.txt | 105 that's attached to the I/O. 119 attached to a typical 4KB filesystem block. 143 attached using bio_integrity_add_page(). 191 attached. It can also use the application tag space if this is 240 Upon completion of a READ operation, the attached pages will
|
D | null_blk.txt | 59 The number of submission queues attached to the device driver. If unset, it
|
/linux-4.1.27/drivers/gpu/drm/panel/ |
D | Kconfig | 17 a GPIO to be powered up. Optionally a backlight can be attached so
|
/linux-4.1.27/Documentation/devicetree/bindings/c6x/ |
D | emifa.txt | 62 This shows a flash chip attached to chip select 3.
|
/linux-4.1.27/drivers/media/pci/ddbridge/ |
D | ddbridge.h | 76 int attached; member
|
D | ddbridge-core.c | 787 switch (input->attached) { in dvb_input_detach() 813 input->attached = 0; in dvb_input_detach() 831 input->attached = 1; in dvb_input_attach() 838 input->attached = 2; in dvb_input_attach() 845 input->attached = 3; in dvb_input_attach() 850 input->attached = 4; in dvb_input_attach() 891 input->attached = 5; in dvb_input_attach()
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | simple-card.txt | 21 headphones are attached. 23 a microphone is attached.
|
/linux-4.1.27/drivers/usb/isp1760/ |
D | Kconfig | 9 This USB controller is usually attached to a non-DMA-Master
|
/linux-4.1.27/Documentation/devicetree/bindings/bus/ |
D | brcm,bus-axi.txt | 17 The top-level axi bus may contain children representing attached cores
|
/linux-4.1.27/Documentation/spi/ |
D | pxa2xx | 35 slave device (chips) attached to this SPI master. 61 .num_chipselect = 1, /* Matches the number of chips attached to NSSP */ 90 Each slave device attached to the PXA must provide slave specific configuration
|
/linux-4.1.27/Documentation/fb/ |
D | udlfb.txt | 132 attached to the DisplayLink device fails. This is 135 this file returns the current EDID of the attached 137 useful to get the EDID of the attached monitor,
|
D | sh7760fb.txt | 46 attached. Data must be wrapped in a "struct sh7760fb_platdata" and
|
D | intel810.txt | 146 Useful if the BIOS turns off the VGA port when no monitor is attached. 147 The external VGA monitor can then be attached without rebooting.
|
/linux-4.1.27/Documentation/rapidio/ |
D | rapidio.txt | 79 intended to support specific RapidIO devices attached to the RapidIO network. 89 subsystem interfaces. This allows to have multiple common services attached to 116 define how any given method can be attached to available RapidIO mports: 262 device ID; it relies on hopcount and routing for device ID of an attached 264 chain of switches) does not have any endpoint (except enumerator) attached to 306 A new enumeration/discovery method has to be attached to one or more mport
|
D | sysfs.txt | 82 a switch port has no attached device, returns "null" instead of 143 devices attached to it.
|
/linux-4.1.27/sound/soc/atmel/ |
D | Kconfig | 5 Say Y or M if you want to add support for codecs attached to
|
/linux-4.1.27/Documentation/devicetree/bindings/drm/tilcdc/ |
D | panel.txt | 22 - backlight: phandle of the backlight device attached to the panel
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | amplc_pc236_common.c | 137 if (dev->attached && handled) { in pc236_interrupt()
|
D | dt2814.c | 204 if (!dev->attached) { in dt2814_interrupt()
|
D | addi_apci_2032.c | 179 if (!dev->attached) in apci2032_interrupt()
|
D | pcl711.c | 197 if (!dev->attached) { in pcl711_interrupt()
|
D | das16m1.c | 474 if (!dev->attached) { in das16m1_interrupt()
|
D | dmm32at.c | 417 if (!dev->attached) { in dmm32at_isr()
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | README.WINVIEW | 5 the main difference is that they have attached a programmable attenuator to 3
|
/linux-4.1.27/drivers/net/ethernet/micrel/ |
D | Kconfig | 45 SPI driver for Micrel KS8851 SPI attached network chip.
|
/linux-4.1.27/sound/soc/fsl/ |
D | Kconfig | 77 Say Y or M if you want to add support for codecs attached to 84 Say Y or M if you want to add support for codecs attached to 229 Enable I2S based access to the TLV320AIC23B codec attached
|
/linux-4.1.27/Documentation/mtd/ |
D | spi-nor.txt | 8 controller operates agnostic of the specific device attached. However, some
|
/linux-4.1.27/Documentation/devicetree/bindings/drm/imx/ |
D | fsl-imx-drm.txt | 65 - edid: verbatim EDID data block describing attached display.
|
/linux-4.1.27/Documentation/s390/ |
D | CommonIO | 17 which the device in question is attached will be treated as if no device was 18 attached.
|
D | cds.txt | 109 provides a unified view of the devices physically attached to the systems. 115 where the ESA/390 architecture allows for 64k devices be attached. 119 maximum of 15 different interrupt lines. All devices attached to such a system 120 share those 15 interrupt levels. Devices attached to the ISA bus system must
|
/linux-4.1.27/drivers/staging/unisys/visorchipset/ |
D | visorchipset.h | 36 u32 attached:1; member
|
/linux-4.1.27/Documentation/i2c/ |
D | upgrading-clients | 150 attached by the core. Change the probe routine as so: 173 And remove the change after our client is attached, as the driver no
|
/linux-4.1.27/sound/soc/pxa/ |
D | Kconfig | 6 Say Y or M if you want to add support for codecs attached to 17 Say Y if you want to add support for codecs attached to
|
/linux-4.1.27/Documentation/devicetree/bindings/phy/ |
D | phy-miphy365x.txt | 33 - st,sata-gen : Generation of locally attached SATA IP. Expected values
|
/linux-4.1.27/drivers/s390/char/ |
D | Kconfig | 6 prompt "Support for locally attached 3270 terminals" 133 Select this option if you want to access channel-attached tape
|
/linux-4.1.27/sound/soc/blackfin/ |
D | Kconfig | 7 Say Y or M if you want to add support for codecs attached to 128 Say Y or M if you want to add support for codecs attached to
|
/linux-4.1.27/include/scsi/ |
D | libfcoe.h | 310 bool attached; member
|
/linux-4.1.27/Documentation/netlabel/ |
D | cipso_ipv4.txt | 24 generated and attached to the socket.
|
/linux-4.1.27/Documentation/input/ |
D | cs461x.txt | 3 This is a new low-level driver to support analog joystick attached to
|
D | ntrig.txt | 13 attached.
|
/linux-4.1.27/Documentation/isdn/ |
D | README.syncppp | 40 for the negotiation from the attached network-interface.
|
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/ |
D | ingenic,jz4780-nemc.txt | 45 Example (NEMC node with a NAND child device attached at CS1):
|
/linux-4.1.27/Documentation/ |
D | bcache.txt | 83 must be attached to your cache set to enable caching. Attaching a backing 199 (if attached) /sys/fs/bcache/<cset-uuid>/bdev* 246 no cache: Has never been attached to a cache set. 316 Symlink to each of the attached backing devices. 361 Write to this file to shut down the cache set - waits until all attached
|
D | pi-futex.txt | 91 remaining work: if there is no futex-queue attached to the futex address 109 behalf of userspace - and it also unlocks the attached
|
D | SAK.txt | 84 initscripts to have file descriptors 3, 4 and 5 attached to
|
D | xillybus.txt | 175 With this feature, a memory or register interface can be attached on the 177 the attached memory is done by seeking to the desired address, and calling 263 related messages from the FPGA, and has no pipe attached to it.
|
/linux-4.1.27/Documentation/video4linux/ |
D | cpia2_overview.txt | 7 which can handle up to 30 fps VGA. Both coprocessors can be attached to two
|
/linux-4.1.27/Documentation/ide/ |
D | ide.txt | 43 - If possible devices should be attached to separate channels if they are 71 ones), for the drives/geometries attached to those interfaces, and for the IRQ 106 Note that when only one IDE device is attached to an interface, it should be
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | Exporting | 72 DCACHE_DISCONNECTED) dentry is allocated and attached. 74 can ever be attached.
|
/linux-4.1.27/Documentation/security/ |
D | keys.txt | 92 attached payload back into a blob of data. 96 (*) Uninstantiated. The key exists, but does not have any data attached. 100 has data attached. 473 If name is NULL, an anonymous keyring is created attached to the process 479 attached as the session keyring. 567 This function clears the list of keys attached to a keyring. The calling 708 attached for this thread. reqkey_defl should be one of these constants: 769 (*) Get the LSM security context attached to a key. 775 attached to a key in the buffer provided. 898 If successful, the key will have been attached to the default keyring for [all …]
|
/linux-4.1.27/net/atm/ |
D | Kconfig | 54 bridges and ATM attached hosts establish direct ATM VCs across
|
/linux-4.1.27/Documentation/scsi/ |
D | osd.txt | 7 constructs. Each object has associated attributes attached to it, which are 169 only deployed OSD transport. In the future we anticipate SAS and FC attached OSD
|
D | 00-INDEX | 18 - Changes to serial attached scsi version of LSI megaraid controller.
|
D | tmscsim.txt | 142 the attached devices and their settings. 153 Nr of attached devices: 4, Nr of DCBs: 4 154 Map of attached LUNs: 01 00 00 03 01 00 00 00
|
/linux-4.1.27/Documentation/laptops/ |
D | disk-shock-protection.txt | 83 controller port this device is attached to will be deferred. That is 90 attached to any single port. In SATA world we have port multipliers
|
/linux-4.1.27/Documentation/serial/ |
D | tty.txt | 42 open() - Called when the line discipline is attached to 46 prevent the ldisc from being attached. Can sleep. 216 is currently attached or the ldisc is being closed and re-opened at this
|
/linux-4.1.27/Documentation/PCI/ |
D | pcieaer-howto.txt | 45 The PCI Express AER Root driver is a Root Port service driver attached 226 A: The devices attached with the driver won't be recovered. If the 234 upstream ports who are attached by the service driver.
|
/linux-4.1.27/Documentation/crypto/ |
D | asymmetric-keys.txt | 166 performed on that key and that determines what data is attached as the key 292 When clearing up, the data attached to ->type_data[1] and ->description 293 will be kfree()'d and the data attached to ->payload will be passed to the
|
/linux-4.1.27/drivers/staging/iio/Documentation/ |
D | device.txt | 63 to which this device is attached sends an event.
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | fake-numa-for-cpusets | 7 assign them to cpusets and their attached tasks. This is a way of limiting the
|
/linux-4.1.27/Documentation/infiniband/ |
D | user_verbs.txt | 34 of which resources are attached to a given userspace context. The
|
D | user_mad.txt | 6 "issm" device attached. For example, a two-port HCA will have two
|
/linux-4.1.27/fs/proc/ |
D | Kconfig | 14 that are used by the attached devices to gain the CPU's attention --
|
/linux-4.1.27/arch/sh/ |
D | Kconfig.debug | 36 kernel stack attached to each process/thread. This facilitates
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | Kconfig.aic79xx | 29 failures when many devices are attached to the system. For this reason,
|
D | Kconfig.aic7xxx | 34 failures when many devices are attached to the system. For this reason,
|
/linux-4.1.27/include/linux/usb/ |
D | serial.h | 158 unsigned char attached:1; member
|
/linux-4.1.27/drivers/power/ |
D | charger-manager.c | 1136 if (cable->attached && cable->min_uA != 0 && cable->max_uA != 0) { in charger_extcon_work() 1150 try_charger_enable(cable->cm, cable->attached); in charger_extcon_work() 1171 cable->attached = event; in charger_extcon_notifier() 1177 if (cable->attached && is_polling_required(cable->cm)) { in charger_extcon_notifier()
|
D | Kconfig | 343 chargers attached to a battery and multiple batteries attached to a
|
/linux-4.1.27/drivers/net/can/sja1000/ |
D | Kconfig | 18 processor attached devices). Which can be found on various
|
/linux-4.1.27/drivers/auxdisplay/ |
D | Kconfig | 92 The LCD framebuffer driver can be attached to a console.
|
/linux-4.1.27/tools/perf/ |
D | design.txt | 236 pid == 0: if the pid parameter is zero, the counter is attached to the 239 pid > 0: the counter is attached to a specific task (if the current task 435 attached to it, using prctl:
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/omap/ |
D | omap.txt | 18 HW documentation, attached to a device. Must contain at least
|
/linux-4.1.27/Documentation/driver-model/ |
D | binding.txt | 55 When a driver is attached to a device, the device is inserted into the
|
/linux-4.1.27/Documentation/hid/ |
D | uhid.txt | 50 UHID_OPEN event, the internally attached HID Device Driver has no user attached.
|
D | hidraw.txt | 32 devices attached to the system. There is a tutorial on libudev with a
|
/linux-4.1.27/drivers/usb/serial/ |
D | usb-serial.c | 139 if (serial->attached && serial->type->release) in destroy_serial() 1044 serial->attached = 1; in usb_serial_probe() 1052 serial->attached = 1; in usb_serial_probe()
|
/linux-4.1.27/sound/oss/ |
D | waveartist.c | 1969 static int attached; variable 2008 attached = 1; in init_waveartist() 2015 if (attached) in cleanup_waveartist()
|
/linux-4.1.27/drivers/mtd/nand/ |
D | Kconfig | 310 Use NAND flash attached to the CAFÉ chip designed for the OLPC 401 BCMA bus can have various flash memories attached, they are 518 Enables support for NAND Flash chips on Lantiq XWAY SoCs. NAND is attached
|
/linux-4.1.27/tools/perf/tests/ |
D | make | 100 # $(run_O) contains same portion of $(run) tests with '_O' attached
|
/linux-4.1.27/Documentation/acpi/ |
D | scan_handlers.txt | 46 unregistration of device nodes the handler attached to previously.
|
/linux-4.1.27/arch/arm/mach-sa1100/ |
D | Kconfig | 166 This isn't for audio support, but for attached sensors and
|
/linux-4.1.27/Documentation/filesystems/ |
D | sysfs-pci.txt | 86 removed from any drivers attached to it. Removal of PCI root buses is
|
/linux-4.1.27/Documentation/trace/ |
D | tracepoints.txt | 16 connected to it) or "off" (no probe is attached). When a tracepoint is
|
/linux-4.1.27/drivers/crypto/ |
D | Kconfig | 65 tristate "Support for PCI-attached cryptographic adapters" 69 Select this option if you want to use a PCI-attached cryptographic
|
/linux-4.1.27/drivers/net/phy/ |
D | Kconfig | 9 Ethernet controllers are usually attached to PHY
|
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/ |
D | GPIO.txt | 11 There are a number of conditions attached to the configuration
|
/linux-4.1.27/sound/soc/samsung/ |
D | Kconfig | 8 Say Y or M if you want to add support for codecs attached to
|
/linux-4.1.27/drivers/net/can/ |
D | Kconfig | 16 CAN driver for several 'low cost' CAN interfaces that are attached
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | c2k.dts | 313 /* Devices attached to the device controller */
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | satan.S | 27 | of X with a bit-1 attached at the 6-th bit position. Define u
|
/linux-4.1.27/drivers/mtd/maps/ |
D | Kconfig | 158 This provides a driver for the NOR flash attached to a PXA2xx chip. 232 Support for NOR flash attached to the Lantiq SoC's External Bus Unit.
|
/linux-4.1.27/drivers/ata/ |
D | sata_sil24.c | 554 static void sil24_config_pmp(struct ata_port *ap, int attached) in sil24_config_pmp() argument 558 if (attached) in sil24_config_pmp()
|