/Linux-v5.4/drivers/extcon/ |
D | extcon-max77843.c | 200 u8 val, bool attached, bool nobccomp) in max77843_muic_set_path() argument 206 if (attached) in max77843_muic_set_path() 225 if (attached) in max77843_muic_set_path() 241 ctrl1, ctrl2, attached ? "attached" : "detached"); in max77843_muic_set_path() 262 enum max77843_muic_cable_group group, bool *attached) in max77843_muic_get_cable_type() argument 273 *attached = false; in max77843_muic_get_cable_type() 277 *attached = true; in max77843_muic_get_cable_type() 293 *attached = false; in max77843_muic_get_cable_type() 302 *attached = true; in max77843_muic_get_cable_type() 311 *attached = false; in max77843_muic_get_cable_type() [all …]
|
D | extcon-max8997.c | 185 * max8997_muic_set_path - Set hardware line according to attached cable 187 * @value: the path according to attached cable 188 * @attached: the state of cable (true:attached, false:detached) 192 * attached cable. 195 u8 val, bool attached) in max8997_muic_set_path() argument 200 if (attached) in max8997_muic_set_path() 212 if (attached) in max8997_muic_set_path() 227 ctrl1, ctrl2, attached ? "attached" : "detached"); in max8997_muic_set_path() 235 * @group: the path according to attached cable 236 * @attached: store cable state and return [all …]
|
D | extcon-max77693.c | 247 * max77693_muic_set_path - Set hardware line according to attached cable 249 * @value: the path according to attached cable 250 * @attached: the state of cable (true:attached, false:detached) 254 * attached cable. 257 u8 val, bool attached) in max77693_muic_set_path() argument 262 if (attached) in max77693_muic_set_path() 274 if (attached) in max77693_muic_set_path() 290 ctrl1, ctrl2, attached ? "attached" : "detached"); in max77693_muic_set_path() 298 * @group: the path according to attached cable 299 * @attached: store cable state and return [all …]
|
D | extcon-max14577.c | 185 * max14577_muic_set_path - Set hardware line according to attached cable 187 * @value: the path according to attached cable 188 * @attached: the state of cable (true:attached, false:detached) 192 * attached cable. 195 u8 val, bool attached) in max14577_muic_set_path() argument 209 if (attached) in max14577_muic_set_path() 222 if (attached) in max14577_muic_set_path() 237 ctrl1, ctrl2, attached ? "attached" : "detached"); in max14577_muic_set_path() 245 * @group: the path according to attached cable 246 * @attached: store cable state and return [all …]
|
/Linux-v5.4/drivers/staging/most/Documentation/ABI/ |
D | configfs-most.txt | 42 device name of the device the link is to be attached to 44 channel name of the channel the link is to be attached to 51 a physical device is being attached to the bus. 86 device name of the device the link is to be attached to 88 channel name of the channel the link is to be attached to 95 a physical device is being attached to the bus. 130 device name of the device the link is to be attached to 132 channel name of the channel the link is to be attached to 139 a physical device is being attached to the bus. 184 device name of the device the link is to be attached to [all …]
|
/Linux-v5.4/Documentation/vm/ |
D | swap_numa.rst | 18 swapB, with swapA attached to node 0 and swapB attached to node 1, are going 29 be swapped on: swapA and swapB are attached to node 0, swapC is attached to 30 node 1, swapD and swapE are attached to node 2 and swapF is attached to node3. 78 as the promoted value. So if multiple swap devices are attached to the same
|
/Linux-v5.4/include/linux/i3c/ |
D | master.h | 72 * @boardinfo: pointer to the boardinfo attached to this I2C device 79 * This object is created by the core and later attached to the controller 119 * struct i3c_device_ibi_info - IBI information attached to a specific device 140 * i3c_device_request_ibi() is called and attached to a specific device. This 193 * @ibi: IBI info attached to a device. Should be NULL until 199 * @boardinfo: pointer to the boardinfo attached to this I3C device 222 * @bus: I3C bus this device is attached to 310 * devices connected on the bus and successfully attached to the 313 * devices connected on the bus and successfully attached to the 357 * @attach_i3c_dev: called every time an I3C device is attached to the bus. It [all …]
|
/Linux-v5.4/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).
|
/Linux-v5.4/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
|
/Linux-v5.4/tools/usb/ffs-aio-example/multibuff/host_app/ |
D | test.c | 44 * @attached: indicates that device was attached to kernel, and has to be 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-v5.4/tools/usb/ffs-aio-example/simple/host_app/ |
D | test.c | 44 * @attached: indicates that device was attached to kernel, and has to be 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-v5.4/Documentation/devicetree/bindings/serial/ |
D | slave-device.txt | 4 attached devices. Common examples include Bluetooth, WiFi, NFC and GPS 7 Serial attached devices shall be a child node of the host UART device the 8 slave device is attached to. It is expected that the attached device is
|
/Linux-v5.4/drivers/message/fusion/ |
D | mptsas.c | 170 "Attached Device Handle=0x%X\n", ioc->name, in mptsas_print_phy_pg0() 175 "Attached PHY Identifier=0x%X\n", ioc->name, in mptsas_print_phy_pg0() 177 dsasprintk(ioc, printk(MYIOC_s_DEBUG_FMT "Attached Device Info=0x%X\n", in mptsas_print_phy_pg0() 255 "Attached Device Handle=0x%X\n\n", ioc->name, in mptsas_print_expander_pg1() 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() [all …]
|
/Linux-v5.4/include/linux/power/ |
D | charger-manager.h | 52 * charger cable. If charger cable is attached, enable charger. 55 * (External Connector) when charger cable is attached/detached. 56 * @attached: the state of charger cable. 57 * true: the charger cable is attached 72 bool attached; member 78 * according to a kind of charger cable when cable is attached. 97 * in the array of charger cables is attached/detached.
|
/Linux-v5.4/sound/soc/zte/ |
D | Kconfig | 8 Say Y or M if you want to add support for codecs attached to the 17 Say Y or M if you want to add support for codecs attached to the 25 Say Y or M if you want to add support for codecs attached to the
|
/Linux-v5.4/Documentation/networking/ |
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 …]
|
/Linux-v5.4/tools/bpf/bpftool/Documentation/ |
D | bpftool-net.rst | 40 For programs attached to a particular cgroup, e.g., 50 programs attached to the same networking device through **tc filter**, 51 the order will be first all bpf programs attached to tc classes, then 52 all bpf programs attached to non clsact qdiscs, and finally all 53 bpf programs attached to root and clsact qdisc. 57 type specified by *ATTACH_TYPE*. Previously attached bpf program 68 Detach bpf program attached to network interface *NAME* with
|
D | bpftool-cgroup.rst | 39 List all programs attached to the cgroup *CGROUP*. 46 inherited along with attached ones. 50 attached programs. If *CGROUP_ROOT* is not specified, 59 inherited along with attached ones. 71 Only one program is allowed to be attached to a cgroup with 75 Multiple programs are allowed to be attached to a cgroup with 77 attached first, run first).
|
/Linux-v5.4/drivers/ssb/ |
D | Kconfig | 107 Driver for the Sonics Silicon Backplane attached 124 Driver for the Sonics Silicon Backplane attached 144 Driver for the Sonics Silicon Backplane attached 153 Driver for the Sonics Silicon Backplane attached
|
/Linux-v5.4/drivers/staging/most/Documentation/ |
D | driver_usage.txt | 41 the attached network interface controller hardware. Hence, a given module 74 Once an adapter driver recognizes a MOST device being attached, it 122 configure and establish communication pathways (links) to attached devices on 147 name of the device the link is to be attached to 149 name of the channel the link is to be attached to 155 a physical device is being attached to the bus. 176 until a physical device is being attached to the bus.
|
/Linux-v5.4/drivers/acpi/acpica/ |
D | exresnte.c | 33 * Note: for some of the data types, the pointer attached to the Node 58 * object that is attached to the Node. in acpi_ex_resolve_node_to_value() 93 ACPI_ERROR((AE_INFO, "No object attached to node [%4.4s] %p", in acpi_ex_resolve_node_to_value() 100 * of the attached object or pointer in acpi_ex_resolve_node_to_value() 181 /* For these objects, just return the object attached to the Node */ in acpi_ex_resolve_node_to_value() 200 "Untyped entry %p, no attached object!", node)); in acpi_ex_resolve_node_to_value()
|
/Linux-v5.4/Documentation/driver-api/ |
D | s390-drivers.rst | 11 drive s390 based channel attached I/O devices. This includes interfaces 53 so-called channel attached devices. They are addressed via I/O 55 channel-attached devices, however, will never interact with the 59 I/O functions for channel-attached devices 95 attached device.
|
/Linux-v5.4/drivers/gpu/drm/atmel-hlcdc/ |
D | atmel_hlcdc_output.c | 132 int attached = 0; in atmel_hlcdc_create_outputs() local 144 attached++; in atmel_hlcdc_create_outputs() 147 /* At least one device was successfully attached.*/ in atmel_hlcdc_create_outputs() 148 if (ret == -ENODEV && attached) in atmel_hlcdc_create_outputs()
|
/Linux-v5.4/Documentation/devicetree/bindings/net/ |
D | broadcom-bluetooth.txt | 5 attached Broadcom devices. 7 Serial attached Broadcom devices shall be a child node of the host UART 8 device the slave device is attached to.
|