Home
last modified time | relevance | path

Searched refs:attached (Results 1 – 25 of 632) sorted by relevance

12345678910>>...26

/linux/drivers/extcon/
A Dextcon-max77843.c205 if (attached) in max77843_muic_set_path()
224 if (attached) in max77843_muic_set_path()
371 bool attached; in max77843_muic_adc_gnd_handler() local
448 attached, attached); in max77843_muic_dock_handler()
462 bool attached; in max77843_muic_adc_handler() local
534 bool attached; in max77843_muic_chg_handler() local
554 attached); in max77843_muic_chg_handler()
564 attached); in max77843_muic_chg_handler()
574 attached); in max77843_muic_chg_handler()
584 attached); in max77843_muic_chg_handler()
[all …]
A Dextcon-max77693.c263 if (attached) in max77693_muic_set_path()
275 if (attached) in max77693_muic_set_path()
523 attached); in max77693_muic_dock_handler()
579 bool attached; in max77693_muic_adc_ground_handler() local
602 attached); in max77693_muic_adc_ground_handler()
658 bool attached; in max77693_muic_adc_handler() local
715 if (attached) in max77693_muic_adc_handler()
767 bool attached; in max77693_muic_chg_handler() local
914 attached); in max77693_muic_chg_handler()
918 attached); in max77693_muic_chg_handler()
[all …]
A Dextcon-max8997.c203 if (attached) in max8997_muic_set_path()
215 if (attached) in max8997_muic_set_path()
330 attached); in max8997_muic_handle_usb()
386 bool attached; in max8997_muic_adc_handler() local
464 bool attached; in max8997_muic_chg_handler() local
484 attached); in max8997_muic_chg_handler()
488 attached); in max8997_muic_chg_handler()
492 attached); in max8997_muic_chg_handler()
496 attached); in max8997_muic_chg_handler()
581 bool attached; in max8997_muic_detect_dev() local
[all …]
A Dextcon-max14577.c210 if (attached) in max14577_muic_set_path()
223 if (attached) in max14577_muic_set_path()
359 bool attached; in max14577_muic_adc_handler() local
430 bool attached; in max14577_muic_chg_handler() local
450 attached); in max14577_muic_chg_handler()
454 attached); in max14577_muic_chg_handler()
458 attached); in max14577_muic_chg_handler()
462 attached); in max14577_muic_chg_handler()
466 attached); in max14577_muic_chg_handler()
608 bool attached; in max14577_muic_detect_accessory() local
[all …]
A Dextcon-rt8973a.c222 unsigned int con_sw, bool attached) in rt8973a_muic_set_path() argument
233 if (!attached) in rt8973a_muic_set_path()
302 bool attached = false; in rt8973a_muic_cable_handler() local
307 attached = true; in rt8973a_muic_cable_handler()
311 attached = false; in rt8973a_muic_cable_handler()
319 attached = false; in rt8973a_muic_cable_handler()
393 ret = rt8973a_muic_set_path(info, con_sw, attached); in rt8973a_muic_cable_handler()
398 extcon_set_state_sync(info->edev, id, attached); in rt8973a_muic_cable_handler()
401 attached); in rt8973a_muic_cable_handler()
/linux/Documentation/ABI/testing/
A Dsysfs-bus-i2c-devices-fsa94805 show what device is attached
9 USB USB device is attached
10 UART UART is attached
11 CHARGER Charger is attached
12 JIG JIG is attached
A Dconfigfs-most49 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 …]
/linux/tools/usb/ffs-aio-example/multibuff/host_app/
A 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/drivers/iio/imu/bno055/
A DKconfig9 tristate "Bosch BNO055 attached via UART"
14 Enable this to support Bosch BNO055 IMUs attached via UART.
20 tristate "Bosch BNO055 attached via I2C bus"
25 Enable this to support Bosch BNO055 IMUs attached via I2C bus.
/linux/tools/usb/ffs-aio-example/simple/host_app/
A 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/tools/testing/selftests/net/
A Dnl_netdev.py64 attached = [pp for pp in pp_list if "detach-time" not in pp]
65 ksft_eq(len(attached), 0)
70 attached = [pp for pp in pp_list if "detach-time" not in pp]
72 ksft_eq(len(attached), 1)
/linux/drivers/message/fusion/
A Dmptsas.c462 if ((attached->sas_address) && in mptsas_is_end_device()
463 (attached->device_info & in mptsas_is_end_device()
465 ((attached->device_info & in mptsas_is_end_device()
467 (attached->device_info & in mptsas_is_end_device()
469 (attached->device_info & in mptsas_is_end_device()
803 phy_info->attached.id, phy_info->attached.sas_address, in mptsas_add_device_component_starget()
1488 phy_info->attached.channel, phy_info->attached.id, in mptsas_add_end_device()
1570 phy_info->attached.id, phy_info->attached.phy_id, in mptsas_del_end_device()
1854 p->phy_info[i].attached.id, in mptsas_target_destroy()
3205 attached.sas_address)); in mptsas_probe_one_phy()
[all …]
/linux/Documentation/admin-guide/mm/
A Dswap_numa.rst16 swapB, with swapA attached to node 0 and swapB attached to node 1, are going
27 be swapped on: swapA and swapB are attached to node 0, swapC is attached to
28 node 1, swapD and swapE are attached to node 2 and swapF is attached to node3.
76 as the promoted value. So if multiple swap devices are attached to the same
/linux/kernel/bpf/
A Dnet_namespace.c301 struct bpf_prog *attached; in netns_bpf_prog_attach() local
332 attached = net->bpf.progs[type]; in netns_bpf_prog_attach()
333 if (attached == prog) { in netns_bpf_prog_attach()
354 if (attached) in netns_bpf_prog_attach()
355 bpf_prog_put(attached); in netns_bpf_prog_attach()
368 struct bpf_prog *attached; in __netns_bpf_prog_detach() local
374 attached = net->bpf.progs[type]; in __netns_bpf_prog_detach()
375 if (!attached || attached != old) in __netns_bpf_prog_detach()
379 bpf_prog_put(attached); in __netns_bpf_prog_detach()
/linux/tools/bpf/bpftool/Documentation/
A Dbpftool-net.rst45 For programs attached to a particular cgroup, e.g.,
56 programs attached to the same networking device through **tc**, the order
57 will be first all bpf programs attached to tcx, netkit, then tc classes,
58 then all bpf programs attached to non clsact qdiscs, and finally all bpf
59 programs attached to root and clsact qdisc.
63 by *ATTACH_TYPE*. Previously attached bpf program can be replaced by the
76 Detach bpf program attached to network interface *NAME* with type specified
A Dbpftool-cgroup.rst53 List all programs attached to the cgroup *CGROUP*.
59 for events within a cgroup. This includes inherited along with attached
63 Iterate over all cgroups in *CGROUP_ROOT* and list all attached programs.
71 for events within a cgroup. This includes inherited along with attached
83 Only one program is allowed to be attached to a cgroup with no attach flags
87 Multiple programs are allowed to be attached to a cgroup with **multi**.
88 They are executed in FIFO order (those that were attached first, run
/linux/drivers/scsi/elx/libefc/
A Defc_device.c280 if (node->attached) { in __efc_d_initiate_shutdown()
526 node->nport->domain->attached) { in __efc_d_init()
534 node->nport->domain->attached); in __efc_d_init()
548 if (!node->nport->domain->attached) { in __efc_d_init()
594 if (!node->nport->domain->attached) { in __efc_d_init()
619 if (!node->nport->domain->attached) { in __efc_d_init()
997 node->attached = true; in __efc_d_wait_node_attach()
1027 node->attached = false; in __efc_d_wait_node_attach()
1078 node->attached = true; in __efc_d_wait_attach_evt_shutdown()
1086 node->attached = false; in __efc_d_wait_attach_evt_shutdown()
[all …]
/linux/drivers/gpu/drm/atmel-hlcdc/
A Datmel_hlcdc_output.c130 int attached = 0; in atmel_hlcdc_create_outputs() local
142 attached++; in atmel_hlcdc_create_outputs()
146 if (ret == -ENODEV && attached) in atmel_hlcdc_create_outputs()
/linux/Documentation/devicetree/bindings/mfd/
A Dallwinner,sun4i-a10-ts.yaml29 allwinner,ts-attached:
31 description: A touchscreen is attached to the controller
69 allwinner,ts-attached;
/linux/drivers/media/pci/zoran/
A Dvideocodec.c26 int attached; member
71 snprintf(codec->name + res, sizeof(codec->name) - res, "[%d]", h->attached); in videocodec_attach()
93 h->attached += 1; in videocodec_attach()
154 h->attached -= 1; in videocodec_detach()
225 if (h->attached) { in videocodec_unregister()
/linux/drivers/crypto/intel/qat/qat_common/
A Dadf_dev_mgr.c18 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()
265 map->attached = false; in adf_devmgr_rm_dev()
362 if (ptr->bdf != ~0 && !ptr->attached) in adf_get_num_dettached_vfs()
/linux/Documentation/bpf/
A Dprog_sk_lookup.rst36 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
/linux/drivers/comedi/kcomedilib/
A Dkcomedilib_main.c46 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()
/linux/Documentation/devicetree/bindings/mtd/
A Dingenic,nand.yaml25 - description: Bank number, offset and size of first attached NAND chip
26 - description: Bank number, offset and size of second attached NAND chip
27 - description: Bank number, offset and size of third attached NAND chip
28 - description: Bank number, offset and size of fourth attached NAND chip
/linux/drivers/usb/typec/
A Drt1719.c97 bool attached; member
193 bool attached) in rt1719_set_data_role() argument
197 if (attached) { in rt1719_set_data_role()
210 if (!data->attached) in rt1719_update_data_role()
278 data->attached = true; in rt1719_attach()
285 if (!data->attached || (data->conn_info & RT1719_ATTACHDEV_MASK)) in rt1719_detach()
297 data->attached = data->pd_capable = false; in rt1719_detach()
361 if (!data->attached) in rt1719_update_pwr_opmode()
380 if (!data->attached) in rt1719_update_source_pdos()
438 if (!data->attached || !data->pd_capable || data->spdo_sel <= 0) in rt1719_usbpd_request_voltage()
[all …]

Completed in 36 milliseconds

12345678910>>...26