/linux-4.4.14/drivers/extcon/ |
D | extcon-max77693.c | 264 u8 val, bool attached) in max77693_muic_set_path() argument 269 if (attached) in max77693_muic_set_path() 281 if (attached) in max77693_muic_set_path() 297 ctrl1, ctrl2, attached ? "attached" : "detached"); in max77693_muic_set_path() 316 enum max77693_muic_cable_group group, bool *attached) in max77693_muic_get_cable_type() argument 340 *attached = false; in max77693_muic_get_cable_type() 345 *attached = true; in max77693_muic_get_cable_type() 364 *attached = false; in max77693_muic_get_cable_type() 369 *attached = true; in max77693_muic_get_cable_type() 406 *attached = false; in max77693_muic_get_cable_type() [all …]
|
D | extcon-max77843.c | 200 u8 val, bool attached) in max77843_muic_set_path() argument 206 if (attached) in max77843_muic_set_path() 219 if (attached) in max77843_muic_set_path() 235 ctrl1, ctrl2, attached ? "attached" : "detached"); in max77843_muic_set_path() 241 enum max77843_muic_cable_group group, bool *attached) in max77843_muic_get_cable_type() argument 252 *attached = false; in max77843_muic_get_cable_type() 256 *attached = true; in max77843_muic_get_cable_type() 270 *attached = false; in max77843_muic_get_cable_type() 277 *attached = true; in max77843_muic_get_cable_type() 285 *attached = false; in max77843_muic_get_cable_type() [all …]
|
D | extcon-max8997.c | 204 u8 val, bool attached) in max8997_muic_set_path() argument 209 if (attached) in max8997_muic_set_path() 221 if (attached) in max8997_muic_set_path() 236 ctrl1, ctrl2, attached ? "attached" : "detached"); in max8997_muic_set_path() 253 enum max8997_muic_cable_group group, bool *attached) in max8997_muic_get_cable_type() argument 274 *attached = false; in max8997_muic_get_cable_type() 279 *attached = true; in max8997_muic_get_cable_type() 293 *attached = false; in max8997_muic_get_cable_type() 298 *attached = true; in max8997_muic_get_cable_type() 319 enum max8997_muic_usb_type usb_type, bool attached) in max8997_muic_handle_usb() argument [all …]
|
D | extcon-max14577.c | 204 u8 val, bool attached) in max14577_muic_set_path() argument 218 if (attached) in max14577_muic_set_path() 231 if (attached) in max14577_muic_set_path() 246 ctrl1, ctrl2, attached ? "attached" : "detached"); in max14577_muic_set_path() 263 enum max14577_muic_cable_group group, bool *attached) in max14577_muic_get_cable_type() argument 284 *attached = false; in max14577_muic_get_cable_type() 289 *attached = true; in max14577_muic_get_cable_type() 304 *attached = false; in max14577_muic_get_cable_type() 309 *attached = true; in max14577_muic_get_cable_type() 330 int cable_type, bool attached) in max14577_muic_jig_handler() argument [all …]
|
D | extcon-rt8973a.c | 224 unsigned int con_sw, bool attached) in rt8973a_muic_set_path() argument 235 if (!attached) in rt8973a_muic_set_path() 304 bool attached = false; in rt8973a_muic_cable_handler() local 309 attached = true; in rt8973a_muic_cable_handler() 313 attached = false; in rt8973a_muic_cable_handler() 321 attached = false; in rt8973a_muic_cable_handler() 395 ret = rt8973a_muic_set_path(info, con_sw, attached); in rt8973a_muic_cable_handler() 400 extcon_set_cable_state_(info->edev, id, attached); in rt8973a_muic_cable_handler()
|
D | extcon-sm5502.c | 221 bool attached) in sm5502_muic_set_path() argument 225 if (!attached) { in sm5502_muic_set_path() 369 bool attached) in sm5502_muic_cable_handler() argument 379 if (attached) in sm5502_muic_cable_handler() 408 ret = sm5502_muic_set_path(info, con_sw, vbus_sw, attached); in sm5502_muic_cable_handler() 413 extcon_set_cable_state_(info->edev, id, attached); in sm5502_muic_cable_handler()
|
D | extcon.c | 162 static bool is_extcon_changed(u32 prev, u32 new, int idx, bool *attached) in is_extcon_changed() argument 165 *attached = ((new >> idx) & 0x1) ? true : false; in is_extcon_changed() 268 bool attached; in extcon_update_state() local 290 &attached)) in extcon_update_state() 292 attached, edev); in extcon_update_state()
|
D | Kconfig | 8 cables attached. For example, an external connector of a device
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/drivers/crypto/qat/qat_common/ |
D | adf_dev_mgr.c | 61 bool attached; member 207 map->attached = true; in adf_devmgr_add_dev() 223 map->attached = true; in adf_devmgr_add_dev() 245 map->attached = true; in adf_devmgr_add_dev() 284 map->attached = false; in adf_devmgr_rm_dev() 380 if (ptr->bdf != ~0 && !ptr->attached) in adf_get_num_dettached_vfs()
|
/linux-4.4.14/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.4.14/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.4.14/sound/soc/zte/ |
D | Kconfig | 7 Say Y or M if you want to add support for codecs attached to the 16 Say Y or M if you want to add support for codecs attached to the
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/Documentation/devicetree/bindings/memory-controllers/ti/ |
D | emif.txt | 6 of the EMIF IP and memory parts attached to it. 26 instance has a memory part attached to it. If there is a memory 27 part attached to CS1, it should be the same type as the one on CS0,
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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, must 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.4.14/drivers/ssb/ |
D | Kconfig | 127 Driver for the Sonics Silicon Backplane attached 144 Driver for the Sonics Silicon Backplane attached 164 Driver for the Sonics Silicon Backplane attached 173 Driver for the Sonics Silicon Backplane attached
|
/linux-4.4.14/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.4.14/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.4.14/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
|
/linux-4.4.14/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.4.14/drivers/scsi/cxlflash/ |
D | Kconfig | 2 # IBM CXL-attached Flash Accelerator SCSI Driver
|
/linux-4.4.14/sound/soc/xtensa/ |
D | Kconfig | 5 Say Y or M if you want to add support for codecs attached to the
|
/linux-4.4.14/sound/soc/bcm/ |
D | Kconfig | 7 Say Y or M if you want to add support for codecs attached to
|
/linux-4.4.14/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.4.14/Documentation/ABI/stable/ |
D | sysfs-class-udc | 89 states are: 'not-attached', 'attached', 'powered',
|
D | sysfs-bus-w1 | 6 control systems are attached/generate presence for as short as
|
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.4.14/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.4.14/Documentation/devicetree/bindings/display/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.4.14/tools/usb/usbip/ |
D | README | 82 attached to this host. 171 port 0 attached 173 Show the devices attached to this client:
|
/linux-4.4.14/drivers/staging/comedi/ |
D | comedi_fops.c | 167 if (dev->attached) in comedi_device_cleanup() 312 cfp->last_attached = dev->attached; in comedi_file_reset() 323 if (cfp->last_attached != dev->attached || in comedi_file_check() 778 if (!dev->attached) in comedi_device_cancel_all() 793 if (!dev->attached) in is_device_busy() 831 if (dev->attached) { in do_devconfig_ioctl() 2073 if (!dev->attached) { in comedi_unlocked_ioctl() 2191 if (!dev->attached) { in comedi_mmap() 2269 if (!dev->attached) { in comedi_poll() 2319 if (!dev->attached) { in comedi_write() [all …]
|
D | proc.c | 46 if (dev->attached) { in comedi_read()
|
D | drivers.c | 210 dev->attached = false; in comedi_device_detach() 720 dev->attached = true; in comedi_device_postconfig() 915 if (dev->attached) in comedi_device_attach() 1130 if (dev->attached && dev->driver == driver) { in comedi_driver_unregister()
|
D | range.c | 70 if (!dev->attached) in do_rangeinfo_ioctl()
|
D | comedidev.h | 538 bool attached:1; member
|
/linux-4.4.14/arch/arc/ |
D | Kconfig.debug | 9 kernel stack attached to each process/thread. The default is 8K.
|
/linux-4.4.14/sound/soc/mxs/ |
D | Kconfig | 7 Say Y or M if you want to add support for codecs attached to
|
/linux-4.4.14/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. 544 Say Y here if you want to use a keypad attached to the keyscan block 565 Say Y here if you want to use a keypad attached to the KEYSC block 584 tristate "Allwinner sun4i low res adc attached tablet keys support" [all …]
|
/linux-4.4.14/drivers/net/can/cc770/ |
D | Kconfig | 19 to the processor attached devices).
|
/linux-4.4.14/sound/soc/kirkwood/ |
D | Kconfig | 5 Say Y or M if you want to add support for codecs attached to
|
/linux-4.4.14/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.4.14/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
|
/linux-4.4.14/drivers/staging/most/Documentation/ABI/ |
D | sysfs-class-most.txt | 32 List of attached MOST interfaces. 41 location of the device. Hardware attached via USB, for instance, 172 controller is attached via USB.
|
/linux-4.4.14/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.4.14/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.4.14/drivers/net/can/c_can/ |
D | Kconfig | 12 processor attached devices) which can be found on various
|
/linux-4.4.14/Documentation/devicetree/bindings/extcon/ |
D | extcon-sm5502.txt | 6 attached or detached and button is pressed or released. It is interfaced to
|
/linux-4.4.14/drivers/misc/cxl/ |
D | Kconfig | 29 coherently attached to a CPU via an MMU. This driver enables
|
/linux-4.4.14/sound/arm/ |
D | Kconfig | 40 Say Y or M if you want to support any AC97 codec attached to
|
/linux-4.4.14/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.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | diu.txt | 15 - edid : verbatim EDID data block describing attached display.
|
/linux-4.4.14/sound/soc/jz4740/ |
D | Kconfig | 6 Say Y or M if you want to add support for codecs attached to
|
/linux-4.4.14/include/linux/power/ |
D | charger-manager.h | 74 bool attached; member
|
/linux-4.4.14/Documentation/devicetree/bindings/display/ |
D | sm501fb.txt | 18 - edid : verbatim EDID data block describing attached display.
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c-mux.txt | 26 with two NXP pca8574 GPIO expanders attached, one each to
|
D | i2c.txt | 20 flags can be attached to the address. I2C_TEN_BIT_ADDRESS is used to mark a 10
|
D | i2c-pxa-pci-ce4100.txt | 9 attached devices from the devices tree.
|
/linux-4.4.14/Documentation/devicetree/bindings/leds/backlight/ |
D | pm8941-wled.txt | 26 - qcom,num-strings: #; number of led strings attached; value from 1 to 3
|
/linux-4.4.14/Documentation/devicetree/bindings/power/ |
D | ltc2941.txt | 10 type of I2C chip attached.
|
/linux-4.4.14/net/hsr/ |
D | Kconfig | 9 DANH ("Doubly attached node implementing HSR"). For this to work,
|
/linux-4.4.14/Documentation/devicetree/bindings/crypto/ |
D | mv_cesa.txt | 9 region. Can also contain an entry for the SRAM attached to the CESA,
|
D | marvell-cesa.txt | 13 region. Can also contain an entry for the SRAM attached to the CESA,
|
/linux-4.4.14/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.4.14/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.4.14/arch/metag/ |
D | Kconfig.debug | 14 kernel stack attached to each process/thread. This facilitates
|
/linux-4.4.14/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.4.14/sound/soc/cirrus/ |
D | Kconfig | 6 Say Y or M if you want to add support for codecs attached to
|
/linux-4.4.14/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.4.14/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.4.14/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
|
/linux-4.4.14/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.4.14/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.4.14/Documentation/devicetree/bindings/c6x/ |
D | emifa.txt | 62 This shows a flash chip attached to chip select 3.
|
/linux-4.4.14/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.4.14/Documentation/devicetree/bindings/sound/ |
D | simple-card.txt | 22 headphones are attached. 24 a microphone is attached.
|
/linux-4.4.14/drivers/staging/unisys/Documentation/ABI/ |
D | sysfs-platform-visorchipset | 77 first disabling all VFs attached to that PF. s-Par handles this 96 first disabling all VFs attached to that PF. s-Par handles this
|
/linux-4.4.14/Documentation/devicetree/bindings/bus/ |
D | brcm,bus-axi.txt | 17 The top-level axi bus may contain children representing attached cores
|
/linux-4.4.14/drivers/usb/isp1760/ |
D | Kconfig | 9 This USB controller is usually attached to a non-DMA-Master
|
/linux-4.4.14/sound/soc/rockchip/ |
D | Kconfig | 5 Say Y or M if you want to add support for codecs attached to
|
/linux-4.4.14/drivers/gpu/drm/panel/ |
D | Kconfig | 17 a GPIO to be powered up. Optionally a backlight can be attached so
|
/linux-4.4.14/Documentation/spi/ |
D | pxa2xx | 30 slave device (chips) attached to this SPI master. 55 .num_chipselect = 1, /* Matches the number of chips attached to NSSP */ 84 Each slave device attached to the PXA must provide slave specific configuration
|
/linux-4.4.14/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.4.14/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.4.14/Documentation/devicetree/bindings/display/tilcdc/ |
D | panel.txt | 22 - backlight: phandle of the backlight device attached to the panel
|
/linux-4.4.14/drivers/net/ethernet/micrel/ |
D | Kconfig | 43 SPI driver for Micrel KS8851 SPI attached network chip.
|
/linux-4.4.14/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 | 198 if (!dev->attached) { in pcl711_interrupt()
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | README.WINVIEW | 5 the main difference is that they have attached a programmable attenuator to 3
|
/linux-4.4.14/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.4.14/sound/soc/atmel/ |
D | Kconfig | 5 Say Y or M if you want to add support for codecs attached to
|
/linux-4.4.14/Documentation/mtd/ |
D | spi-nor.txt | 8 controller operates agnostic of the specific device attached. However, some
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | arm,gic.txt | 7 Primary GIC is attached directly to the CPU and typically has PPIs and SGIs. 42 the 8 possible cpus attached to the GIC. A bit set to '1' indicated
|
/linux-4.4.14/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.4.14/drivers/staging/unisys/include/ |
D | visorbus.h | 49 u32 attached:1; member
|
/linux-4.4.14/Documentation/devicetree/bindings/display/imx/ |
D | fsl-imx-drm.txt | 65 - edid: verbatim EDID data block describing attached display.
|
/linux-4.4.14/Documentation/ |
D | men-chameleon-bus.txt | 56 single FPGA and usually attached via some sort of PCI or PCIe link. Each 65 Chameleon FPGA is attached to. Some IP Core drivers may need to interact with
|
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.4.14/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.4.14/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.4.14/Documentation/devicetree/bindings/phy/ |
D | phy-miphy365x.txt | 33 - st,sata-gen : Generation of locally attached SATA IP. Expected values
|
/linux-4.4.14/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.4.14/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.4.14/Documentation/input/ |
D | cs461x.txt | 3 This is a new low-level driver to support analog joystick attached to
|
/linux-4.4.14/Documentation/netlabel/ |
D | cipso_ipv4.txt | 24 generated and attached to the socket.
|
/linux-4.4.14/Documentation/isdn/ |
D | README.syncppp | 40 for the negotiation from the attached network-interface.
|
/linux-4.4.14/include/scsi/ |
D | libfcoe.h | 310 bool attached; member
|
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/ |
D | ingenic,jz4780-nemc.txt | 45 Example (NEMC node with a NAND child device attached at CS1):
|
/linux-4.4.14/Documentation/video4linux/ |
D | cpia2_overview.txt | 7 which can handle up to 30 fps VGA. Both coprocessors can be attached to two
|
/linux-4.4.14/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.4.14/Documentation/filesystems/nfs/ |
D | Exporting | 72 DCACHE_DISCONNECTED) dentry is allocated and attached. 74 can ever be attached.
|
/linux-4.4.14/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.4.14/net/atm/ |
D | Kconfig | 54 bridges and ATM attached hosts establish direct ATM VCs across
|
/linux-4.4.14/drivers/usb/dwc3/ |
D | Kconfig | 18 Select this if you have ULPI type PHY attached to your DWC3
|
/linux-4.4.14/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.
|
/linux-4.4.14/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.4.14/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 ->payload[asym_key_ids] and 293 ->description will be kfree()'d and the data attached to
|
/linux-4.4.14/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.4.14/drivers/staging/iio/Documentation/ |
D | device.txt | 63 to which this device is attached sends an event.
|
/linux-4.4.14/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.4.14/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.4.14/arch/sh/ |
D | Kconfig.debug | 36 kernel stack attached to each process/thread. This facilitates
|
/linux-4.4.14/include/linux/usb/ |
D | serial.h | 158 unsigned char attached:1; member
|
/linux-4.4.14/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.4.14/Documentation/serial/ |
D | tty.txt | 39 open() - Called when the line discipline is attached to 48 being attached. Can sleep. 231 is currently attached or the ldisc is being closed and re-opened at this
|
/linux-4.4.14/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()
|
/linux-4.4.14/drivers/net/can/sja1000/ |
D | Kconfig | 18 processor attached devices). Which can be found on various
|
/linux-4.4.14/fs/proc/ |
D | Kconfig | 14 that are used by the attached devices to gain the CPU's attention --
|
/linux-4.4.14/drivers/auxdisplay/ |
D | Kconfig | 92 The LCD framebuffer driver can be attached to a console.
|
/linux-4.4.14/Documentation/devicetree/bindings/leds/ |
D | leds-lp55xx.txt | 19 - enable-gpio: GPIO attached to the chip's enable pin
|
/linux-4.4.14/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.4.14/drivers/usb/core/ |
D | Kconfig | 98 attached to them. The ULPI PHY drivers themselves are normal PHY
|
/linux-4.4.14/arch/powerpc/boot/dts/fsl/ |
D | t104xd4rdb.dtsi | 143 * slot. Systems with such devices attached
|
/linux-4.4.14/Documentation/driver-model/ |
D | binding.txt | 55 When a driver is attached to a device, the device is inserted into the
|
/linux-4.4.14/Documentation/networking/dsa/ |
D | dsa.txt | 219 master network device this switch tree is attached to needs to be referenced 224 function hooks should be invoked, information about the directly attached switch 242 it will register the entire DSA switch tree attached to a master network device 269 controller capabilities attached to it: http://patchwork.ozlabs.org/patch/509806/ 425 is attached to a PHY device. This function is responsible for appropriately
|
/linux-4.4.14/Documentation/hid/ |
D | uhid.txt | 50 UHID_OPEN event, the internally attached HID Device Driver has no user attached.
|
/linux-4.4.14/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.4.14/sound/oss/ |
D | waveartist.c | 1969 static int attached; variable 2008 attached = 1; in init_waveartist() 2015 if (attached) in cleanup_waveartist()
|
/linux-4.4.14/Documentation/acpi/ |
D | scan_handlers.txt | 46 unregistration of device nodes the handler attached to previously.
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/omap/ |
D | omap.txt | 18 HW documentation, attached to a device. Must contain at least
|
/linux-4.4.14/arch/arm/mach-sa1100/ |
D | Kconfig | 166 This isn't for audio support, but for attached sensors and
|
/linux-4.4.14/Documentation/trace/ |
D | tracepoints.txt | 16 connected to it) or "off" (no probe is attached). When a tracepoint is
|
/linux-4.4.14/Documentation/filesystems/ |
D | sysfs-pci.txt | 86 removed from any drivers attached to it. Removal of PCI root buses is
|
/linux-4.4.14/drivers/mtd/nand/ |
D | Kconfig | 307 Use NAND flash attached to the CAFÉ chip designed for the OLPC 406 BCMA bus can have various flash memories attached, they are 534 Enables support for NAND Flash chips on Lantiq XWAY SoCs. NAND is attached
|
/linux-4.4.14/sound/soc/samsung/ |
D | Kconfig | 8 Say Y or M if you want to add support for codecs attached to
|
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/ |
D | GPIO.txt | 11 There are a number of conditions attached to the configuration
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | c2k.dts | 313 /* Devices attached to the device controller */
|
/linux-4.4.14/drivers/net/can/ |
D | Kconfig | 16 CAN driver for several 'low cost' CAN interfaces that are attached
|