Home
last modified time | relevance | path

Searched refs:attached (Results 1 – 25 of 30) sorted by relevance

12

/linux-4.19.296/drivers/extcon/
Dextcon-max77843.c205 u8 val, bool attached, bool nobccomp) in max77843_muic_set_path() argument
211 if (attached) in max77843_muic_set_path()
230 if (attached) in max77843_muic_set_path()
246 ctrl1, ctrl2, attached ? "attached" : "detached"); in max77843_muic_set_path()
267 enum max77843_muic_cable_group group, bool *attached) in max77843_muic_get_cable_type() argument
278 *attached = false; in max77843_muic_get_cable_type()
282 *attached = true; in max77843_muic_get_cable_type()
298 *attached = false; in max77843_muic_get_cable_type()
307 *attached = true; in max77843_muic_get_cable_type()
316 *attached = false; in max77843_muic_get_cable_type()
[all …]
Dextcon-max77693.c267 u8 val, bool attached) in max77693_muic_set_path() argument
272 if (attached) in max77693_muic_set_path()
284 if (attached) in max77693_muic_set_path()
300 ctrl1, ctrl2, attached ? "attached" : "detached"); in max77693_muic_set_path()
319 enum max77693_muic_cable_group group, bool *attached) in max77693_muic_get_cable_type() argument
343 *attached = false; in max77693_muic_get_cable_type()
348 *attached = true; in max77693_muic_get_cable_type()
367 *attached = false; in max77693_muic_get_cable_type()
372 *attached = true; in max77693_muic_get_cable_type()
409 *attached = false; in max77693_muic_get_cable_type()
[all …]
Dextcon-max8997.c205 u8 val, bool attached) in max8997_muic_set_path() argument
210 if (attached) in max8997_muic_set_path()
222 if (attached) in max8997_muic_set_path()
237 ctrl1, ctrl2, attached ? "attached" : "detached"); in max8997_muic_set_path()
254 enum max8997_muic_cable_group group, bool *attached) in max8997_muic_get_cable_type() argument
275 *attached = false; in max8997_muic_get_cable_type()
280 *attached = true; in max8997_muic_get_cable_type()
294 *attached = false; in max8997_muic_get_cable_type()
299 *attached = true; in max8997_muic_get_cable_type()
320 enum max8997_muic_usb_type usb_type, bool attached) in max8997_muic_handle_usb() argument
[all …]
Dextcon-max14577.c205 u8 val, bool attached) in max14577_muic_set_path() argument
219 if (attached) in max14577_muic_set_path()
232 if (attached) in max14577_muic_set_path()
247 ctrl1, ctrl2, attached ? "attached" : "detached"); in max14577_muic_set_path()
264 enum max14577_muic_cable_group group, bool *attached) in max14577_muic_get_cable_type() argument
285 *attached = false; in max14577_muic_get_cable_type()
290 *attached = true; in max14577_muic_get_cable_type()
305 *attached = false; in max14577_muic_get_cable_type()
310 *attached = true; in max14577_muic_get_cable_type()
331 int cable_type, bool attached) in max14577_muic_jig_handler() argument
[all …]
Dextcon-rt8973a.c227 unsigned int con_sw, bool attached) in rt8973a_muic_set_path() argument
238 if (!attached) in rt8973a_muic_set_path()
307 bool attached = false; in rt8973a_muic_cable_handler() local
312 attached = true; in rt8973a_muic_cable_handler()
316 attached = false; in rt8973a_muic_cable_handler()
324 attached = false; in rt8973a_muic_cable_handler()
398 ret = rt8973a_muic_set_path(info, con_sw, attached); in rt8973a_muic_cable_handler()
403 extcon_set_state_sync(info->edev, id, attached); in rt8973a_muic_cable_handler()
406 attached); in rt8973a_muic_cable_handler()
Dextcon-sm5502.c227 bool attached) in sm5502_muic_set_path() argument
231 if (!attached) { in sm5502_muic_set_path()
375 bool attached) in sm5502_muic_cable_handler() argument
385 if (attached) in sm5502_muic_cable_handler()
414 ret = sm5502_muic_set_path(info, con_sw, vbus_sw, attached); in sm5502_muic_cable_handler()
419 extcon_set_state_sync(info->edev, id, attached); in sm5502_muic_cable_handler()
422 attached); in sm5502_muic_cable_handler()
DKconfig8 cables attached. For example, an external connector of a device
/linux-4.19.296/include/linux/platform_data/
Dfsa9480.h18 void (*usb_cb) (u8 attached);
19 void (*uart_cb) (u8 attached);
20 void (*charger_cb) (u8 attached);
21 void (*jig_cb) (u8 attached);
Dmlxreg.h79 bool attached; member
/linux-4.19.296/drivers/message/fusion/
Dmptsas.c433 mptsas_is_end_device(struct mptsas_devinfo * attached) in mptsas_is_end_device() argument
435 if ((attached->sas_address) && in mptsas_is_end_device()
436 (attached->device_info & in mptsas_is_end_device()
438 ((attached->device_info & in mptsas_is_end_device()
440 (attached->device_info & in mptsas_is_end_device()
442 (attached->device_info & in mptsas_is_end_device()
471 memset(&phy_info->attached, 0, sizeof(struct mptsas_devinfo)); in mptsas_port_delete()
774 phy_info->attached.handle_enclosure); in mptsas_add_device_component_starget()
776 mptsas_add_device_component(ioc, phy_info->attached.channel, in mptsas_add_device_component_starget()
777 phy_info->attached.id, phy_info->attached.sas_address, in mptsas_add_device_component_starget()
[all …]
Dmptsas.h167 struct mptsas_devinfo attached; /* point to attached device info */ member
/linux-4.19.296/drivers/misc/cxl/
DKconfig29 coherently attached to a CPU via an MMU. This driver enables
/linux-4.19.296/drivers/misc/ocxl/
DKconfig20 attached to a CPU over an OpenCAPI link.
/linux-4.19.296/include/linux/power/
Dcharger-manager.h74 bool attached; member
/linux-4.19.296/drivers/dma-buf/
DKconfig16 is attached to the buffer and is transferred via userspace, using Sync
/linux-4.19.296/include/linux/usb/
Dtcpm.h148 int (*set_roles)(struct tcpc_dev *dev, bool attached,
Dserial.h159 unsigned char attached:1; member
/linux-4.19.296/include/linux/
Dvisorbus.h190 u32 attached:1; member
/linux-4.19.296/drivers/s390/char/
DKconfig7 prompt "Support for locally attached 3270 terminals"
129 Select this option if you want to access channel-attached tape
/linux-4.19.296/include/scsi/
Dlibfcoe.h317 bool attached; member
/linux-4.19.296/drivers/pci/controller/
DKconfig272 and devices attached to them, to be removed from the default
276 has devices attached to it, say Y; if you are not sure, say N.
/linux-4.19.296/fs/proc/
DKconfig14 that are used by the attached devices to gain the CPU's attention --
/linux-4.19.296/drivers/bus/
DKconfig37 Driver to enable I/O access to devices attached to the Low Pin
/linux-4.19.296/drivers/char/
DKconfig41 If you have an SGI Altix and you have fpga devices attached
48 If you have an SGI Altix with an attached SABrick
198 alter the behaviour of the hardware reset circuitry attached to the
/linux-4.19.296/drivers/iio/adc/
DKconfig605 reading data out of attached compatible ADCs in a round-robin
607 depending on which ADCs are attached.

12