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:btdev
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/bluetooth/
H
A
D
hci_nokia.c
164
struct nokia_bt_dev *
btdev
= data;
in wakeup_handler()
local
165
struct device *dev = &
btdev
->serdev->dev;
in wakeup_handler()
166
int wake_state = gpiod_get_value(
btdev
->wakeup_host);
in wakeup_handler()
168
if (
btdev
->rx_enabled == wake_state)
in wakeup_handler()
176
btdev
->rx_enabled = wake_state;
in wakeup_handler()
183
struct nokia_bt_dev *
btdev
= hu->priv;
in nokia_reset()
local
184
struct device *dev = &
btdev
->serdev->dev;
in nokia_reset()
188
gpiod_set_value_cansleep(
btdev
->reset, 1);
in nokia_reset()
189
gpiod_set_value_cansleep(
btdev
->wakeup_bt, 1);
in nokia_reset()
194
err = gpiod_get_value_cansleep(
btdev
in nokia_reset()
223
struct nokia_bt_dev *
btdev
= hu->priv;
nokia_send_alive_packet()
local
263
struct nokia_bt_dev *
btdev
= hu->priv;
nokia_send_negotiation()
local
326
struct nokia_bt_dev *
btdev
= hu->priv;
nokia_setup_fw()
local
395
struct nokia_bt_dev *
btdev
= hu->priv;
nokia_setup()
local
478
struct nokia_bt_dev *
btdev
= hu->priv;
nokia_flush()
local
489
struct nokia_bt_dev *
btdev
= hu->priv;
nokia_close()
local
512
struct nokia_bt_dev *
btdev
= hu->priv;
nokia_enqueue()
local
535
struct nokia_bt_dev *
btdev
= hu->priv;
nokia_recv_negotiation_packet()
local
572
struct nokia_bt_dev *
btdev
= hu->priv;
nokia_recv_alive_packet()
local
625
struct nokia_bt_dev *
btdev
= hu->priv;
nokia_recv()
local
646
struct nokia_bt_dev *
btdev
= hu->priv;
nokia_dequeue()
local
686
struct nokia_bt_dev *
btdev
;
nokia_bluetooth_serdev_probe()
local
761
struct nokia_bt_dev *
btdev
= serdev_device_get_drvdata(serdev);
nokia_bluetooth_serdev_remove()
local
[all...]
/kernel/linux/linux-6.6/drivers/bluetooth/
H
A
D
hci_nokia.c
164
struct nokia_bt_dev *
btdev
= data;
in wakeup_handler()
local
165
struct device *dev = &
btdev
->serdev->dev;
in wakeup_handler()
166
int wake_state = gpiod_get_value(
btdev
->wakeup_host);
in wakeup_handler()
168
if (
btdev
->rx_enabled == wake_state)
in wakeup_handler()
176
btdev
->rx_enabled = wake_state;
in wakeup_handler()
183
struct nokia_bt_dev *
btdev
= hu->priv;
in nokia_reset()
local
184
struct device *dev = &
btdev
->serdev->dev;
in nokia_reset()
188
gpiod_set_value_cansleep(
btdev
->reset, 1);
in nokia_reset()
189
gpiod_set_value_cansleep(
btdev
->wakeup_bt, 1);
in nokia_reset()
194
err = gpiod_get_value_cansleep(
btdev
in nokia_reset()
223
struct nokia_bt_dev *
btdev
= hu->priv;
nokia_send_alive_packet()
local
263
struct nokia_bt_dev *
btdev
= hu->priv;
nokia_send_negotiation()
local
326
struct nokia_bt_dev *
btdev
= hu->priv;
nokia_setup_fw()
local
395
struct nokia_bt_dev *
btdev
= hu->priv;
nokia_setup()
local
478
struct nokia_bt_dev *
btdev
= hu->priv;
nokia_flush()
local
489
struct nokia_bt_dev *
btdev
= hu->priv;
nokia_close()
local
512
struct nokia_bt_dev *
btdev
= hu->priv;
nokia_enqueue()
local
535
struct nokia_bt_dev *
btdev
= hu->priv;
nokia_recv_negotiation_packet()
local
572
struct nokia_bt_dev *
btdev
= hu->priv;
nokia_recv_alive_packet()
local
625
struct nokia_bt_dev *
btdev
= hu->priv;
nokia_recv()
local
646
struct nokia_bt_dev *
btdev
= hu->priv;
nokia_dequeue()
local
686
struct nokia_bt_dev *
btdev
;
nokia_bluetooth_serdev_probe()
local
761
struct nokia_bt_dev *
btdev
= serdev_device_get_drvdata(serdev);
nokia_bluetooth_serdev_remove()
local
[all...]
Completed in 2 milliseconds