Searched refs:attached (Results 51 - 75 of 100) sorted by relevance

1234

/linux-master/include/linux/usb/
H A Dserial.h148 unsigned char attached:1; member in struct:usb_serial
294 be an attached tty at this point */
/linux-master/drivers/scsi/elx/libefc/
H A Defc_domain.c239 domain->attached = false;
563 /* Mark as attached */
564 domain->attached = true;
577 * of nport attached as a result of the HW's port attach.
678 /* Assume that the domain is attached */
679 WARN_ON(!domain->attached);
H A Defc_els.c275 if (node->rnode.attached)
377 if (node->attached)
/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
/linux-master/drivers/comedi/drivers/
H A Ddt2811.c200 if (!dev->attached)
H A Dadl_pci7x3x.c157 if (!dev->attached) {
158 /* Ignore interrupt before device fully attached. */
H A Dpcl711.c187 if (!dev->attached) {
H A Dquatech_daqp_cs.c218 if (!dev->attached)
H A Dgsc_hpdi.c188 if (!dev->attached)
H A Ddt3000.c322 if (!dev->attached)
H A Ddmm32at.c409 if (!dev->attached) {
H A Ddas800.c436 if (!dev->attached)
H A Ddas16m1.c455 if (!dev->attached) {
H A Dpcl816.c249 if (!dev->attached || !devpriv->ai_cmd_running) {
H A Dadl_pci9111.c460 if (!dev->attached) {
461 /* Ignore interrupt before device fully attached. */
H A Dni_at_a2150.c145 if (!dev->attached)
/linux-master/drivers/media/pci/ddbridge/
H A Dddbridge-core.c1298 switch (dvb->attached) {
1334 dvb->attached = 0x00;
1463 dvb->attached = 0x01;
1475 dvb->attached = 0x10;
1482 dvb->attached = 0x11;
1491 dvb->attached = 0x12;
1496 dvb->attached = 0x20;
1589 dvb->attached = 0x30;
1607 dvb->attached = 0x31;
/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
/linux-master/drivers/ata/
H A Dsata_sil24.c547 static void sil24_config_pmp(struct ata_port *ap, int attached) argument
551 if (attached)
/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/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
/linux-master/drivers/power/supply/
H A Dcharger-manager.c144 * is_ext_pwr_online - See if an external power source is attached to charge
148 * power source attached to charge the battery regardless of whether it is
449 * attached, after full-batt, cm start charging to maintain fully
919 if (cable->attached && cable->min_uA != 0 && cable->max_uA != 0) {
939 * when registered cable is attached or detached.
953 * If cable is attached, cable->attached is true.
955 cable->attached = event;
/linux-master/arch/m68k/fpsp040/
H A Dsatan.S27 | of X with a bit-1 attached at the 6-th bit position. Define u

Completed in 496 milliseconds

1234