| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/gpio/dce80/ |
| D | hw_translate_dce80.c | 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() 108 *en = GPIO_HPD_2; in offset_to_id() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/gpio/dce60/ |
| D | hw_translate_dce60.c | 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() 108 *en = GPIO_HPD_2; in offset_to_id() [all …]
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/amd/display/dc/gpio/dce80/ |
| D | hw_translate_dce80.c | 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() 108 *en = GPIO_HPD_2; in offset_to_id() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | Makefile | 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 35 mlx5_core-$(CONFIG_MLX5_CORE_EN_DCB) += en_dcbnl.o en/port_buffer.o 36 mlx5_core-$(CONFIG_PCI_HYPERV_INTERFACE) += en/hv_vhca_stats.o 38 en_rep.o en/rep/bond.o en/mod_hdr.o 39 mlx5_core-$(CONFIG_MLX5_CLS_ACT) += en_tc.o en/rep/tc.o en/rep/neigh.o \ 40 en/mapping.o lib/fs_chains.o en/tc_tun.o \ 41 en/tc_tun_vxlan.o en/tc_tun_gre.o en/tc_tun_geneve.o \ [all …]
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/amd/display/dc/gpio/dce110/ |
| D | hw_translate_dce110.c | 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() 81 *en = GPIO_HPD_1; in offset_to_id() 84 *en = GPIO_HPD_2; in offset_to_id() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/gpio/dce110/ |
| D | hw_translate_dce110.c | 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() 81 *en = GPIO_HPD_1; in offset_to_id() 84 *en = GPIO_HPD_2; in offset_to_id() [all …]
|
| /kernel/linux/linux-4.19/fs/f2fs/ |
| D | extent_cache.c | 201 struct extent_node *en; in __attach_extent_node() local 203 en = kmem_cache_alloc(extent_node_slab, GFP_ATOMIC); in __attach_extent_node() 204 if (!en) in __attach_extent_node() 207 en->ei = *ei; in __attach_extent_node() 208 INIT_LIST_HEAD(&en->list); in __attach_extent_node() 209 en->et = et; in __attach_extent_node() 211 rb_link_node(&en->rb_node, parent, p); in __attach_extent_node() 212 rb_insert_color(&en->rb_node, &et->root); in __attach_extent_node() 215 return en; in __attach_extent_node() 219 struct extent_tree *et, struct extent_node *en) in __detach_extent_node() argument [all …]
|
| /kernel/linux/linux-5.10/fs/f2fs/ |
| D | extent_cache.c | 240 struct extent_node *en; in __attach_extent_node() local 242 en = kmem_cache_alloc(extent_node_slab, GFP_ATOMIC); in __attach_extent_node() 243 if (!en) in __attach_extent_node() 246 en->ei = *ei; in __attach_extent_node() 247 INIT_LIST_HEAD(&en->list); in __attach_extent_node() 248 en->et = et; in __attach_extent_node() 250 rb_link_node(&en->rb_node, parent, p); in __attach_extent_node() 251 rb_insert_color_cached(&en->rb_node, &et->root, leftmost); in __attach_extent_node() 254 return en; in __attach_extent_node() 258 struct extent_tree *et, struct extent_node *en) in __detach_extent_node() argument [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/gpio/dce120/ |
| D | hw_translate_dce120.c | 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() 103 *en = GPIO_HPD_1; in offset_to_id() 106 *en = GPIO_HPD_2; in offset_to_id() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/gpio/dcn10/ |
| D | hw_translate_dcn10.c | 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() 103 *en = GPIO_HPD_1; in offset_to_id() 106 *en = GPIO_HPD_2; in offset_to_id() [all …]
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/amd/display/dc/gpio/dce120/ |
| D | hw_translate_dce120.c | 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() 103 *en = GPIO_HPD_1; in offset_to_id() 106 *en = GPIO_HPD_2; in offset_to_id() [all …]
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/amd/display/dc/gpio/dcn10/ |
| D | hw_translate_dcn10.c | 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() 103 *en = GPIO_HPD_1; in offset_to_id() 106 *en = GPIO_HPD_2; in offset_to_id() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/gpio/dcn21/ |
| D | hw_translate_dcn21.c | 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() 110 *en = GPIO_HPD_1; in offset_to_id() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/gpio/dcn30/ |
| D | hw_translate_dcn30.c | 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() 116 *en = GPIO_HPD_2; in offset_to_id() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/gpio/dcn20/ |
| D | hw_translate_dcn20.c | 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() 110 *en = GPIO_HPD_2; in offset_to_id() [all …]
|
| /kernel/linux/linux-5.10/net/netfilter/ipvs/ |
| D | ip_vs_lblc.c | 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() 137 kfree(en); in ip_vs_lblc_rcu_free() 140 static inline void ip_vs_lblc_del(struct ip_vs_lblc_entry *en) in ip_vs_lblc_del() argument 142 hlist_del_rcu(&en->list); in ip_vs_lblc_del() 143 call_rcu(&en->rcu_head, ip_vs_lblc_rcu_free); in ip_vs_lblc_del() 168 ip_vs_lblc_hash(struct ip_vs_lblc_table *tbl, struct ip_vs_lblc_entry *en) in ip_vs_lblc_hash() argument 170 unsigned int hash = ip_vs_lblc_hashkey(en->af, &en->addr); in ip_vs_lblc_hash() 172 hlist_add_head_rcu(&en->list, &tbl->bucket[hash]); in ip_vs_lblc_hash() 183 struct ip_vs_lblc_entry *en; in ip_vs_lblc_get() local [all …]
|
| D | ip_vs_lblcr.c | 301 static inline void ip_vs_lblcr_free(struct ip_vs_lblcr_entry *en) in ip_vs_lblcr_free() argument 303 hlist_del_rcu(&en->list); in ip_vs_lblcr_free() 304 ip_vs_dest_set_eraseall(&en->set); in ip_vs_lblcr_free() 305 kfree_rcu(en, rcu_head); in ip_vs_lblcr_free() 331 ip_vs_lblcr_hash(struct ip_vs_lblcr_table *tbl, struct ip_vs_lblcr_entry *en) in ip_vs_lblcr_hash() argument 333 unsigned int hash = ip_vs_lblcr_hashkey(en->af, &en->addr); in ip_vs_lblcr_hash() 335 hlist_add_head_rcu(&en->list, &tbl->bucket[hash]); in ip_vs_lblcr_hash() 346 struct ip_vs_lblcr_entry *en; in ip_vs_lblcr_get() local 348 hlist_for_each_entry_rcu(en, &tbl->bucket[hash], list) in ip_vs_lblcr_get() 349 if (ip_vs_addr_equal(af, &en->addr, addr)) in ip_vs_lblcr_get() [all …]
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/amd/display/dc/gpio/ |
| D | gpio_service.c | 149 uint32_t en; in dal_gpio_service_create_irq() local 151 if (!service->translate.funcs->offset_to_id(offset, mask, &id, &en)) { in dal_gpio_service_create_irq() 156 return dal_gpio_create_irq(service, id, en); in dal_gpio_service_create_irq() 193 uint32_t en) in is_pin_busy() argument 197 const uint32_t *slot = service->busyness[id] + (en / bits_per_uint); in is_pin_busy() 199 return 0 != (*slot & (1 << (en % bits_per_uint))); in is_pin_busy() 205 uint32_t en) in set_pin_busy() argument 209 service->busyness[id][en / bits_per_uint] |= in set_pin_busy() 210 (1 << (en % bits_per_uint)); in set_pin_busy() 216 uint32_t en) in set_pin_free() argument [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/gpio/ |
| D | gpio_service.c | 134 uint32_t en; in dal_gpio_service_create_irq() local 136 if (!service->translate.funcs->offset_to_id(offset, mask, &id, &en)) { in dal_gpio_service_create_irq() 141 return dal_gpio_create_irq(service, id, en); in dal_gpio_service_create_irq() 150 uint32_t en; in dal_gpio_service_create_generic_mux() local 153 if (!service->translate.funcs->offset_to_id(offset, mask, &id, &en)) { in dal_gpio_service_create_generic_mux() 159 service, id, en, GPIO_PIN_OUTPUT_STATE_DEFAULT); in dal_gpio_service_create_generic_mux() 181 uint32_t en) in dal_gpio_get_generic_pin_info() argument 186 service->translate.funcs->id_to_offset(id, en, &pin); in dal_gpio_get_generic_pin_info() 242 uint32_t en) in is_pin_busy() argument 244 return service->busyness[id][en]; in is_pin_busy() [all …]
|
| /kernel/linux/linux-4.19/net/netfilter/ipvs/ |
| D | ip_vs_lblc.c | 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() 145 static inline void ip_vs_lblc_del(struct ip_vs_lblc_entry *en) in ip_vs_lblc_del() argument 147 hlist_del_rcu(&en->list); in ip_vs_lblc_del() 148 call_rcu(&en->rcu_head, ip_vs_lblc_rcu_free); in ip_vs_lblc_del() 173 ip_vs_lblc_hash(struct ip_vs_lblc_table *tbl, struct ip_vs_lblc_entry *en) in ip_vs_lblc_hash() argument 175 unsigned int hash = ip_vs_lblc_hashkey(en->af, &en->addr); in ip_vs_lblc_hash() 177 hlist_add_head_rcu(&en->list, &tbl->bucket[hash]); in ip_vs_lblc_hash() 188 struct ip_vs_lblc_entry *en; in ip_vs_lblc_get() local [all …]
|
| D | ip_vs_lblcr.c | 306 static inline void ip_vs_lblcr_free(struct ip_vs_lblcr_entry *en) in ip_vs_lblcr_free() argument 308 hlist_del_rcu(&en->list); in ip_vs_lblcr_free() 309 ip_vs_dest_set_eraseall(&en->set); in ip_vs_lblcr_free() 310 kfree_rcu(en, rcu_head); in ip_vs_lblcr_free() 336 ip_vs_lblcr_hash(struct ip_vs_lblcr_table *tbl, struct ip_vs_lblcr_entry *en) in ip_vs_lblcr_hash() argument 338 unsigned int hash = ip_vs_lblcr_hashkey(en->af, &en->addr); in ip_vs_lblcr_hash() 340 hlist_add_head_rcu(&en->list, &tbl->bucket[hash]); in ip_vs_lblcr_hash() 351 struct ip_vs_lblcr_entry *en; in ip_vs_lblcr_get() local 353 hlist_for_each_entry_rcu(en, &tbl->bucket[hash], list) in ip_vs_lblcr_get() 354 if (ip_vs_addr_equal(af, &en->addr, addr)) in ip_vs_lblcr_get() [all …]
|
| /kernel/linux/linux-4.19/Documentation/hwmon/ |
| D | max6697 | 7 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
|
| /kernel/linux/linux-5.10/Documentation/hwmon/ |
| D | ltc2978.rst | 12 Datasheet: https://www.analog.com/en/products/ltc2972.html 20 Datasheet: https://www.analog.com/en/products/ltc2974 28 Datasheet: https://www.analog.com/en/products/ltc2975 36 Datasheet: https://www.analog.com/en/products/ltc2977 44 Datasheet: https://www.analog.com/en/products/ltc2978 46 https://www.analog.com/en/products/ltc2978a 54 Datasheet: https://www.analog.com/en/products/ltc2979 62 Datasheet: https://www.analog.com/en/products/ltc2980 70 Datasheet: https://www.analog.com/en/products/ltc3880 78 Datasheet: https://www.analog.com/en/products/ltc3882 [all …]
|
| /kernel/linux/linux-5.10/Documentation/arm/ |
| D | microchip.rst | 29 …http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-1768-32-bit-ARM920T-Embedded-Microprocessor-… 36 …http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-6221-32-bit-ARM926EJ-S-Embedded-Microprocess… 42 …http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-6254-32-bit-ARM926EJ-S-Embedded-Microprocess… 48 …http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-6062-ARM926EJ-S-Microprocessor-SAM9261_Datas… 54 …http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-6249-32-bit-ARM926EJ-S-Embedded-Microprocess… 60 http://ww1.microchip.com/downloads/en/DeviceDoc/doc6289.pdf 66 http://ww1.microchip.com/downloads/en/DeviceDoc/DS60001516A.pdf 76 …http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-6437-32-bit-ARM926-Embedded-Microprocessor-S… 87 …http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-11055-32-bit-ARM926EJ-S-Microcontroller-SAM9… 93 http://ww1.microchip.com/downloads/en/DeviceDoc/DS60001517A.pdf [all …]
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/amd/display/dc/inc/hw/ |
| D | gpio.h | 35 uint32_t en; member 47 uint32_t en); 51 uint32_t en); 55 uint32_t en); 59 uint32_t en); 63 uint32_t en); 67 uint32_t en); 71 uint32_t en); 78 uint32_t *en); 81 uint32_t en,
|