[go: nahoru, domu]

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

123

/drivers/extcon/
H A Dextcon-max14577.c213 * max14577_muic_set_path - Set hardware line according to attached cable
215 * @value: the path according to attached cable
216 * @attached: the state of cable (true:attached, false:detached)
220 * attached cable.
223 u8 val, bool attached)
237 if (attached)
250 if (attached)
265 ctrl1, ctrl2, attached ? "attached"
222 max14577_muic_set_path(struct max14577_muic_info *info, u8 val, bool attached) argument
281 max14577_muic_get_cable_type(struct max14577_muic_info *info, enum max14577_muic_cable_group group, bool *attached) argument
348 max14577_muic_jig_handler(struct max14577_muic_info *info, int cable_type, bool attached) argument
393 bool attached; local
464 bool attached; local
637 bool attached; local
[all...]
H A Dextcon-max8997.c211 * max8997_muic_set_path - Set hardware line according to attached cable
213 * @value: the path according to attached cable
214 * @attached: the state of cable (true:attached, false:detached)
218 * attached cable.
221 u8 val, bool attached)
226 if (attached)
238 if (attached)
253 ctrl1, ctrl2, attached ? "attached"
220 max8997_muic_set_path(struct max8997_muic_info *info, u8 val, bool attached) argument
269 max8997_muic_get_cable_type(struct max8997_muic_info *info, enum max8997_muic_cable_group group, bool *attached) argument
335 max8997_muic_handle_usb(struct max8997_muic_info *info, enum max8997_muic_usb_type usb_type, bool attached) argument
364 max8997_muic_handle_dock(struct max8997_muic_info *info, int cable_type, bool attached) argument
391 max8997_muic_handle_jig_uart(struct max8997_muic_info *info, bool attached) argument
411 bool attached; local
489 bool attached; local
603 bool attached; local
[all...]
H A Dextcon-max77693.c280 * max77693_muic_set_path - Set hardware line according to attached cable
282 * @value: the path according to attached cable
283 * @attached: the state of cable (true:attached, false:detached)
287 * attached cable.
290 u8 val, bool attached)
295 if (attached)
307 if (attached)
322 ctrl1, ctrl2, attached ? "attached"
289 max77693_muic_set_path(struct max77693_muic_info *info, u8 val, bool attached) argument
340 max77693_muic_get_cable_type(struct max77693_muic_info *info, enum max77693_muic_cable_group group, bool *attached) argument
481 max77693_muic_dock_handler(struct max77693_muic_info *info, int cable_type, bool attached) argument
562 max77693_muic_dock_button_handler(struct max77693_muic_info *info, int button_type, bool attached) argument
609 bool attached; local
645 max77693_muic_jig_handler(struct max77693_muic_info *info, int cable_type, bool attached) argument
691 bool attached; local
800 bool attached; local
1044 bool attached; local
[all...]
H A Dextcon-sm5502.c229 bool attached)
233 if (!attached) {
281 /* Return cable type of attached or detached accessories */
377 bool attached)
390 /* Get the type of attached or detached cable */
391 if (attached)
420 ret = sm5502_muic_set_path(info, con_sw, vbus_sw, attached);
425 extcon_set_cable_state(info->edev, cable_names[idx], attached);
441 /* Detect attached or detached cables */
227 sm5502_muic_set_path(struct sm5502_muic_info *info, unsigned int con_sw, unsigned int vbus_sw, bool attached) argument
376 sm5502_muic_cable_handler(struct sm5502_muic_info *info, bool attached) argument
H A Dextcon-rt8973a.c239 unsigned int con_sw, bool attached)
250 if (!attached)
319 bool attached = false; local
327 attached = true;
331 attached = false;
339 attached = false;
419 ret = rt8973a_muic_set_path(info, con_sw, attached);
424 extcon_set_cable_state(info->edev, cable_names[idx], attached);
440 /* Detect attached or detached cables */
238 rt8973a_muic_set_path(struct rt8973a_muic_info *info, unsigned int con_sw, bool attached) argument
/drivers/mcb/
H A DKconfig25 This is a MCB carrier on a PCI device. Both PCI attached on-board
26 FPGAs as well as CompactPCI attached MCB FPGAs are supported with
/drivers/misc/cxl/
H A DKconfig19 coherently attached to a CPU via an MMU. This driver enables
/drivers/media/pci/zoran/
H A Dvideocodec.c65 int attached; member in struct:codec_list
120 "%s[%d]", codec->name, h->attached);
149 h->attached += 1;
220 h->attached -= 1;
291 if (h->attached) {
328 seq_printf(m, "<S>lave or attached <M>aster name type flags magic ");
/drivers/message/fusion/
H A Dmptsas.c433 mptsas_is_end_device(struct mptsas_devinfo * attached) argument
435 if ((attached->sas_address) &&
436 (attached->device_info &
438 ((attached->device_info &
440 (attached->device_info &
442 (attached->device_info &
471 memset(&phy_info->attached, 0, sizeof(struct mptsas_devinfo));
774 phy_info->attached.handle_enclosure);
776 mptsas_add_device_component(ioc, phy_info->attached.channel,
777 phy_info->attached
[all...]
H A Dmptsas.h167 struct mptsas_devinfo attached; /* point to attached device info */ member in struct:mptsas_phyinfo
/drivers/staging/comedi/kcomedilib/
H A Dkcomedilib_main.c55 if (dev->attached)
84 if (!dev->attached) {
226 if (dev->attached)
244 if (!dev->attached || subdevice >= dev->n_subdevices)
/drivers/staging/comedi/
H A Dproc.c46 if (dev->attached) {
H A Drange.c70 if (!dev->attached)
H A Ddrivers.c158 dev->attached = false;
532 dev->attached = true;
697 if (dev->attached)
853 if (dev->attached && dev->driver == driver) {
H A Dcomedi_fops.c122 if (dev->attached)
618 if (!dev->attached)
633 if (!dev->attached)
671 if (dev->attached) {
1811 if (!dev->attached) {
1812 dev_dbg(dev->class_dev, "no driver attached\n");
1917 * contention unless the device is in the process of being attached
1923 if (!dev->attached) {
1924 dev_dbg(dev->class_dev, "no driver attached\n");
2001 if (!dev->attached) {
[all...]
/drivers/pps/generators/
H A Dpps_gen_parport.c65 static int attached; variable
195 if (attached) {
212 pr_info("attached to %s\n", port->name);
213 attached = 1;
/drivers/iommu/
H A Dshmobile-iommu.c35 struct shmobile_iommu_domain *attached; member in struct:shmobile_iommu_archdata
132 if (archdata->attached != sh_domain) {
133 if (archdata->attached)
138 archdata->attached = sh_domain;
164 archdata->attached = NULL;
/drivers/media/rc/
H A Dlirc_dev.c52 int attached; member in struct:irctl
363 ir->attached = 1;
415 ir->attached = 0;
525 if (ir->attached) {
554 if (!ir->attached)
588 if (ir->d.minor == NOPLUG || !ir->attached) {
683 if (!ir->attached) {
733 if (!ir->attached) {
782 if (!ir->attached)
/drivers/video/adf/
H A Dadf_client.c556 adf_attachment_list_to_array(dev, &dev->attached, attachments,
594 * attached
606 attachment = adf_attachment_find(&dev->attached, eng, intf);
641 * -%EALREADY if @intf and @eng are already attached, or -errno on any other
666 if (adf_attachment_find(&dev->attached, eng, intf)) {
683 list_add_tail(&attachment->head, &dev->attached);
702 * Returns 0 on success, -%EINVAL if @intf and @eng are not attached,
717 attachment = adf_attachment_find(&dev->attached, eng, intf);
/drivers/media/pci/ddbridge/
H A Dddbridge.h76 int attached; member in struct:ddb_input
/drivers/staging/comedi/drivers/
H A Damplc_pc236_common.c137 if (dev->attached && handled) {
H A Ddt2814.c207 if (!dev->attached) {
/drivers/auxdisplay/
H A DKconfig92 The LCD framebuffer driver can be attached to a console.
/drivers/scsi/fcoe/
H A Dfcoe_transport.c56 MODULE_PARM_DESC(show, " Show attached FCoE transports");
490 * @netdev: The netdev to look for from all attached transports
509 * @ft: The fcoe transport to be attached
518 if (ft->attached) {
519 LIBFCOE_TRANSPORT_DBG("transport %s already attached\n",
531 ft->attached = true;
542 * @ft: The fcoe transport to be attached
552 if (!ft->attached) {
573 ft->attached = false;
614 printk(KERN_ERR "FCoE transport %s is still attached!\
[all...]
/drivers/staging/unisys/visorchipset/
H A Dvisorchipset.h36 u32 attached:1; member in struct:__anon6868
87 u32 switchNo; /* when devState.attached==1 */
88 u32 internalPortNo; /* when devState.attached==1 */
209 u32 busNo; /* valid only when state.attached == 1 */
210 u32 devNo; /* valid only when state.attached == 1 */

Completed in 401 milliseconds

123