Searched refs:attached (Results 26 - 50 of 99) sorted by relevance

1234

/linux-master/drivers/pps/generators/
H A Dpps_gen_parport.c49 static int attached; variable
186 if (attached) {
206 pr_info("attached to %s\n", port->name);
207 attached = 1;
/linux-master/drivers/usb/typec/
H A Drt1719.c97 bool attached; member in struct:rt1719_data
199 bool attached)
203 if (attached) {
216 if (!data->attached)
284 data->attached = true;
291 if (!data->attached || (data->conn_info & RT1719_ATTACHDEV_MASK))
303 data->attached = data->pd_capable = false;
367 if (!data->attached)
386 if (!data->attached)
405 if (!data->attached || !dat
197 rt1719_set_data_role(struct rt1719_data *data, enum typec_data_role data_role, bool attached) argument
[all...]
H A Dstusb160x.c329 bool attached)
333 if (attached) {
327 stusb160x_set_data_role(struct stusb160x *chip, enum typec_data_role data_role, bool attached) argument
/linux-master/fs/afs/
H A Dserver_list.c178 slist->attached = true;
239 if (!slist->attached)
247 slist->attached = false;
/linux-master/drivers/scsi/elx/libefc/
H A Defc_fabric.c30 if (node->attached) {
34 * or sometime later, will check node->attached later in
160 WARN_ON(node->nport->domain->attached);
183 if (node->nport->domain->attached &&
186 * already attached,
190 "p2p winner, domain already attached\n");
487 node->attached = true;
495 node->attached = false;
542 node->attached = true;
549 node->attached
[all...]
H A Defc_node.c199 if (!domain->attached) {
213 /* take lock to protect node->rnode.attached */
430 if (!node->attached) {
432 node_printf(node, "HW node not attached\n");
441 node_printf(node, "HW node still attached\n");
558 /* node is officially no longer attached */
559 node->attached = false;
669 * node->attached must be set appropriately
673 node->attached = true;
678 node->attached
[all...]
/linux-master/drivers/extcon/
H A Dextcon-sm5502.c306 bool attached)
310 if (!attached) {
358 /* Return cable type of attached or detached accessories */
470 bool attached)
479 /* Get the type of attached or detached cable */
480 if (attached)
510 ret = sm5502_muic_set_path(info, con_sw, vbus_sw, attached);
515 extcon_set_state_sync(info->edev, id, attached);
518 attached);
534 /* Detect attached o
304 sm5502_muic_set_path(struct sm5502_muic_info *info, unsigned int con_sw, unsigned int vbus_sw, bool attached) argument
469 sm5502_muic_cable_handler(struct sm5502_muic_info *info, bool attached) argument
[all...]
H A Dextcon-fsa9480.c203 u16 mask, bool attached)
212 extcon_set_state_sync(usbsw->edev, cable, attached);
238 /* then handle attached ones */
202 fsa9480_handle_change(struct fsa9480_usbsw *usbsw, u16 mask, bool attached) argument
/linux-master/drivers/message/fusion/
H A Dmptsas.h168 struct mptsas_devinfo attached; /* point to attached device info */ member in struct:mptsas_phyinfo
/linux-master/drivers/comedi/
H A Drange.c58 if (!dev->attached)
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...]
H A Ddrivers.c204 dev->attached = false;
760 dev->attached = true;
956 if (dev->attached)
1142 * drivers. Detaches any COMEDI devices attached to the driver, which will
1173 if (dev->attached && dev->driver == driver) {
/linux-master/include/linux/usb/
H A Dtcpm.h153 int (*set_roles)(struct tcpc_dev *dev, bool attached,
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/efct/
H A Defct_driver.c141 if (efct->attached) {
142 efc_log_err(efct, "Device is already attached\n");
188 efct->attached = true;
209 if (!efct || !efct->attached) {
210 pr_err("Device is not attached\n");
228 efct->attached = false;
/linux-master/drivers/comedi/drivers/
H A Damplc_pc236_common.c127 if (dev->attached && handled) {
H A Ddt2814.c249 if (!dev->attached) {
H A Daddi_apci_2032.c170 if (!dev->attached)
/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/usb/typec/tcpm/qcom/
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",
/linux-master/include/scsi/
H A Dlibfcoe.h293 * @attached: whether this transport is already attached
294 * @list: list linkage to all attached transports
306 bool attached; member in struct:fcoe_transport
/linux-master/drivers/scsi/fcoe/
H A Dfcoe_transport.c45 MODULE_PARM_DESC(show, " Show attached FCoE transports");
505 * @netdev: The netdev to look for from all attached transports
524 * @ft: The fcoe transport to be attached
533 if (ft->attached) {
534 LIBFCOE_TRANSPORT_DBG("transport %s already attached\n",
546 ft->attached = true;
557 * @ft: The fcoe transport to be attached
567 if (!ft->attached) {
588 ft->attached = false;
629 printk(KERN_ERR "FCoE transport %s is still 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/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/drivers/media/pci/ddbridge/
H A Dddbridge.h167 u32 attached; member in struct:ddb_dvb

Completed in 193 milliseconds

1234