Home
last modified time | relevance | path

Searched refs:attached (Results 1 – 200 of 343) sorted by relevance

12

/linux-4.4.14/drivers/extcon/
Dextcon-max77693.c264 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 …]
Dextcon-max77843.c200 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 …]
Dextcon-max8997.c204 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 …]
Dextcon-max14577.c204 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 …]
Dextcon-rt8973a.c224 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()
Dextcon-sm5502.c221 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()
Dextcon.c162 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()
DKconfig8 cables attached. For example, an external connector of a device
/linux-4.4.14/include/linux/platform_data/
Dfsa9480.h18 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/
Dsysfs-bus-i2c-devices-fsa94805 show what device is attached
7 USB - USB device is attached
8 UART - UART is attached
10 JIG - JIG is attached
Dsysfs-class-extcon12 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).
Dsysfs-bus-pci-drivers-ehci_hcd23 For example: To force the high-speed device attached to
37 may be attached directly to a "rate-matching hub". This
Dsysfs-bus-rpmsg47 is attached to this channel is exposing a service to the
/linux-4.4.14/tools/usb/ffs-aio-example/multibuff/host_app/
Dtest.c52 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/
Dtest.c52 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/
Dmptsas.c433 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 …]
Dmptsas.h167 struct mptsas_devinfo attached; /* point to attached device info */ member
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/
Dsun4i.txt12 - 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/
Dadf_dev_mgr.c61 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/
Dof_unittest.txt9 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
Dusage-model.txt138 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/
Dkcomedilib_main.c55 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/
DKconfig7 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/
Dvideocodec.c65 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/
Dlirc_dev.c52 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/
DKconfig25 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/
Demif.txt6 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/
Dpolicy-routing.txt6 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,
Dppp_generic.txt150 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 …]
Dipvlan.txt39 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
Ddm9000.txt23 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
Dltpc.txt42 attached to a network that includes AppleTalk routers or not. If,
58 If you are attached to an extended AppleTalk network, with routers on
Dnetdevices.txt20 separately allocated data is attached to the network device
Drxrpc.txt538 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:
Ddns_resolver.txt143 dns_query() returns a copy of the value attached to the key, or an error if
Darcnet-hardware.txt821 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/
Dpps_gen_parport.c65 static int attached; variable
195 if (attached) { in parport_attach()
213 attached = 1; in parport_attach()
/linux-4.4.14/drivers/iommu/
Dshmobile-iommu.c35 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/
Dsun4i-lradc-keys.txt1 Allwinner sun4i low res adc attached tablet keys
15 - channel: Channel this key is attached to, must be 0 or 1.
De3x0-button.txt11 - a phandle to the interrupt controller that it is attached to.
Dti,nspire-keypad.txt16 - clocks: The clock this peripheral is attached to.
/linux-4.4.14/drivers/ssb/
DKconfig127 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/
Dnetwork_protocol.txt11 __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)
Dinfo.txt9 which were attached to it, are updated.
/linux-4.4.14/arch/um/
DKconfig.char34 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/
Dhwmon-kernel-api.txt44 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.
Demc210331 as temp3 and temp4. If only one diode is attached to this channel, temp4
Dadm102690 The datasheet shows an example application with VID signals attached to
/linux-4.4.14/tools/perf/tests/attr/
Dtest-stat-C07 # events are enabled by default when attached to cpu
Dtest-record-C08 # no enable on exec for CPU attached
/linux-4.4.14/drivers/scsi/cxlflash/
DKconfig2 # IBM CXL-attached Flash Accelerator SCSI Driver
/linux-4.4.14/sound/soc/xtensa/
DKconfig5 Say Y or M if you want to add support for codecs attached to the
/linux-4.4.14/sound/soc/bcm/
DKconfig7 Say Y or M if you want to add support for codecs attached to
/linux-4.4.14/Documentation/vm/
Dnuma25 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/
Dsysfs-class-udc89 states are: 'not-attached', 'attached', 'powered',
Dsysfs-bus-w16 control systems are attached/generate presence for as short as
Dfirewire-cdev23 - The 1394 bus (i.e. "card") to which the node is attached to:
Dsysfs-bus-firewire123 unique properties the SBP-2 attached target.
/linux-4.4.14/drivers/bcma/
DKconfig68 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/
Dsimple-panel.txt9 - backlight: phandle of the backlight device attached to the panel
Dsharp,lq101r1sx01.txt28 - backlight: phandle of the backlight device attached to the panel
/linux-4.4.14/tools/usb/usbip/
DREADME82 attached to this host.
171 port 0 attached
173 Show the devices attached to this client:
/linux-4.4.14/drivers/staging/comedi/
Dcomedi_fops.c167 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 …]
Dproc.c46 if (dev->attached) { in comedi_read()
Ddrivers.c210 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()
Drange.c70 if (!dev->attached) in do_rangeinfo_ioctl()
Dcomedidev.h538 bool attached:1; member
/linux-4.4.14/arch/arc/
DKconfig.debug9 kernel stack attached to each process/thread. The default is 8K.
/linux-4.4.14/sound/soc/mxs/
DKconfig7 Say Y or M if you want to add support for codecs attached to
/linux-4.4.14/drivers/input/keyboard/
DKconfig29 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/
DKconfig19 to the processor attached devices).
/linux-4.4.14/sound/soc/kirkwood/
DKconfig5 Say Y or M if you want to add support for codecs attached to
/linux-4.4.14/Documentation/devicetree/bindings/arm/msm/
Dssbi.txt14 "pmic-arbiter". The type chosen is determined by the attached
Dqcom,saw2.txt42 device for the core (CPU or Cache) the SPM is attached
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Darch_timer.txt7 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
Dtwd.txt7 The TWD is usually attached to a GIC to deliver its two per-processor
/linux-4.4.14/drivers/staging/most/Documentation/ABI/
Dsysfs-class-most.txt32 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/
DKconfig17 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/
Dw1.netlink18 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
Dw1.generic29 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/
DKconfig12 processor attached devices) which can be found on various
/linux-4.4.14/Documentation/devicetree/bindings/extcon/
Dextcon-sm5502.txt6 attached or detached and button is pressed or released. It is interfaced to
/linux-4.4.14/drivers/misc/cxl/
DKconfig29 coherently attached to a CPU via an MMU. This driver enables
/linux-4.4.14/sound/arm/
DKconfig40 Say Y or M if you want to support any AC97 codec attached to
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/4xx/
Dhsta.txt5 The 476gtr SoC contains a high speed serial assist module attached
Dakebono.txt48 The Akebono board has an Atmel AVR microprocessor attached to the I2C
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/
Ddiu.txt15 - edid : verbatim EDID data block describing attached display.
/linux-4.4.14/sound/soc/jz4740/
DKconfig6 Say Y or M if you want to add support for codecs attached to
/linux-4.4.14/include/linux/power/
Dcharger-manager.h74 bool attached; member
/linux-4.4.14/Documentation/devicetree/bindings/display/
Dsm501fb.txt18 - edid : verbatim EDID data block describing attached display.
/linux-4.4.14/Documentation/devicetree/bindings/i2c/
Di2c-mux.txt26 with two NXP pca8574 GPIO expanders attached, one each to
Di2c.txt20 flags can be attached to the address. I2C_TEN_BIT_ADDRESS is used to mark a 10
Di2c-pxa-pci-ce4100.txt9 attached devices from the devices tree.
/linux-4.4.14/Documentation/devicetree/bindings/leds/backlight/
Dpm8941-wled.txt26 - qcom,num-strings: #; number of led strings attached; value from 1 to 3
/linux-4.4.14/Documentation/devicetree/bindings/power/
Dltc2941.txt10 type of I2C chip attached.
/linux-4.4.14/net/hsr/
DKconfig9 DANH ("Doubly attached node implementing HSR"). For this to work,
/linux-4.4.14/Documentation/devicetree/bindings/crypto/
Dmv_cesa.txt9 region. Can also contain an entry for the SRAM attached to the CESA,
Dmarvell-cesa.txt13 region. Can also contain an entry for the SRAM attached to the CESA,
/linux-4.4.14/drivers/devfreq/
DKconfig17 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/
Dcgroups.txt59 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 …]
Dcpusets.txt121 - 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/
DKconfig.debug14 kernel stack attached to each process/thread. This facilitates
/linux-4.4.14/Documentation/frv/
DREADME.txt28 A description of how to debug the kernel using GDB attached by serial
Dgdbstub.txt20 which the touch screen is attached becomes /dev/ttyS0.
Dmmu-layout.txt285 (*) 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/
DKconfig6 Say Y or M if you want to add support for codecs attached to
/linux-4.4.14/Documentation/w1/masters/
Dds249024 - 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/
Dfcoe_transport.c518 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/
Dpersist.txt20 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/
Dcharger-manager.txt6 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/
Ddata-integrity.txt105 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
Dnull_blk.txt59 The number of submission queues attached to the device driver. If unset, it
/linux-4.4.14/Documentation/devicetree/bindings/c6x/
Demifa.txt62 This shows a flash chip attached to chip select 3.
/linux-4.4.14/drivers/media/pci/ddbridge/
Dddbridge.h76 int attached; member
Dddbridge-core.c787 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/
Dsimple-card.txt22 headphones are attached.
24 a microphone is attached.
/linux-4.4.14/drivers/staging/unisys/Documentation/ABI/
Dsysfs-platform-visorchipset77 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/
Dbrcm,bus-axi.txt17 The top-level axi bus may contain children representing attached cores
/linux-4.4.14/drivers/usb/isp1760/
DKconfig9 This USB controller is usually attached to a non-DMA-Master
/linux-4.4.14/sound/soc/rockchip/
DKconfig5 Say Y or M if you want to add support for codecs attached to
/linux-4.4.14/drivers/gpu/drm/panel/
DKconfig17 a GPIO to be powered up. Optionally a backlight can be attached so
/linux-4.4.14/Documentation/spi/
Dpxa2xx30 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/
Dudlfb.txt132 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,
Dsh7760fb.txt46 attached. Data must be wrapped in a "struct sh7760fb_platdata" and
Dintel810.txt146 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/
Drapidio.txt79 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
Dsysfs.txt82 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/
Dpanel.txt22 - backlight: phandle of the backlight device attached to the panel
/linux-4.4.14/drivers/net/ethernet/micrel/
DKconfig43 SPI driver for Micrel KS8851 SPI attached network chip.
/linux-4.4.14/drivers/staging/comedi/drivers/
Damplc_pc236_common.c137 if (dev->attached && handled) { in pc236_interrupt()
Ddt2814.c204 if (!dev->attached) { in dt2814_interrupt()
Daddi_apci_2032.c179 if (!dev->attached) in apci2032_interrupt()
Dpcl711.c198 if (!dev->attached) { in pcl711_interrupt()
/linux-4.4.14/Documentation/video4linux/bttv/
DREADME.WINVIEW5 the main difference is that they have attached a programmable attenuator to 3
/linux-4.4.14/sound/soc/fsl/
DKconfig77 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/
DKconfig5 Say Y or M if you want to add support for codecs attached to
/linux-4.4.14/Documentation/mtd/
Dspi-nor.txt8 controller operates agnostic of the specific device attached. However, some
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/
Darm,gic.txt7 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/
DCommonIO17 which the device in question is attached will be treated as if no device was
18 attached.
Dcds.txt109 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/
Dvisorbus.h49 u32 attached:1; member
/linux-4.4.14/Documentation/devicetree/bindings/display/imx/
Dfsl-imx-drm.txt65 - edid: verbatim EDID data block describing attached display.
/linux-4.4.14/Documentation/
Dmen-chameleon-bus.txt56 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
Dbcache.txt83 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
Dpi-futex.txt91 remaining work: if there is no futex-queue attached to the futex address
109 behalf of userspace - and it also unlocks the attached
DSAK.txt84 initscripts to have file descriptors 3, 4 and 5 attached to
Dxillybus.txt175 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/
Dupgrading-clients150 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/
DKconfig6 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/
Dphy-miphy365x.txt33 - st,sata-gen : Generation of locally attached SATA IP. Expected values
/linux-4.4.14/drivers/s390/char/
DKconfig6 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/
DKconfig7 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/
Dcs461x.txt3 This is a new low-level driver to support analog joystick attached to
/linux-4.4.14/Documentation/netlabel/
Dcipso_ipv4.txt24 generated and attached to the socket.
/linux-4.4.14/Documentation/isdn/
DREADME.syncppp40 for the negotiation from the attached network-interface.
/linux-4.4.14/include/scsi/
Dlibfcoe.h310 bool attached; member
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/
Dingenic,jz4780-nemc.txt45 Example (NEMC node with a NAND child device attached at CS1):
/linux-4.4.14/Documentation/video4linux/
Dcpia2_overview.txt7 which can handle up to 30 fps VGA. Both coprocessors can be attached to two
/linux-4.4.14/Documentation/ide/
Dide.txt43 - 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/
DExporting72 DCACHE_DISCONNECTED) dentry is allocated and attached.
74 can ever be attached.
/linux-4.4.14/Documentation/security/
Dkeys.txt92 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/
DKconfig54 bridges and ATM attached hosts establish direct ATM VCs across
/linux-4.4.14/drivers/usb/dwc3/
DKconfig18 Select this if you have ULPI type PHY attached to your DWC3
/linux-4.4.14/Documentation/scsi/
Dosd.txt7 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
D00-INDEX18 - Changes to serial attached scsi version of LSI megaraid controller.
/linux-4.4.14/Documentation/laptops/
Ddisk-shock-protection.txt83 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/
Dasymmetric-keys.txt166 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/
Dpcieaer-howto.txt45 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/
Ddevice.txt63 to which this device is attached sends an event.
/linux-4.4.14/Documentation/x86/x86_64/
Dfake-numa-for-cpusets7 assign them to cpusets and their attached tasks. This is a way of limiting the
/linux-4.4.14/Documentation/infiniband/
Duser_verbs.txt34 of which resources are attached to a given userspace context. The
Duser_mad.txt6 "issm" device attached. For example, a two-port HCA will have two
/linux-4.4.14/arch/sh/
DKconfig.debug36 kernel stack attached to each process/thread. This facilitates
/linux-4.4.14/include/linux/usb/
Dserial.h158 unsigned char attached:1; member
/linux-4.4.14/drivers/scsi/aic7xxx/
DKconfig.aic79xx29 failures when many devices are attached to the system. For this reason,
DKconfig.aic7xxx34 failures when many devices are attached to the system. For this reason,
/linux-4.4.14/Documentation/serial/
Dtty.txt39 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/
Dcharger-manager.c1136 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/
DKconfig18 processor attached devices). Which can be found on various
/linux-4.4.14/fs/proc/
DKconfig14 that are used by the attached devices to gain the CPU's attention --
/linux-4.4.14/drivers/auxdisplay/
DKconfig92 The LCD framebuffer driver can be attached to a console.
/linux-4.4.14/Documentation/devicetree/bindings/leds/
Dleds-lp55xx.txt19 - enable-gpio: GPIO attached to the chip's enable pin
/linux-4.4.14/tools/perf/
Ddesign.txt236 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/
DKconfig98 attached to them. The ULPI PHY drivers themselves are normal PHY
/linux-4.4.14/arch/powerpc/boot/dts/fsl/
Dt104xd4rdb.dtsi143 * slot. Systems with such devices attached
/linux-4.4.14/Documentation/driver-model/
Dbinding.txt55 When a driver is attached to a device, the device is inserted into the
/linux-4.4.14/Documentation/networking/dsa/
Ddsa.txt219 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/
Duhid.txt50 UHID_OPEN event, the internally attached HID Device Driver has no user attached.
/linux-4.4.14/drivers/usb/serial/
Dusb-serial.c139 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/
Dwaveartist.c1969 static int attached; variable
2008 attached = 1; in init_waveartist()
2015 if (attached) in cleanup_waveartist()
/linux-4.4.14/Documentation/acpi/
Dscan_handlers.txt46 unregistration of device nodes the handler attached to previously.
/linux-4.4.14/Documentation/devicetree/bindings/arm/omap/
Domap.txt18 HW documentation, attached to a device. Must contain at least
/linux-4.4.14/arch/arm/mach-sa1100/
DKconfig166 This isn't for audio support, but for attached sensors and
/linux-4.4.14/Documentation/trace/
Dtracepoints.txt16 connected to it) or "off" (no probe is attached). When a tracepoint is
/linux-4.4.14/Documentation/filesystems/
Dsysfs-pci.txt86 removed from any drivers attached to it. Removal of PCI root buses is
/linux-4.4.14/drivers/mtd/nand/
DKconfig307 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/
DKconfig8 Say Y or M if you want to add support for codecs attached to
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/
DGPIO.txt11 There are a number of conditions attached to the configuration
/linux-4.4.14/arch/powerpc/boot/dts/
Dc2k.dts313 /* Devices attached to the device controller */
/linux-4.4.14/drivers/net/can/
DKconfig16 CAN driver for several 'low cost' CAN interfaces that are attached

12