Home
last modified time | relevance | path

Searched +full:en +full:- +full:- +full:- +full:- +full:- +full:- (Results 1 – 25 of 1029) sorted by relevance

12345678910>>...42

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/gpio/dce80/
Dhw_translate_dce80.c2 * Copyright 2012-15 Advanced Micro Devices, Inc.
29 * Pre-requisites: headers required by header of this unit
67 uint32_t *en) in offset_to_id() argument
75 *en = GPIO_GENERIC_A; in offset_to_id()
78 *en = GPIO_GENERIC_B; in offset_to_id()
81 *en = GPIO_GENERIC_C; in offset_to_id()
84 *en = GPIO_GENERIC_D; in offset_to_id()
87 *en = GPIO_GENERIC_E; in offset_to_id()
90 *en = GPIO_GENERIC_F; in offset_to_id()
93 *en = GPIO_GENERIC_G; in offset_to_id()
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/amd/display/dc/gpio/dce80/
Dhw_translate_dce80.c2 * Copyright 2012-15 Advanced Micro Devices, Inc.
29 * Pre-requisites: headers required by header of this unit
67 uint32_t *en) in offset_to_id() argument
75 *en = GPIO_GENERIC_A; in offset_to_id()
78 *en = GPIO_GENERIC_B; in offset_to_id()
81 *en = GPIO_GENERIC_C; in offset_to_id()
84 *en = GPIO_GENERIC_D; in offset_to_id()
87 *en = GPIO_GENERIC_E; in offset_to_id()
90 *en = GPIO_GENERIC_F; in offset_to_id()
93 *en = GPIO_GENERIC_G; in offset_to_id()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/gpio/dce60/
Dhw_translate_dce60.c29 * Pre-requisites: headers required by header of this unit
67 uint32_t *en) in offset_to_id() argument
75 *en = GPIO_GENERIC_A; in offset_to_id()
78 *en = GPIO_GENERIC_B; in offset_to_id()
81 *en = GPIO_GENERIC_C; in offset_to_id()
84 *en = GPIO_GENERIC_D; in offset_to_id()
87 *en = GPIO_GENERIC_E; in offset_to_id()
90 *en = GPIO_GENERIC_F; in offset_to_id()
93 *en = GPIO_GENERIC_G; in offset_to_id()
105 *en = GPIO_HPD_1; in offset_to_id()
[all …]
/kernel/linux/linux-4.19/fs/f2fs/
Dextent_cache.c25 if (cached_re->ofs <= ofs && in __lookup_rb_tree_fast()
26 cached_re->ofs + cached_re->len > ofs) { in __lookup_rb_tree_fast()
36 struct rb_node *node = root->rb_node; in __lookup_rb_tree_slow()
42 if (ofs < re->ofs) in __lookup_rb_tree_slow()
43 node = node->rb_left; in __lookup_rb_tree_slow()
44 else if (ofs >= re->ofs + re->len) in __lookup_rb_tree_slow()
45 node = node->rb_right; in __lookup_rb_tree_slow()
68 struct rb_node **p = &root->rb_node; in f2fs_lookup_rb_tree_for_insert()
75 if (ofs < re->ofs) in f2fs_lookup_rb_tree_for_insert()
76 p = &(*p)->rb_left; in f2fs_lookup_rb_tree_for_insert()
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/amd/display/dc/gpio/dce110/
Dhw_translate_dce110.c2 * Copyright 2013-15 Advanced Micro Devices, Inc.
27 * Pre-requisites: headers required by header of this unit
43 uint32_t *en) in offset_to_id() argument
51 *en = GPIO_GENERIC_A; in offset_to_id()
54 *en = GPIO_GENERIC_B; in offset_to_id()
57 *en = GPIO_GENERIC_C; in offset_to_id()
60 *en = GPIO_GENERIC_D; in offset_to_id()
63 *en = GPIO_GENERIC_E; in offset_to_id()
66 *en = GPIO_GENERIC_F; in offset_to_id()
69 *en = GPIO_GENERIC_G; in offset_to_id()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/gpio/dce110/
Dhw_translate_dce110.c2 * Copyright 2013-15 Advanced Micro Devices, Inc.
27 * Pre-requisites: headers required by header of this unit
43 uint32_t *en) in offset_to_id() argument
51 *en = GPIO_GENERIC_A; in offset_to_id()
54 *en = GPIO_GENERIC_B; in offset_to_id()
57 *en = GPIO_GENERIC_C; in offset_to_id()
60 *en = GPIO_GENERIC_D; in offset_to_id()
63 *en = GPIO_GENERIC_E; in offset_to_id()
66 *en = GPIO_GENERIC_F; in offset_to_id()
69 *en = GPIO_GENERIC_G; in offset_to_id()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
DMakefile1 # SPDX-License-Identifier: GPL-2.0
7 subdir-ccflags-y += -I$(src)
9 obj-$(CONFIG_MLX5_CORE) += mlx5_core.o
14 mlx5_core-y := main.o cmd.o debugfs.o fw.o eq.o uar.o pagealloc.o \
24 mlx5_core-$(CONFIG_MLX5_CORE_EN) += en_main.o en_common.o en_fs.o en_ethtool.o \
25 en_tx.o en_rx.o en_dim.o en_txrx.o en/xdp.o en_stats.o \
26 en_selftest.o en/port.o en/monitor_stats.o en/health.o \
27 en/reporter_tx.o en/reporter_rx.o en/params.o en/xsk/pool.o \
28 en/xsk/setup.o en/xsk/rx.o en/xsk/tx.o en/devlink.o
33 mlx5_core-$(CONFIG_MLX5_EN_ARFS) += en_arfs.o
[all …]
/kernel/linux/linux-5.10/fs/f2fs/
Dextent_cache.c1 // SPDX-License-Identifier: GPL-2.0
22 if (cached_re->ofs <= ofs && in __lookup_rb_tree_fast()
23 cached_re->ofs + cached_re->len > ofs) { in __lookup_rb_tree_fast()
33 struct rb_node *node = root->rb_root.rb_node; in __lookup_rb_tree_slow()
39 if (ofs < re->ofs) in __lookup_rb_tree_slow()
40 node = node->rb_left; in __lookup_rb_tree_slow()
41 else if (ofs >= re->ofs + re->len) in __lookup_rb_tree_slow()
42 node = node->rb_right; in __lookup_rb_tree_slow()
66 struct rb_node **p = &root->rb_root.rb_node; in f2fs_lookup_rb_tree_ext()
73 if (key < re->key) { in f2fs_lookup_rb_tree_ext()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/gpio/dce120/
Dhw_translate_dce120.c2 * Copyright 2013-15 Advanced Micro Devices, Inc.
27 * Pre-requisites: headers required by header of this unit
65 uint32_t *en) in offset_to_id() argument
73 *en = GPIO_GENERIC_A; in offset_to_id()
76 *en = GPIO_GENERIC_B; in offset_to_id()
79 *en = GPIO_GENERIC_C; in offset_to_id()
82 *en = GPIO_GENERIC_D; in offset_to_id()
85 *en = GPIO_GENERIC_E; in offset_to_id()
88 *en = GPIO_GENERIC_F; in offset_to_id()
91 *en = GPIO_GENERIC_G; in offset_to_id()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/gpio/dcn10/
Dhw_translate_dcn10.c2 * Copyright 2013-15 Advanced Micro Devices, Inc.
27 * Pre-requisites: headers required by header of this unit
65 uint32_t *en) in offset_to_id() argument
73 *en = GPIO_GENERIC_A; in offset_to_id()
76 *en = GPIO_GENERIC_B; in offset_to_id()
79 *en = GPIO_GENERIC_C; in offset_to_id()
82 *en = GPIO_GENERIC_D; in offset_to_id()
85 *en = GPIO_GENERIC_E; in offset_to_id()
88 *en = GPIO_GENERIC_F; in offset_to_id()
91 *en = GPIO_GENERIC_G; in offset_to_id()
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/amd/display/dc/gpio/dce120/
Dhw_translate_dce120.c2 * Copyright 2013-15 Advanced Micro Devices, Inc.
27 * Pre-requisites: headers required by header of this unit
65 uint32_t *en) in offset_to_id() argument
73 *en = GPIO_GENERIC_A; in offset_to_id()
76 *en = GPIO_GENERIC_B; in offset_to_id()
79 *en = GPIO_GENERIC_C; in offset_to_id()
82 *en = GPIO_GENERIC_D; in offset_to_id()
85 *en = GPIO_GENERIC_E; in offset_to_id()
88 *en = GPIO_GENERIC_F; in offset_to_id()
91 *en = GPIO_GENERIC_G; in offset_to_id()
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/amd/display/dc/gpio/dcn10/
Dhw_translate_dcn10.c2 * Copyright 2013-15 Advanced Micro Devices, Inc.
27 * Pre-requisites: headers required by header of this unit
65 uint32_t *en) in offset_to_id() argument
73 *en = GPIO_GENERIC_A; in offset_to_id()
76 *en = GPIO_GENERIC_B; in offset_to_id()
79 *en = GPIO_GENERIC_C; in offset_to_id()
82 *en = GPIO_GENERIC_D; in offset_to_id()
85 *en = GPIO_GENERIC_E; in offset_to_id()
88 *en = GPIO_GENERIC_F; in offset_to_id()
91 *en = GPIO_GENERIC_G; in offset_to_id()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/gpio/dcn21/
Dhw_translate_dcn21.c27 * Pre-requisites: headers required by header of this unit
68 uint32_t *en) in offset_to_id() argument
76 *en = GPIO_GENERIC_A; in offset_to_id()
79 *en = GPIO_GENERIC_B; in offset_to_id()
82 *en = GPIO_GENERIC_C; in offset_to_id()
85 *en = GPIO_GENERIC_D; in offset_to_id()
88 *en = GPIO_GENERIC_E; in offset_to_id()
91 *en = GPIO_GENERIC_F; in offset_to_id()
94 *en = GPIO_GENERIC_G; in offset_to_id()
99 *en = GPIO_DDC_LINE_DDC1; in offset_to_id()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/gpio/dcn30/
Dhw_translate_dcn30.c27 * Pre-requisites: headers required by header of this unit
75 uint32_t *en) in offset_to_id() argument
83 *en = GPIO_GENERIC_A; in offset_to_id()
86 *en = GPIO_GENERIC_B; in offset_to_id()
89 *en = GPIO_GENERIC_C; in offset_to_id()
92 *en = GPIO_GENERIC_D; in offset_to_id()
95 *en = GPIO_GENERIC_E; in offset_to_id()
98 *en = GPIO_GENERIC_F; in offset_to_id()
101 *en = GPIO_GENERIC_G; in offset_to_id()
113 *en = GPIO_HPD_1; in offset_to_id()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/gpio/dcn20/
Dhw_translate_dcn20.c27 * Pre-requisites: headers required by header of this unit
69 uint32_t *en) in offset_to_id() argument
77 *en = GPIO_GENERIC_A; in offset_to_id()
80 *en = GPIO_GENERIC_B; in offset_to_id()
83 *en = GPIO_GENERIC_C; in offset_to_id()
86 *en = GPIO_GENERIC_D; in offset_to_id()
89 *en = GPIO_GENERIC_E; in offset_to_id()
92 *en = GPIO_GENERIC_F; in offset_to_id()
95 *en = GPIO_GENERIC_G; in offset_to_id()
107 *en = GPIO_HPD_1; in offset_to_id()
[all …]
/kernel/linux/linux-5.10/net/netfilter/ipvs/
Dip_vs_lblc.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * IPVS: Locality-Based Least-Connection scheduling module
9 * *lock(tbl->lock) ==> *lock(&tbl->lock)
10 * Wensong Zhang : fixed the uninitialized tbl->lock bug
23 * n, cachenode[dest_ip] <- {weighted least-conn node};
25 * n <- cachenode[dest_ip];
29 * n, cachenode[dest_ip] <- {weighted least-conn node};
81 #define IP_VS_LBLC_TAB_MASK (IP_VS_LBLC_TAB_SIZE - 1)
132 struct ip_vs_lblc_entry *en = container_of(head, in ip_vs_lblc_rcu_free() local
136 ip_vs_dest_put_and_free(en->dest); in ip_vs_lblc_rcu_free()
[all …]
Dip_vs_lblcr.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * IPVS: Locality-Based Least-Connection with Replication scheduler
8 * Julian Anastasov : Added the missing (dest->weight>0)
16 * n, serverSet[dest_ip] <- {weighted least-conn node};
18 * n <- {least-conn (alive) node in serverSet[dest_ip]};
22 * n <- {weighted least-conn node};
25 * now - serverSet[dest_ip].lastMod > T then
26 * m <- {most conn node in serverSet[dest_ip]};
29 * serverSet[dest_ip].lastMod <- now;
80 #define IP_VS_LBLCR_TAB_MASK (IP_VS_LBLCR_TAB_SIZE - 1)
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/amd/display/dc/gpio/
Dgpio_service.c2 * Copyright 2012-15 Advanced Micro Devices, Inc.
27 * Pre-requisites: headers required by header of this unit
43 * Post-requisites: headers required by this unit
69 if (!dal_hw_translate_init(&service->translate, dce_version_major, in dal_gpio_service_create()
75 if (!dal_hw_factory_init(&service->factory, dce_version_major, in dal_gpio_service_create()
86 service->ctx = ctx; in dal_gpio_service_create()
90 service->factory.number_of_pins[index_of_id]; in dal_gpio_service_create()
93 (number_of_bits + bits_per_uint - 1) / in dal_gpio_service_create()
118 service->busyness[index_of_id] = slot; in dal_gpio_service_create()
130 --index_of_id; in dal_gpio_service_create()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/gpio/
Dgpio_service.c2 * Copyright 2012-15 Advanced Micro Devices, Inc.
27 * Pre-requisites: headers required by header of this unit
45 * Post-requisites: headers required by this unit
70 if (!dal_hw_translate_init(&service->translate, dce_version_major, in dal_gpio_service_create()
76 if (!dal_hw_factory_init(&service->factory, dce_version_major, in dal_gpio_service_create()
85 service->ctx = ctx; in dal_gpio_service_create()
89 service->factory.number_of_pins[index_of_id]; in dal_gpio_service_create()
93 service->busyness[index_of_id] = in dal_gpio_service_create()
97 if (!service->busyness[index_of_id]) { in dal_gpio_service_create()
103 service->busyness[index_of_id][i] = 0; in dal_gpio_service_create()
[all …]
/kernel/linux/linux-4.19/net/netfilter/ipvs/
Dip_vs_lblc.c2 * IPVS: Locality-Based Least-Connection scheduling module
13 * *lock(tbl->lock) ==> *lock(&tbl->lock)
14 * Wensong Zhang : fixed the uninitialized tbl->lock bug
28 * n, cachenode[dest_ip] <- {weighted least-conn node};
30 * n <- cachenode[dest_ip];
34 * n, cachenode[dest_ip] <- {weighted least-conn node};
86 #define IP_VS_LBLC_TAB_MASK (IP_VS_LBLC_TAB_SIZE - 1)
137 struct ip_vs_lblc_entry *en = container_of(head, in ip_vs_lblc_rcu_free() local
141 ip_vs_dest_put_and_free(en->dest); in ip_vs_lblc_rcu_free()
142 kfree(en); in ip_vs_lblc_rcu_free()
[all …]
Dip_vs_lblcr.c2 * IPVS: Locality-Based Least-Connection with Replication scheduler
12 * Julian Anastasov : Added the missing (dest->weight>0)
21 * n, serverSet[dest_ip] <- {weighted least-conn node};
23 * n <- {least-conn (alive) node in serverSet[dest_ip]};
27 * n <- {weighted least-conn node};
30 * now - serverSet[dest_ip].lastMod > T then
31 * m <- {most conn node in serverSet[dest_ip]};
34 * serverSet[dest_ip].lastMod <- now;
85 #define IP_VS_LBLCR_TAB_MASK (IP_VS_LBLCR_TAB_SIZE - 1)
110 list_for_each_entry(e, &set->list, list) { in ip_vs_dest_set_insert()
[all …]
/kernel/linux/linux-5.10/Documentation/hwmon/
Dltc2978.rst10 Addresses scanned: -
12 Datasheet: https://www.analog.com/en/products/ltc2972.html
18 Addresses scanned: -
20 Datasheet: https://www.analog.com/en/products/ltc2974
26 Addresses scanned: -
28 Datasheet: https://www.analog.com/en/products/ltc2975
34 Addresses scanned: -
36 Datasheet: https://www.analog.com/en/products/ltc2977
42 Addresses scanned: -
44 Datasheet: https://www.analog.com/en/products/ltc2978
[all …]
/kernel/linux/linux-5.10/Documentation/arm/
Dmicrochip.rst7 ------------
11 It is important to note that the Microchip (previously Atmel) ARM-based MPU
15 git branches/tags and email subject always contain this "at91" sub-string.
19 ---------
25 - at91rm9200
29 …http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-1768-32-bit-ARM920T-Embedded-Microprocessor-
32 - at91sam9260
36 …http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-6221-32-bit-ARM926EJ-S-Embedded-Microprocess…
38 - at91sam9xe
42 …http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-6254-32-bit-ARM926EJ-S-Embedded-Microprocess…
[all …]
/kernel/linux/linux-4.19/Documentation/hwmon/
Dmax66977 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6581.pdf
10 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6602.pdf
13 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6622.pdf
16 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6636.pdf
19 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6689.pdf
22 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6693.pdf
25 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6694.pdf
28 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6697.pdf
31 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6698.pdf
34 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6699.pdf
[all …]
/kernel/linux/linux-4.19/Documentation/arm/Microchip/
DREADME6 ------------
10 It is important to note that the Microchip (previously Atmel) ARM-based MPU
14 git branches/tags and email subject always contain this "at91" sub-string.
18 ---------
24 - at91rm9200
26 …http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-1768-32-bit-ARM920T-Embedded-Microprocessor-
29 - at91sam9260
31 …http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-6221-32-bit-ARM926EJ-S-Embedded-Microprocess…
33 - at91sam9xe
35 …http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-6254-32-bit-ARM926EJ-S-Embedded-Microprocess…
[all …]

12345678910>>...42