Searched refs:attached (Results 1 - 25 of 99) sorted by relevance

1234

/linux-master/drivers/extcon/
H A Dextcon-max77843.c199 u8 val, bool attached, bool nobccomp)
205 if (attached)
224 if (attached)
240 ctrl1, ctrl2, attached ? "attached" : "detached");
261 enum max77843_muic_cable_group group, bool *attached)
272 *attached = false;
276 *attached = true;
292 *attached = false;
301 *attached
198 max77843_muic_set_path(struct max77843_muic_info *info, u8 val, bool attached, bool nobccomp) argument
260 max77843_muic_get_cable_type(struct max77843_muic_info *info, enum max77843_muic_cable_group group, bool *attached) argument
371 bool attached; local
409 max77843_muic_jig_handler(struct max77843_muic_info *info, int cable_type, bool attached) argument
439 max77843_muic_dock_handler(struct max77843_muic_info *info, bool attached) argument
462 bool attached; local
534 bool attached; local
708 bool attached; local
815 bool attached; local
[all...]
H A Dextcon-max77693.c248 * max77693_muic_set_path - Set hardware line according to attached cable
250 * @value: the path according to attached cable
251 * @attached: the state of cable (true:attached, false:detached)
255 * attached cable.
258 u8 val, bool attached)
263 if (attached)
275 if (attached)
291 ctrl1, ctrl2, attached ? "attached"
257 max77693_muic_set_path(struct max77693_muic_info *info, u8 val, bool attached) argument
309 max77693_muic_get_cable_type(struct max77693_muic_info *info, enum max77693_muic_cable_group group, bool *attached) argument
450 max77693_muic_dock_handler(struct max77693_muic_info *info, int cable_type, bool attached) argument
532 max77693_muic_dock_button_handler(struct max77693_muic_info *info, int button_type, bool attached) argument
579 bool attached; local
618 max77693_muic_jig_handler(struct max77693_muic_info *info, int cable_type, bool attached) argument
658 bool attached; local
767 bool attached; local
1020 bool attached; local
1077 bool attached; local
[all...]
H A Dextcon-max8997.c188 * max8997_muic_set_path - Set hardware line according to attached cable
190 * @value: the path according to attached cable
191 * @attached: the state of cable (true:attached, false:detached)
195 * attached cable.
198 u8 val, bool attached)
203 if (attached)
215 if (attached)
230 ctrl1, ctrl2, attached ? "attached"
197 max8997_muic_set_path(struct max8997_muic_info *info, u8 val, bool attached) argument
246 max8997_muic_get_cable_type(struct max8997_muic_info *info, enum max8997_muic_cable_group group, bool *attached) argument
312 max8997_muic_handle_usb(struct max8997_muic_info *info, enum max8997_muic_usb_type usb_type, bool attached) argument
341 max8997_muic_handle_dock(struct max8997_muic_info *info, int cable_type, bool attached) argument
366 max8997_muic_handle_jig_uart(struct max8997_muic_info *info, bool attached) argument
386 bool attached; local
464 bool attached; local
581 bool attached; local
639 bool attached; local
[all...]
H A Dextcon-max14577.c186 * max14577_muic_set_path - Set hardware line according to attached cable
188 * @value: the path according to attached cable
189 * @attached: the state of cable (true:attached, false:detached)
193 * attached cable.
196 u8 val, bool attached)
210 if (attached)
223 if (attached)
238 ctrl1, ctrl2, attached ? "attached"
195 max14577_muic_set_path(struct max14577_muic_info *info, u8 val, bool attached) argument
254 max14577_muic_get_cable_type(struct max14577_muic_info *info, enum max14577_muic_cable_group group, bool *attached) argument
321 max14577_muic_jig_handler(struct max14577_muic_info *info, int cable_type, bool attached) argument
359 bool attached; local
430 bool attached; local
608 bool attached; local
662 bool attached; local
[all...]
H A Dextcon-rt8973a.c222 unsigned int con_sw, bool attached)
233 if (!attached)
302 bool attached = false; local
307 attached = true;
311 attached = false;
319 attached = false;
393 ret = rt8973a_muic_set_path(info, con_sw, attached);
398 extcon_set_state_sync(info->edev, id, attached);
401 attached);
417 /* Detect attached o
221 rt8973a_muic_set_path(struct rt8973a_muic_info *info, unsigned int con_sw, bool attached) argument
[all...]
/linux-master/tools/usb/ffs-aio-example/multibuff/host_app/
H A Dtest.c44 * @attached: indicates that device was attached to kernel, and has to be
52 int attached; member in struct:test_state
68 state->attached = 0;
115 state->attached = 1;
127 if (state->attached == 1)
148 if (state->attached == 1)
/linux-master/tools/usb/ffs-aio-example/simple/host_app/
H A Dtest.c44 * @attached: indicates that device was attached to kernel, and has to be
52 int attached; member in struct:test_state
68 state->attached = 0;
115 state->attached = 1;
127 if (state->attached == 1)
148 if (state->attached == 1)
/linux-master/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_output.c130 int attached = 0; local
142 attached++;
145 /* At least one device was successfully attached.*/
146 if (ret == -ENODEV && attached)
/linux-master/kernel/bpf/
H A Dnet_namespace.c9 * Functions to manage BPF programs attached to netns
23 struct list_head node; /* node in list of links attached to net */
301 struct bpf_prog *attached; local
332 attached = net->bpf.progs[type];
333 if (attached == prog) {
334 /* The same program cannot be attached twice */
354 if (attached)
355 bpf_prog_put(attached);
368 struct bpf_prog *attached; local
370 /* Progs attached vi
[all...]
/linux-master/drivers/media/pci/zoran/
H A Dvideocodec.c26 int attached; member in struct:codec_list
71 snprintf(codec->name + res, sizeof(codec->name) - res, "[%d]", h->attached);
93 h->attached += 1;
154 h->attached -= 1;
225 if (h->attached) {
257 seq_puts(m, "<S>lave or attached <M>aster name type flags magic ");
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_dev_mgr.c18 bool attached; member in struct:vf_id_map
183 map->attached = true;
196 map->attached = true;
223 map->attached = true;
265 map->attached = false;
362 if (ptr->bdf != ~0 && !ptr->attached)
/linux-master/drivers/message/fusion/
H A Dmptsas.c460 mptsas_is_end_device(struct mptsas_devinfo * attached) argument
462 if ((attached->sas_address) &&
463 (attached->device_info &
465 ((attached->device_info &
467 (attached->device_info &
469 (attached->device_info &
498 memset(&phy_info->attached, 0, sizeof(struct mptsas_devinfo));
800 phy_info->attached.handle_enclosure);
802 mptsas_add_device_component(ioc, phy_info->attached.channel,
803 phy_info->attached
[all...]
/linux-master/include/linux/power/
H A Dcharger-manager.h46 * charger cable. If charger cable is attached, enable charger.
49 * (External Connector) when charger cable is attached/detached.
50 * @attached: the state of charger cable.
51 * true: the charger cable is attached
67 bool attached; member in struct:charger_cable
73 * according to a kind of charger cable when cable is attached.
92 * in the array of charger cables is attached/detached.
/linux-master/drivers/scsi/elx/efct/
H A Defct_driver.h57 bool attached; member in struct:efct
/linux-master/drivers/comedi/kcomedilib/
H A Dkcomedilib_main.c46 if (dev->attached)
75 if (!dev->attached) {
217 if (dev->attached)
235 if (!dev->attached || subdevice >= dev->n_subdevices)
/linux-master/drivers/comedi/
H A Dproc.c37 if (dev->attached) {
/linux-master/include/linux/mfd/
H A Dcs42l43.h99 bool attached; member in struct:cs42l43
/linux-master/drivers/usb/typec/tcpm/qcom/
H A Dqcom_pmic_typec_pdphy_stub.c46 static int qcom_pmic_typec_pdphy_stub_set_roles(struct tcpc_dev *tcpc, bool attached, argument
/linux-master/io_uring/
H A Dsqpoll.c135 bool *attached)
139 *attached = false;
143 *attached = true;
422 bool attached; local
428 sqd = io_get_sq_data(p, &attached);
444 ret = (attached && !sqd->thread) ? -ENXIO : 0;
449 if (attached)
134 io_get_sq_data(struct io_uring_params *p, bool *attached) argument
/linux-master/drivers/scsi/elx/libefc/
H A Defc_cmds.c17 /* Clear the nport attached flag */
18 nport->attached = false;
95 /* Set the nport attached flag */
97 nport->attached = true;
306 if (nport->attached)
644 rnode->attached = false;
647 rnode->attached = true;
698 if (rnode->attached) {
699 efc_log_err(efc, "rnode is still attached\n");
735 * - node is attached
[all...]
H A Defc_device.c280 if (node->attached) {
282 * away or sometime later, will check node->attached
467 /* we're not attached and nport is p2p,
474 /* we're not attached and nport is fabric, domain
523 * and domain is attached
526 node->nport->domain->attached) {
533 node_printf(node, "domain attached=%d\n",
534 node->nport->domain->attached);
547 /* domain not attached; several possibilities: */
548 if (!node->nport->domain->attached) {
[all...]
H A Defclib.h112 * @attached: mark attached if reg VPI succeeds
146 bool attached; member in struct:efc_nport
196 * @attached: set true after attach completes
229 bool attached; member in struct:efc_domain
255 * @attached: true if attached
264 bool attached; member in struct:efc_remote_node
285 * @attached: node is attached (REGLOGI
332 bool attached; member in struct:efc_node
[all...]
/linux-master/drivers/mfd/
H A Dcs42l43-sdw.c104 cs42l43->attached = true;
111 cs42l43->attached = false;
H A Dcs42l43-i2c.c48 /* A device on an I2C is always attached by definition. */
49 cs42l43->attached = true;
/linux-master/include/linux/platform_data/
H A Dmlxreg.h91 * @nr: I2C device adapter number, to which device is to be attached;
130 * @attached: true if device has been attached after good health indication;
150 bool attached; member in struct:mlxreg_core_data

Completed in 215 milliseconds

1234