/kernel/linux/linux-5.10/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-max77693.c | 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() 309 enum max77693_muic_cable_group group, bool *attached) in max77693_muic_get_cable_type() argument 333 *attached = false; in max77693_muic_get_cable_type() 338 *attached = true; in max77693_muic_get_cable_type() 357 *attached = false; in max77693_muic_get_cable_type() 362 *attached = true; in max77693_muic_get_cable_type() 399 *attached = false; in max77693_muic_get_cable_type() [all …]
|
D | extcon-max8997.c | 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() 244 enum max8997_muic_cable_group group, bool *attached) in max8997_muic_get_cable_type() argument 265 *attached = false; in max8997_muic_get_cable_type() 270 *attached = true; in max8997_muic_get_cable_type() 284 *attached = false; in max8997_muic_get_cable_type() 289 *attached = true; in max8997_muic_get_cable_type() 310 enum max8997_muic_usb_type usb_type, bool attached) in max8997_muic_handle_usb() argument [all …]
|
D | extcon-max14577.c | 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() 254 enum max14577_muic_cable_group group, bool *attached) in max14577_muic_get_cable_type() argument 275 *attached = false; in max14577_muic_get_cable_type() 280 *attached = true; in max14577_muic_get_cable_type() 295 *attached = false; in max14577_muic_get_cable_type() 300 *attached = true; in max14577_muic_get_cable_type() 321 int cable_type, bool attached) in max14577_muic_jig_handler() argument [all …]
|
D | extcon-rt8973a.c | 223 unsigned int con_sw, bool attached) in rt8973a_muic_set_path() argument 234 if (!attached) in rt8973a_muic_set_path() 303 bool attached = false; in rt8973a_muic_cable_handler() local 308 attached = true; in rt8973a_muic_cable_handler() 312 attached = false; in rt8973a_muic_cable_handler() 320 attached = false; in rt8973a_muic_cable_handler() 394 ret = rt8973a_muic_set_path(info, con_sw, attached); in rt8973a_muic_cable_handler() 399 extcon_set_state_sync(info->edev, id, attached); in rt8973a_muic_cable_handler() 402 attached); in rt8973a_muic_cable_handler()
|
D | extcon-sm5502.c | 223 bool attached) in sm5502_muic_set_path() argument 227 if (!attached) { in sm5502_muic_set_path() 371 bool attached) in sm5502_muic_cable_handler() argument 381 if (attached) in sm5502_muic_cable_handler() 410 ret = sm5502_muic_set_path(info, con_sw, vbus_sw, attached); in sm5502_muic_cable_handler() 415 extcon_set_state_sync(info->edev, id, attached); in sm5502_muic_cable_handler() 418 attached); in sm5502_muic_cable_handler()
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-bus-i2c-devices-fsa9480 | 5 show what device is attached 9 USB USB device is attached 10 UART UART is attached 12 JIG JIG is attached
|
D | configfs-most | 49 name of the device the link is to be attached to 52 name of the channel the link is to be attached to 61 a physical device is being attached to the bus. 104 name of the device the link is to be attached to 107 name of the channel the link is to be attached to 116 a physical device is being attached to the bus. 159 name of the device the link is to be attached to 162 name of the channel the link is to be attached to 171 a physical device is being attached to the bus. 225 name of the device the link is to be attached to [all …]
|
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. 52 cables attached and HDMI and EAR_JACK cables detached. 82 (attached).
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/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 | 40 List all programs attached to the cgroup *CGROUP*. 47 inherited along with attached ones. 51 attached programs. If *CGROUP_ROOT* is not specified, 60 inherited along with attached ones. 72 Only one program is allowed to be attached to a cgroup with 76 Multiple programs are allowed to be attached to a cgroup with 78 attached first, run first).
|
/kernel/linux/linux-5.10/kernel/bpf/ |
D | net_namespace.c | 300 struct bpf_prog *attached; in netns_bpf_prog_attach() local 331 attached = net->bpf.progs[type]; in netns_bpf_prog_attach() 332 if (attached == prog) { in netns_bpf_prog_attach() 353 if (attached) in netns_bpf_prog_attach() 354 bpf_prog_put(attached); in netns_bpf_prog_attach() 367 struct bpf_prog *attached; in __netns_bpf_prog_detach() local 373 attached = net->bpf.progs[type]; in __netns_bpf_prog_detach() 374 if (!attached || attached != old) in __netns_bpf_prog_detach() 378 bpf_prog_put(attached); in __netns_bpf_prog_detach()
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/drivers/gpu/drm/atmel-hlcdc/ |
D | atmel_hlcdc_output.c | 129 int attached = 0; in atmel_hlcdc_create_outputs() local 141 attached++; in atmel_hlcdc_create_outputs() 145 if (ret == -ENODEV && attached) in atmel_hlcdc_create_outputs()
|
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/ |
D | adf_dev_mgr.c | 18 bool attached; member 183 map->attached = true; in adf_devmgr_add_dev() 196 map->attached = true; in adf_devmgr_add_dev() 223 map->attached = true; in adf_devmgr_add_dev() 263 map->attached = false; in adf_devmgr_rm_dev() 359 if (ptr->bdf != ~0 && !ptr->attached) in adf_get_num_dettached_vfs()
|
/kernel/linux/linux-5.10/Documentation/bpf/ |
D | prog_sk_lookup.rst | 36 BPF sk_lookup program can be attached to a network namespace with 40 Multiple programs can be attached to one network namespace. Programs will be 41 invoked in the same order as they were attached. 46 The attached BPF sk_lookup programs run whenever the transport layer needs to 52 The attached BPF programs must return with either ``SK_PASS`` or ``SK_DROP`` 65 When multiple programs are attached, the end result is determined from return
|
/kernel/linux/linux-5.10/Documentation/devicetree/ |
D | of_unittest.rst | 13 is attached to the live tree dynamically, independent of the machine's 123 in Figure 2 is attached to the live tree described in Figure 1:: 134 Figure 2: Example test data tree to be attached to live tree. 137 required to attach the root('/') node. All other nodes are attached by calling 140 In the function of_attach_node(), the new node is attached as the child of the 143 data node is attached to the live tree above (Figure 1), the final structure is 184 test-child0 the test-sibling1 is attached that pushes the child node 189 already present in the live tree), then the node isn't attached rather its 198 order to remove the device nodes attached initially (first the leaf nodes are
|
/kernel/linux/linux-5.10/drivers/staging/media/zoran/ |
D | videocodec.c | 46 int attached; member 91 snprintf(codec->name + res, sizeof(codec->name) - res, "[%d]", h->attached); in videocodec_attach() 112 h->attached += 1; in videocodec_attach() 174 h->attached -= 1; in videocodec_detach() 241 if (h->attached) { in videocodec_unregister()
|
/kernel/linux/linux-5.10/drivers/staging/comedi/kcomedilib/ |
D | kcomedilib_main.c | 46 if (dev->attached) in comedi_open() 75 if (!dev->attached) { in comedi_do_insn() 217 if (dev->attached) in comedi_find_subdevice_by_type() 235 if (!dev->attached || subdevice >= dev->n_subdevices) in comedi_get_n_channels()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/ |
D | qualcomm-bluetooth.txt | 5 attached Qualcomm devices. 7 Serial attached Qualcomm devices shall be a child node of the host UART 8 device the slave device is attached to.
|
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.
|