Home
last modified time | relevance | path

Searched refs:connected (Results 1 - 25 of 322) sorted by relevance

12345678910>>...13

/kernel/linux/linux-5.10/sound/aoa/fabrics/
H A Dlayout.c30 * we think is connected. This information is hard-
47 int connected; member
48 /* codec dependent bit to be set in the aoa_codec.connected field.
117 /* onyx with all but microphone connected */
120 .connected = CC_SPEAKERS | CC_HEADPHONE | CC_LINEOUT,
124 .connected = CC_DIGITALOUT,
128 .connected = CC_LINEIN,
131 {} /* terminate array by .connected == 0 */
137 .connected = CC_SPEAKERS | CC_LINEOUT |
142 .connected
[all...]
/kernel/linux/linux-6.6/sound/aoa/fabrics/
H A Dlayout.c30 * we think is connected. This information is hard-
47 int connected; member
48 /* codec dependent bit to be set in the aoa_codec.connected field.
117 /* onyx with all but microphone connected */
120 .connected = CC_SPEAKERS | CC_HEADPHONE | CC_LINEOUT,
124 .connected = CC_DIGITALOUT,
128 .connected = CC_LINEIN,
131 {} /* terminate array by .connected == 0 */
137 .connected = CC_SPEAKERS | CC_LINEOUT |
142 .connected
[all...]
/kernel/linux/linux-6.6/sound/virtio/
H A Dvirtio_jack.c29 * @connected: Current jack connection status.
38 bool connected; member
163 vjack->connected = info[i].connected; in virtsnd_jack_parse_cfg()
198 vjack->connected ? vjack->type : 0); in virtsnd_jack_build_devs()
223 vjack->connected = true; in virtsnd_jack_event()
226 vjack->connected = false; in virtsnd_jack_event()
232 snd_jack_report(vjack->jack, vjack->connected ? vjack->type : 0); in virtsnd_jack_event()
/kernel/linux/linux-5.10/fs/overlayfs/
H A Dexport.c44 * "layer N connected" ancestor and verifying that all parents along the way are
47 * making that ancestor "layer N connected". For example:
55 * in ovl_lookup_real_ancestor() will not be able to lookup a connected overlay
56 * dentry from the connected lower dentry /a/b/c.
60 * /a/b. After copy up (and index) of /a/b, it will become "layer 2 connected"
63 * a connected overlay dentry will be accomplished.
67 * layer 1. If that improvement is made, then the check for "layer N connected"
98 * @dentry is "connected" if all ancestors up to root or a "connected" ancestor
100 * copy up a "connectable" ancestor to make it "connected"
362 ovl_lookup_real_one(struct dentry *connected, struct dentry *real, const struct ovl_layer *layer) ovl_lookup_real_one() argument
547 struct dentry *connected; ovl_lookup_real() local
[all...]
/kernel/linux/linux-6.6/fs/overlayfs/
H A Dexport.c44 * "layer N connected" ancestor and verifying that all parents along the way are
47 * making that ancestor "layer N connected". For example:
55 * in ovl_lookup_real_ancestor() will not be able to lookup a connected overlay
56 * dentry from the connected lower dentry /a/b/c.
60 * /a/b. After copy up (and index) of /a/b, it will become "layer 2 connected"
63 * a connected overlay dentry will be accomplished.
67 * layer 1. If that improvement is made, then the check for "layer N connected"
98 * @dentry is "connected" if all ancestors up to root or a "connected" ancestor
100 * copy up a "connectable" ancestor to make it "connected"
375 ovl_lookup_real_one(struct dentry *connected, struct dentry *real, const struct ovl_layer *layer) ovl_lookup_real_one() argument
565 struct dentry *connected; ovl_lookup_real() local
[all...]
/kernel/linux/linux-5.10/drivers/phy/
H A Dphy-lgm-usb.c48 bool connected; member
111 ta->connected = false; in phy_shutdown()
141 bool connected; in tca_work() local
150 connected = extcon_get_state(ta->phy.edev, EXTCON_USB_HOST); in tca_work()
151 if (connected == ta->connected) in tca_work()
154 ta->connected = connected; in tca_work()
155 if (connected) { in tca_work()
159 dev_dbg(ta->phy.dev, "connected in tca_work()
[all...]
/kernel/linux/linux-6.6/drivers/phy/
H A Dphy-lgm-usb.c48 bool connected; member
111 ta->connected = false; in phy_shutdown()
141 bool connected; in tca_work() local
150 connected = extcon_get_state(ta->phy.edev, EXTCON_USB_HOST); in tca_work()
151 if (connected == ta->connected) in tca_work()
154 ta->connected = connected; in tca_work()
155 if (connected) { in tca_work()
159 dev_dbg(ta->phy.dev, "connected in tca_work()
[all...]
/kernel/linux/linux-5.10/security/apparmor/
H A Dpath.c37 /* If the path is not connected to the expected root,
44 * resolves to the namespace root (would be connected outside
93 int connected = 1; in d_namespace_path() local
127 connected = 0; in d_namespace_path()
139 connected = 0; in d_namespace_path()
147 connected = 0; in d_namespace_path()
151 if (!connected) in d_namespace_path()
/kernel/linux/linux-6.6/security/apparmor/
H A Dpath.c37 /* If the path is not connected to the expected root,
44 * resolves to the namespace root (would be connected outside
93 int connected = 1; in d_namespace_path() local
127 connected = 0; in d_namespace_path()
139 connected = 0; in d_namespace_path()
147 connected = 0; in d_namespace_path()
151 if (!connected) in d_namespace_path()
/kernel/linux/linux-5.10/drivers/siox/
H A Dsiox-core.c116 * A device is called "connected" if it is synced and the watchdog is not
201 bool connected = true; in siox_poll() local
245 connected = false; in siox_poll()
260 if (connected != sdevice->connected) in siox_poll()
265 sdevice->connected = connected; in siox_poll()
269 /* only give data read to driver if the device is connected */ in siox_poll()
270 if (sdriver && connected) in siox_poll()
363 if (sdevice->connected) in __siox_stop()
435 bool connected; connected_show() local
[all...]
/kernel/linux/linux-6.6/drivers/siox/
H A Dsiox-core.c116 * A device is called "connected" if it is synced and the watchdog is not
201 bool connected = true; in siox_poll() local
245 connected = false; in siox_poll()
260 if (connected != sdevice->connected) in siox_poll()
265 sdevice->connected = connected; in siox_poll()
269 /* only give data read to driver if the device is connected */ in siox_poll()
270 if (sdriver && connected) in siox_poll()
363 if (sdevice->connected) in __siox_stop()
435 bool connected; connected_show() local
[all...]
/kernel/linux/linux-5.10/sound/firewire/
H A Dcmp.c143 c->connected = false; in cmp_connection_init()
182 WARN_ON(c->connected); in cmp_connection_destroy()
309 if (WARN_ON(c->connected)) { in cmp_connection_establish()
328 c->connected = true; in cmp_connection_establish()
352 if (!c->connected) { in cmp_connection_update()
376 c->connected = false; in cmp_connection_update()
402 if (!c->connected) { in cmp_connection_break()
409 cmp_error(c, "plug is still connected\n"); in cmp_connection_break()
411 c->connected = false; in cmp_connection_break()
/kernel/linux/linux-6.6/sound/firewire/
H A Dcmp.c143 c->connected = false; in cmp_connection_init()
182 WARN_ON(c->connected); in cmp_connection_destroy()
309 if (WARN_ON(c->connected)) { in cmp_connection_establish()
328 c->connected = true; in cmp_connection_establish()
352 if (!c->connected) { in cmp_connection_update()
376 c->connected = false; in cmp_connection_update()
402 if (!c->connected) { in cmp_connection_break()
409 cmp_error(c, "plug is still connected\n"); in cmp_connection_break()
411 c->connected = false; in cmp_connection_break()
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-steam.c121 bool connected; member
266 * the controller is already connected.
403 dbg_hid("%s: already connected\n", __func__); in steam_input_register()
531 hid_info(steam->hdev, "Steam Controller '%s' connected", in steam_register()
577 bool connected; in steam_work_connect_cb() local
581 connected = steam->connected; in steam_work_connect_cb()
584 if (connected) { in steam_work_connect_cb()
607 * 1-4: slots where up to 4 real game pads will be connected to. in steam_is_valve_interface()
650 bool connected; in steam_client_ll_close() local
834 steam_do_connect_event(struct steam_device *steam, bool connected) steam_do_connect_event() argument
[all...]
/kernel/linux/linux-6.6/drivers/platform/surface/
H A Dsurface_aggregator_hub.c88 * "connected"), we further need to re-schedule this work (with the in ssam_hub_update_workfn()
127 static void ssam_hub_update(struct ssam_hub *hub, bool connected) in ssam_hub_update() argument
132 if (!connected) { in ssam_hub_update()
138 * Delay update when the base/keyboard cover is being connected to give in ssam_hub_update()
141 delay = connected ? hub->connect_delay : 0; in ssam_hub_update()
210 * after being (re-)connected. This delay has been determined via
287 * (re-)connected. This delay has been determined via experimentation.
303 u8 connected; in ssam_kip_hub_query_state() local
305 status = ssam_retry(__ssam_kip_query_state, hub->sdev->ctrl, &connected); in ssam_kip_hub_query_state()
311 *state = connected in ssam_kip_hub_query_state()
[all...]
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-steam.c131 bool connected; member
290 * the controller is already connected.
486 dbg_hid("%s: already connected\n", __func__); in steam_input_register()
657 hid_info(steam->hdev, "Steam Controller '%s' connected", in steam_register()
703 bool connected; in steam_work_connect_cb() local
707 connected = steam->connected; in steam_work_connect_cb()
710 if (connected) { in steam_work_connect_cb()
733 * 1-4: slots where up to 4 real game pads will be connected to. in steam_is_valve_interface()
792 bool connected; in steam_client_ll_close() local
984 steam_do_connect_event(struct steam_device *steam, bool connected) steam_do_connect_event() argument
[all...]
H A Dhid-steelseries.c454 bool connected) in steelseries_headset_set_wireless_status()
462 usb_set_wireless_status(intf, connected ? in steelseries_headset_set_wireless_status()
595 bool connected = sd->headset_connected; in steelseries_headset_raw_event() local
609 connected = false; in steelseries_headset_raw_event()
612 connected = true; in steelseries_headset_raw_event()
617 if (connected != sd->headset_connected) { in steelseries_headset_raw_event()
621 connected ? "" : "not "); in steelseries_headset_raw_event()
622 sd->headset_connected = connected; in steelseries_headset_raw_event()
623 steelseries_headset_set_wireless_status(hdev, connected); in steelseries_headset_raw_event()
453 steelseries_headset_set_wireless_status(struct hid_device *hdev, bool connected) steelseries_headset_set_wireless_status() argument
/kernel/linux/linux-5.10/drivers/scsi/
H A DNCR5380.c59 * the REQ signal as long as you are connected. Some devices are
88 * structures, being initialized after the command is connected
412 hostdata->connected = NULL; in NCR5380_init()
463 * If the system crashed, it may have crashed with a connected target and
618 !hostdata->connected && in maybe_release_dma_irq()
702 while (!hostdata->connected && !hostdata->selecting) { in NCR5380_main()
712 * On success, instance->hostdata->connected is set. in NCR5380_main()
732 if (hostdata->connected && !hostdata->dma_len) { in NCR5380_main()
737 if (!hostdata->connected) in NCR5380_main()
763 p = hostdata->connected in NCR5380_dma_complete()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A DNCR5380.c59 * the REQ signal as long as you are connected. Some devices are
87 * The command data pointer is initialized after the command is connected
409 hostdata->connected = NULL; in NCR5380_init()
460 * If the system crashed, it may have crashed with a connected target and
618 !hostdata->connected && in maybe_release_dma_irq()
702 while (!hostdata->connected && !hostdata->selecting) { in NCR5380_main()
712 * On success, instance->hostdata->connected is set. in NCR5380_main()
731 if (hostdata->connected && !hostdata->dma_len) { in NCR5380_main()
736 if (!hostdata->connected) { in NCR5380_main()
757 struct NCR5380_cmd *ncmd = NCR5380_to_ncmd(hostdata->connected); in NCR5380_dma_complete()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H A Dexynos_drm_vidi.c45 unsigned int connected; member
176 rc = sprintf(buf, "%d\n", ctx->connected); in vidi_show_connection()
190 ret = kstrtoint(buf, 0, &ctx->connected); in vidi_store_connection()
194 if (ctx->connected > 1) in vidi_store_connection()
241 if (ctx->connected == vidi->connection) { in vidi_connection_ioctl()
274 ctx->connected = vidi->connection; in vidi_connection_ioctl()
289 return ctx->connected ? connector_status_connected : in vidi_detect()
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dmlxreg-fan.c67 * @connected: indicates if tachometer is connected;
72 bool connected; member
80 * @connected: indicates if PWM is connected;
84 bool connected; member
207 if (!(((struct mlxreg_fan *)data)->tacho[channel].connected)) in mlxreg_fan_is_visible()
220 if (!(((struct mlxreg_fan *)data)->pwm.connected)) in mlxreg_fan_is_visible()
430 fan->tacho[tacho_num++].connected = true; in mlxreg_fan_config()
432 if (fan->pwm.connected) { in mlxreg_fan_config()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/
H A Dexynos_drm_vidi.c46 unsigned int connected; member
177 rc = sprintf(buf, "%d\n", ctx->connected); in vidi_show_connection()
191 ret = kstrtoint(buf, 0, &ctx->connected); in vidi_store_connection()
195 if (ctx->connected > 1) in vidi_store_connection()
242 if (ctx->connected == vidi->connection) { in vidi_connection_ioctl()
275 ctx->connected = vidi->connection; in vidi_connection_ioctl()
290 return ctx->connected ? connector_status_connected : in vidi_detect()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dmlxreg-fan.c62 * @connected: indicates if tachometer is connected;
68 bool connected; member
78 * @connected: indicates if PWM is connected;
87 bool connected; member
136 * if FAN is physically connected, zero - otherwise. in mlxreg_fan_read()
148 /* FAN is not connected - return zero for FAN speed. */ in mlxreg_fan_read()
250 if (!(((struct mlxreg_fan *)data)->tacho[channel].connected)) in mlxreg_fan_is_visible()
263 if (!(((struct mlxreg_fan *)data)->pwm[channel].connected)) in mlxreg_fan_is_visible()
[all...]
/kernel/linux/linux-5.10/drivers/usb/typec/ucsi/
H A Dtrace.h49 __field(u8, connected)
60 __entry->connected = !!(status->flags & UCSI_CONSTAT_CONNECTED);
67 TP_printk("port%d status: change=%04x, opmode=%x, connected=%d, "
70 __entry->change, __entry->opmode, __entry->connected,
/kernel/linux/linux-5.10/net/ipv4/netfilter/
H A Dnf_tproxy_ipv4.c126 int connected = (sk->sk_state == TCP_ESTABLISHED); in nf_tproxy_get_sock_v4() local
135 (!connected || wildcard)) || in nf_tproxy_get_sock_v4()
136 (lookup_type == NF_TPROXY_LOOKUP_LISTENER && connected)) { in nf_tproxy_get_sock_v4()

Completed in 18 milliseconds

12345678910>>...13