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:capable
(Results
1 - 19
of
19
) sorted by relevance
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
H
A
D
rtltool.c
59
if (!
capable
(CAP_NET_ADMIN))
in rtl8168_tool_ioctl()
80
if (!
capable
(CAP_NET_ADMIN))
in rtl8168_tool_ioctl()
97
if (!
capable
(CAP_NET_ADMIN))
in rtl8168_tool_ioctl()
112
if (!
capable
(CAP_NET_ADMIN))
in rtl8168_tool_ioctl()
121
if (!
capable
(CAP_NET_ADMIN))
in rtl8168_tool_ioctl()
136
if (!
capable
(CAP_NET_ADMIN))
in rtl8168_tool_ioctl()
163
if (!
capable
(CAP_NET_ADMIN))
in rtl8168_tool_ioctl()
166
if (!
capable
(CAP_NET_ADMIN))
in rtl8168_tool_ioctl()
180
if (!
capable
(CAP_NET_ADMIN))
in rtl8168_tool_ioctl()
205
if (!
capable
(CAP_NET_ADMI
in rtl8168_tool_ioctl()
[all...]
H
A
D
r8168_n.c
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
H
A
D
drv_hdmi_frl.c
368
hi_bool
capable
= HI_FALSE;
in frl_check_format()
local
410
capable
= (i == max_rate) ? HI_FALSE : HI_TRUE;
in frl_check_format()
412
max_rate, video_def->video_code, (
capable
== HI_FALSE) ? "not" : "");
in frl_check_format()
414
return
capable
;
in frl_check_format()
1123
hi_bool
capable
= HI_FALSE;
in dfm_calculate()
local
1145
capable
= HI_FALSE;
in dfm_calculate()
1151
capable
= HI_TRUE;
in dfm_calculate()
1153
capable
= HI_FALSE;
in dfm_calculate()
1155
hdmi_err("this fmt can %s be trans\n", (
capable
== HI_TRUE) ? "" : "not");
in dfm_calculate()
1158
return
capable
;
in dfm_calculate()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/osal/
H
A
D
drv_osal_init_linux.c
155
if ((!
capable
(CAP_SYS_RAWIO)) || (!
capable
(CAP_SYS_ADMIN))) {
in hi_cipher_open()
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H
A
D
syscall.c
2185
if (is_net_admin_prog_type(type) && !
capable
(CAP_NET_ADMIN) && !
capable
(CAP_SYS_ADMIN)) {
in bpf_prog_load()
2941
if (!
capable
(CAP_NET_ADMIN)) {
in bpf_prog_attach_check_attach_type()
3106
if (!
capable
(CAP_NET_ADMIN)) {
in bpf_prog_query()
3195
if (!
capable
(CAP_SYS_ADMIN)) {
in bpf_obj_get_next_id()
3287
if (!
capable
(CAP_SYS_ADMIN)) {
in bpf_prog_get_fd_by_id()
3317
if (!
capable
(CAP_SYS_ADMIN)) {
in bpf_map_get_fd_by_id()
3901
if (!
capable
(CAP_SYS_ADMIN)) {
in bpf_btf_get_fd_by_id()
3973
if (!
capable
(CAP_SYS_ADMIN)) {
in bpf_task_fd_query()
4301
if (!
capable
(CAP_SYS_ADMI
in bpf_link_get_fd_by_id()
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_auth.c
210
if (!
capable
(CAP_SYS_ADMIN)) {
in drm_master_check_perm()
H
A
D
drm_ioctl.c
548
if (unlikely((flags & DRM_ROOT_ONLY) && !
capable
(CAP_SYS_ADMIN))) {
in drm_ioctl_permit()
H
A
D
drm_file.c
173
file->authenticated =
capable
(CAP_SYS_ADMIN);
in drm_file_alloc()
/device/soc/rockchip/common/sdk_linux/include/drm/
H
A
D
drm_connector.h
168
* @read_request: sink is
capable
of generating scdc read request.
1277
*
capable
of handling YCBCR 420 output. While parsing the EDID
1278
* blocks it's very helpful to know if the source is
capable
of
1666
void drm_connector_set_vrr_capable_property(struct drm_connector *connector, bool
capable
);
/device/soc/rockchip/common/sdk_linux/net/bluetooth/
H
A
D
l2cap_sock.c
60
if (psm < L2CAP_PSM_DYN_START && !
capable
(CAP_NET_BIND_SERVICE)) {
in l2cap_validate_bredr_psm()
75
if (psm < L2CAP_PSM_LE_DYN_START && !
capable
(CAP_NET_BIND_SERVICE)) {
in l2cap_validate_le_psm()
1906
if (sock->type == SOCK_RAW && !kern && !
capable
(CAP_NET_RAW)) {
in l2cap_sock_create()
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/
H
A
D
cgroup-v1.c
1012
if ((fc->user_ns != &init_user_ns) || !
capable
(CAP_SYS_ADMIN)) {
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
iommu.h
26
* markings, and certain devices are
capable
of issuing transactions marked as
206
* @
capable
: check capability
258
bool (*
capable
)(enum iommu_cap);
member
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
core.c
961
!
capable
(CAP_SYS_NICE)) {
in latency_nice_validate()
3183
* we can only do so if we have an active CPU which is
capable
of
in try_to_wake_up()
3471
if (write && !
capable
(CAP_SYS_ADMIN)) {
in sysctl_numa_balancing()
3553
if (write && !
capable
(CAP_SYS_ADMIN)) {
in sysctl_schedstats()
5501
return (nice_rlim <= task_rlimit(p, RLIMIT_NICE) ||
capable
(CAP_SYS_NICE));
in can_nice()
5718
if (user && !
capable
(CAP_SYS_NICE)) {
in __sched_setscheduler()
H
A
D
topology.c
229
if (write && !
capable
(CAP_SYS_ADMIN)) {
in sched_energy_aware_handler()
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H
A
D
iommu.c
1903
if (!bus->iommu_ops || !bus->iommu_ops->
capable
) {
in iommu_capable()
1907
return bus->iommu_ops->
capable
(cap);
in iommu_capable()
3135
* with more than one device. Existing SVA-
capable
systems are not
in iommu_sva_bind_device()
/device/soc/rockchip/common/sdk_linux/ipc/
H
A
D
msg.c
421
if (msg_qbytes > ns->msg_ctlmnb && !
capable
(CAP_SYS_RESOURCE)) {
in msgctl_down()
/device/soc/rockchip/common/sdk_linux/drivers/mmc/core/
H
A
D
block.c
746
if (!
capable
(CAP_SYS_RAWIO) || bdev_is_partition(bdev)) {
in mmc_blk_check_blkdev()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
wl_android.c
4915
if (!
capable
(CAP_NET_ADMIN)) {
in wl_android_priv_cmd()
H
A
D
dhd_linux.c
6593
if (!
capable
(CAP_NET_ADMIN)) {
in dhd_ioctl_entry()
Completed in 108 milliseconds