Searched refs:connected (Results 26 - 50 of 175) sorted by relevance

1234567

/linux-master/drivers/usb/gadget/udc/
H A Dtrace.h41 __field(unsigned, connected)
62 __entry->connected = g->connected;
80 __entry->connected ? "connected" : "disconnected",
/linux-master/drivers/usb/usbip/
H A Dvudc_sysfs.c125 if (udc->connected) {
126 dev_err(dev, "Device already connected");
187 udc->connected = 1;
198 if (!udc->connected) {
199 dev_err(dev, "Device not connected");
H A Dvudc.h109 unsigned connected:1; member in struct:vudc
/linux-master/net/ipv6/ila/
H A Dila_lwt.c22 u32 connected : 1; member in struct:ila_lwt
89 if (ilwt->connected)
250 ilwt->connected = 1;
/linux-master/drivers/gpu/drm/rockchip/
H A Dcdn-dp-core.c240 if (dp->connected)
295 if (!dp->connected)
495 if (!dp->connected) {
528 /* only enable the port that connected with downstream device */
688 * 1. If there is not just one port device is connected, and remove one
694 if (!dp->connected && cdn_dp_connected_port(dp))
880 cdn_dp_audio_handle_plugged_change(dp, dp->connected);
968 dp->connected = true;
970 /* Not connected, notify userspace to disable the block */
972 DRM_DEV_INFO(dp->dev, "Not connected
[all...]
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_vidi.c46 unsigned int connected; member in struct:vidi_context
177 rc = sprintf(buf, "%d\n", ctx->connected);
191 ret = kstrtoint(buf, 0, &ctx->connected);
195 if (ctx->connected > 1)
242 if (ctx->connected == vidi->connection) {
275 ctx->connected = vidi->connection;
290 return ctx->connected ? connector_status_connected :
/linux-master/drivers/hid/
H A Dhid-steam.c302 bool connected; member in struct:steam_device
470 * the controller is already connected.
717 dbg_hid("%s: already connected\n", __func__);
851 dbg_hid("%s: already connected\n", __func__);
973 hid_info(steam->hdev, "Steam Controller '%s' connected",
1027 bool connected; local
1031 connected = steam->connected;
1034 if (connected) {
1085 * 1-4: slots where up to 4 real game pads will be connected t
1130 bool connected; local
1319 steam_do_connect_event(struct steam_device *steam, bool connected) argument
[all...]
/linux-master/sound/aoa/codecs/
H A Donyx.c11 * to be used in aoa_codec.connected):
17 * the digital output connected but not the analog, I have handled
891 /* nothing connected? what a joke! */
892 if ((onyx->codec.connected & 0xF) == 0)
896 if ((onyx->codec.connected & 0xC) == 0) {
907 if ((onyx->codec.connected & 3) == 0) {
939 * depending on what inputs are connected */
940 if ((onyx->codec.connected & 0xC) == 0xC)
942 else if (onyx->codec.connected & 4)
946 if (onyx->codec.connected
[all...]
H A Dtoonie.c89 /* nothing connected? what a joke! */
90 if (toonie->codec.connected != 1)
/linux-master/drivers/gpu/drm/radeon/
H A Ddce6_afmt.c73 rdev->audio.pin[i].connected = false;
75 rdev->audio.pin[i].connected = true;
90 if (rdev->audio.pin[i].connected) {
108 DRM_ERROR("No connected audio pins found!\n");
H A Drs600.c362 bool connected = false; local
368 connected = true;
373 connected = true;
378 return connected;
385 bool connected = rs600_hpd_sense(rdev, hpd); local
390 if (connected)
398 if (connected)
/linux-master/net/wireless/
H A Dmlme.c121 if (!wdev->connected || !ether_addr_equal(wdev->u.client.connected_addr, bssid))
141 if (WARN_ON(!wdev->connected ||
282 if (wdev->connected &&
458 if (wdev->connected &&
509 (!wdev->connected ||
514 (wdev->connected &&
538 if (!wdev->connected)
549 WARN_ON(wdev->connected);
564 if (!wdev->connected)
816 if (!wdev->connected
[all...]
/linux-master/sound/pci/mixart/
H A Dmixart.h36 unsigned char connected; member in struct:mixart_route
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_router_hw.h58 u8 connected; /* bool. indicate, if mac/oif valid */ member in struct:prestera_neigh_info
106 /* It can be connected route
/linux-master/drivers/scsi/
H A Dwd33c93.c403 * already connected, we give up immediately. Otherwise, look through
421 if (hostdata->selecting || hostdata->connected) {
572 hostdata->connected = cmd;
754 cmd = (struct scsi_cmnd *) hostdata->connected; /* assume we're connected */
793 hostdata->connected = NULL;
816 /* We are not connected to a target - check to see if there
827 hostdata->connected = cmd =
1116 hostdata->connected = NULL;
1131 /* We are no longer connected t
[all...]
H A Dg_NCR5380.c504 scmd_printk(KERN_ERR, hostdata->connected,
569 scmd_printk(KERN_ERR, hostdata->connected, "%s: End of DMA timeout\n",
648 scmd_printk(KERN_ERR, hostdata->connected,
654 scmd_printk(KERN_ERR, hostdata->connected, "%s: End of DMA timeout\n",
/linux-master/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-vchiq.h59 struct vchiq_mmal_port *connected; /* port connected to */ member in struct:vchiq_mmal_port
/linux-master/drivers/tty/hvc/
H A Dhvcs.c29 * only be actively connected to by a single vty-server, in any manner, at one
34 * partition's vty device. Conversely, a vty-server may only be connected to
278 * Any variable below is valid before a tty is connected and
283 int connected; /* is the vty-server currently connected to a vty? */ member in struct:hvcs_struct
389 if (hvcsd->connected == 0) {
392 " vty-server is not connected to a vty.\n");
415 retval = sprintf(buf, "%d\n", hvcsd->connected);
677 if (hvcsd->connected == 1) {
767 hvcsd->connected
[all...]
/linux-master/drivers/usb/chipidea/
H A Dcore.c594 cbl->connected = event;
623 cable->connected = true;
626 cable->connected = false;
630 cable->connected = false;
633 cable->connected = true;
637 cable->connected = false;
640 cable->connected = false;
786 cable->connected = true;
788 cable->connected = false;
798 cable->connected
[all...]
H A Dotg.c45 if (cable->connected)
63 if (cable->connected)
/linux-master/sound/soc/ti/
H A Domap-twl4030.c137 int connected, char *pin)
139 if (!connected)
180 /* Disable not connected paths if not used */
136 twl4030_disconnect_pin(struct snd_soc_dapm_context *dapm, int connected, char *pin) argument
/linux-master/fs/fuse/
H A Ddev.c93 * lockess check of fc->connected is okay, because atomic_dec_and_test()
98 !READ_ONCE(fc->connected)) {
123 if (!fc->connected)
245 if (fiq->connected) {
416 if (!fiq->connected) {
537 if (likely(fc->connected)) {
596 if (fiq->connected) {
1237 if (!fiq->connected || request_pending(fiq))
1244 !fiq->connected || request_pending(fiq));
1249 if (!fiq->connected) {
[all...]
/linux-master/drivers/gpu/drm/bridge/
H A Dlontium-lt9611uxc.c172 bool connected; local
180 connected = lt9611uxc->hdmi_connected;
184 connected ?
444 bool connected = true; local
454 connected = reg_val & BIT(1);
456 lt9611uxc->hdmi_connected = connected;
460 return connected ? connector_status_connected :
/linux-master/net/vmw_vsock/
H A Daf_vsock.c14 * specified an address that they are responsible for) and one for connected
38 * pending socket. When that socket reaches the connected state, it is removed
40 * socket's accept queue. Callers of accept(2) will accept connected sockets
46 * - It is possible that these pending sockets will never reach the connected
53 * function will also cleanup rejected sockets, those that reach the connected
71 * freed. Each entry in a list (such as the "global" bound and connected tables
72 * and the listener socket's pending list and connected queue) ensures a
83 * TCP_ESTABLISHED - connected
151 /* Each bound VSocket is stored in the bind hash table and each connected
152 * VSocket is stored in the connected has
388 vsock_enqueue_accept(struct sock *listener, struct sock *connected) argument
1508 struct sock *connected; local
[all...]
/linux-master/net/tipc/
H A Dnode.h111 int tipc_node_get_mtu(struct net *net, u32 addr, u32 sel, bool connected);

Completed in 322 milliseconds

1234567