Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:role_switch
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/chipidea/
H
A
D
otg.c
39
if (!IS_ERR(cable->edev) || ci->
role_switch
) {
in hw_read_otgsc()
57
if (!IS_ERR(cable->edev) || ci->
role_switch
) {
in hw_read_otgsc()
88
if (!IS_ERR(cable->edev) || ci->
role_switch
) {
in hw_write_otgsc()
102
if (!IS_ERR(cable->edev) || ci->
role_switch
) {
in hw_write_otgsc()
H
A
D
core.c
1151
ci->
role_switch
= usb_role_switch_register(dev,
in ci_hdrc_probe()
1153
if (IS_ERR(ci->
role_switch
)) {
in ci_hdrc_probe()
1154
ret = PTR_ERR(ci->
role_switch
);
in ci_hdrc_probe()
1220
if (ci->
role_switch
)
in ci_hdrc_probe()
1221
usb_role_switch_unregister(ci->
role_switch
);
in ci_hdrc_probe()
1241
if (ci->
role_switch
)
in ci_hdrc_remove()
1242
usb_role_switch_unregister(ci->
role_switch
);
in ci_hdrc_remove()
H
A
D
ci.h
223
struct usb_role_switch *
role_switch
;
member
H
A
D
ci_hdrc_msm.c
117
if (!IS_ERR(ci->platdata->vbus_extcon.edev) || ci->
role_switch
) {
in ci_hdrc_msm_notify_event()
/kernel/linux/linux-6.6/drivers/usb/chipidea/
H
A
D
otg.c
39
if (!IS_ERR(cable->edev) || ci->
role_switch
) {
in hw_read_otgsc()
57
if (!IS_ERR(cable->edev) || ci->
role_switch
) {
in hw_read_otgsc()
88
if (!IS_ERR(cable->edev) || ci->
role_switch
) {
in hw_write_otgsc()
102
if (!IS_ERR(cable->edev) || ci->
role_switch
) {
in hw_write_otgsc()
H
A
D
core.c
1193
ci->
role_switch
= usb_role_switch_register(dev,
in ci_hdrc_probe()
1195
if (IS_ERR(ci->
role_switch
)) {
in ci_hdrc_probe()
1196
ret = PTR_ERR(ci->
role_switch
);
in ci_hdrc_probe()
1244
if (ci->
role_switch
)
in ci_hdrc_probe()
1245
usb_role_switch_unregister(ci->
role_switch
);
in ci_hdrc_probe()
1265
if (ci->
role_switch
)
in ci_hdrc_remove()
1266
usb_role_switch_unregister(ci->
role_switch
);
in ci_hdrc_remove()
1335
if ((!IS_ERR(cable_id->edev) || ci->
role_switch
)
in ci_extcon_wakeup_int()
1340
if ((!IS_ERR(cable_vbus->edev) || ci->
role_switch
)
in ci_extcon_wakeup_int()
H
A
D
ci.h
228
struct usb_role_switch *
role_switch
;
member
H
A
D
ci_hdrc_msm.c
117
if (!IS_ERR(ci->platdata->vbus_extcon.edev) || ci->
role_switch
) {
in ci_hdrc_msm_notify_event()
/kernel/linux/linux-5.10/net/bluetooth/rfcomm/
H
A
D
sock.c
251
pi->
role_switch
= rfcomm_pi(parent)->
role_switch
;
in rfcomm_sock_init()
258
pi->
role_switch
= 0;
in rfcomm_sock_init()
262
pi->dlc->
role_switch
= pi->
role_switch
;
in rfcomm_sock_init()
411
d->
role_switch
= rfcomm_pi(sk)->
role_switch
;
in rfcomm_sock_connect()
651
rfcomm_pi(sk)->
role_switch
= (opt & RFCOMM_LM_MASTER);
in rfcomm_sock_setsockopt_old()
766
if (rfcomm_pi(sk)->
role_switch
)
in rfcomm_sock_getsockopt_old()
H
A
D
core.c
1332
if (d->
role_switch
)
in rfcomm_dlc_accept()
/kernel/linux/linux-6.6/net/bluetooth/rfcomm/
H
A
D
sock.c
251
pi->
role_switch
= rfcomm_pi(parent)->
role_switch
;
in rfcomm_sock_init()
258
pi->
role_switch
= 0;
in rfcomm_sock_init()
262
pi->dlc->
role_switch
= pi->
role_switch
;
in rfcomm_sock_init()
405
d->
role_switch
= rfcomm_pi(sk)->
role_switch
;
in rfcomm_sock_connect()
649
rfcomm_pi(sk)->
role_switch
= (opt & RFCOMM_LM_MASTER);
in rfcomm_sock_setsockopt_old()
768
if (rfcomm_pi(sk)->
role_switch
)
in rfcomm_sock_getsockopt_old()
H
A
D
core.c
1336
if (d->
role_switch
)
in rfcomm_dlc_accept()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
rfcomm.h
187
u8
role_switch
;
member
310
u8
role_switch
;
member
H
A
D
hci.h
630
__u8
role_switch
;
member
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
rfcomm.h
187
u8
role_switch
;
member
310
u8
role_switch
;
member
H
A
D
hci.h
734
__u8
role_switch
;
member
/kernel/linux/linux-5.10/drivers/usb/dwc3/
H
A
D
dwc3-meson-g12a.c
268
struct usb_role_switch *
role_switch
;
member
628
priv->
role_switch
= usb_role_switch_register(dev, &priv->switch_desc);
in dwc3_meson_g12a_otg_init()
629
if (IS_ERR(priv->
role_switch
))
in dwc3_meson_g12a_otg_init()
845
usb_role_switch_unregister(priv->
role_switch
);
in dwc3_meson_g12a_remove()
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H
A
D
dwc3-meson-g12a.c
262
struct usb_role_switch *
role_switch
;
member
619
priv->
role_switch
= usb_role_switch_register(dev, &priv->switch_desc);
in dwc3_meson_g12a_otg_init()
620
if (IS_ERR(priv->
role_switch
))
in dwc3_meson_g12a_otg_init()
838
usb_role_switch_unregister(priv->
role_switch
);
in dwc3_meson_g12a_remove()
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_conn.c
230
cp.
role_switch
= 0x01;
in hci_acl_create_connection()
232
cp.
role_switch
= 0x00;
in hci_acl_create_connection()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_conn.c
232
cp.
role_switch
= 0x01;
in hci_acl_create_connection()
234
cp.
role_switch
= 0x00;
in hci_acl_create_connection()
Completed in 39 milliseconds