Searched refs:attached (Results 1 - 25 of 99) sorted by last modified time

1234

/linux-master/drivers/usb/typec/tcpm/
H A Dtcpm.c346 bool attached; member in struct:tcpm_port
643 return (!port->attached && port->cc1 == TYPEC_CC_OPEN &&
645 (port->attached && ((port->polarity == TYPEC_POLARITY_CC1 &&
1119 static int tcpm_set_attached_state(struct tcpm_port *port, bool attached) argument
1121 return port->tcpc->set_roles(port->tcpc, attached, port->pwr_role,
1125 static int tcpm_set_roles(struct tcpm_port *port, bool attached, argument
1166 ret = port->tcpc->set_roles(port->tcpc, attached, role, data);
2449 /* Only transmit VDM if attached */
2450 if (!port->attached) {
3603 port->attached);
[all...]
H A Dwcove.c330 static int wcove_set_roles(struct tcpc_dev *tcpc, bool attached, argument
H A Dtcpci.c423 static int tcpci_set_roles(struct tcpc_dev *tcpc, bool attached, argument
H A Dfusb302.c883 static int tcpm_set_roles(struct tcpc_dev *dev, bool attached, argument
/linux-master/drivers/usb/typec/tcpm/qcom/
H A Dqcom_pmic_typec_pdphy.c426 static int qcom_pmic_typec_pdphy_set_roles(struct tcpc_dev *tcpc, bool attached, argument
H A Dqcom_pmic_typec_port.c368 bool attached; local
376 attached = !!(misc & CC_ATTACHED);
386 if (!attached)
444 dev_dbg(dev, "get_cc: misc 0x%08x cc1 0x%08x %s cc2 0x%08x %s attached %d cc=%s\n",
445 misc, *cc1, cc_to_name(*cc1), *cc2, cc_to_name(*cc2), attached,
517 dev_dbg(dev, "set_cc: currsrc=%x %s mode %s debounce %d attached %d cc=%s\n",
602 dev_dbg(dev, "start_toggling: misc 0x%08x attached %d port_type %d current cc %d new %d\n",
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/fs/btrfs/
H A Dextent_io.c3364 * and have this page now attached to the new eb. So
3372 /* We need to make sure we haven't be attached to a new eb. */
3381 * For subpage, we can have dummy eb with folio private attached. In
3383 * attached to one dummy eb, no sharing.
3402 /* Release all pages attached to the extent buffer */
3667 /* Page not yet attached to an extent buffer */
3672 * We could have already allocated an eb for this page and attached one
3718 * Return 0 if eb->folios[i] is attached to btree inode successfully.
3791 int attached = 0; local
3889 attached
[all...]
/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/include/linux/usb/
H A Dtcpm.h153 int (*set_roles)(struct tcpc_dev *dev, bool attached,
/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/include/linux/mfd/
H A Dcs42l43.h99 bool attached; member in struct:cs42l43
/linux-master/drivers/platform/mellanox/
H A Dmlxreg-hotplug.c435 if (!data->attached) {
441 data->attached = true;
444 if (data->attached) {
451 data->attached = false;
499 * cable attached/detached, ASIC health good/bad, relevant device is created
686 /* Remove all the attached devices in group. */
/linux-master/drivers/mfd/
H A Dcs42l43.c563 if (!cs42l43->attached) {
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/drivers/gpu/drm/
H A Ddrm_mipi_dsi.c350 if (dsi->attached)
383 dsi->attached = true;
397 if (WARN_ON(!dsi->attached))
403 dsi->attached = false;
/linux-master/fs/afs/
H A Dinternal.h621 bool attached; /* T if attached to servers */ member in struct:afs_server_list
H A Dserver_list.c178 slist->attached = true;
239 if (!slist->attached)
247 slist->attached = false;
/linux-master/fs/
H A Dnamespace.c989 * beneath @parent then @mnt will need to be attached to
1089 * @fc: The configuration context with the superblock attached
2100 * will not be attached anywhere in the namespace and will be private (i.e.
2236 * @source_mnt: mount tree to be attached
2239 * @flags: modify how @source_mnt is supposed to be attached
2242 * of a given type is attached to a destination mount of a given type.
2298 * Return: If @source_mnt was successfully attached 0 is returned.
3124 bool attached; local
3134 attached = mnt_has_parent(old);
3135 if (attached)
[all...]
/linux-master/drivers/usb/serial/
H A Dusb-serial.c174 if (serial->attached && serial->type->release)
1128 serial->attached = 1;
1136 serial->attached = 1;
/linux-master/drivers/comedi/
H A Dcomedi_fops.c58 * @last_attached: Last known attached/detached state.
155 if (dev->attached)
292 cfp->last_attached = dev->attached;
303 if (cfp->last_attached != dev->attached ||
775 if (!dev->attached)
791 if (!dev->attached)
830 if (dev->attached) {
2155 if (!dev->attached) {
2156 dev_dbg(dev->class_dev, "no driver attached\n");
2338 * contention unless the device is in the process of being attached
[all...]
/linux-master/include/drm/
H A Ddrm_mipi_dsi.h171 * @attached: the DSI device has been successfully attached
188 bool attached; member in struct:mipi_dsi_device
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c116 "attached via bnx2fc.");
126 "attached via bnx2fc.");
2591 .attached = false,
/linux-master/include/linux/comedi/
H A Dcomedidev.h236 * conventional memory or DMA coherent memory, depending on the attached,
453 * @driver: Low-level COMEDI driver attached to this COMEDI device.
487 * @attached: Flag indicating that the COMEDI device is attached to a low-level
496 * changing @attached and @detach_count and calling the low-level driver's
553 unsigned int attached:1; member in struct:comedi_device

Completed in 510 milliseconds

1234