Home
last modified time | relevance | path

Searched refs:get_type (Results 1 – 25 of 54) sorted by relevance

123

/OK3568_Linux_fs/kernel/scripts/gdb/linux/
H A Ddmesg.py38 sz = printk_ringbuffer_type.get_type().sizeof
42 off = printk_ringbuffer_type.get_type()['desc_ring'].bitpos // 8
44 sz = prb_desc_ring_type.get_type().sizeof
48 off = prb_desc_ring_type.get_type()['count_bits'].bitpos // 8
50 desc_sz = prb_desc_type.get_type().sizeof
51 off = prb_desc_ring_type.get_type()['descs'].bitpos // 8
56 info_sz = printk_info_type.get_type().sizeof
57 off = prb_desc_ring_type.get_type()['infos'].bitpos // 8
62 off = printk_ringbuffer_type.get_type()['text_data_ring'].bitpos // 8
64 sz = prb_data_ring_type.get_type().sizeof
[all …]
H A Drbtree.py14 if root.type == rb_root_type.get_type():
15 node = root.address.cast(rb_root_type.get_type().pointer())
16 elif root.type != rb_root_type.get_type().pointer():
30 if root.type == rb_root_type.get_type():
31 node = root.address.cast(rb_root_type.get_type().pointer())
32 elif root.type != rb_root_type.get_type().pointer():
47 return parent.cast(rb_node_type.get_type().pointer())
55 if node.type == rb_node_type.get_type():
56 node = node.address.cast(rb_node_type.get_type().pointer())
57 elif node.type != rb_node_type.get_type().pointer():
[all …]
H A Ddevice.py32 kobject_type.get_type().pointer(), "entry")
37 subsys = container_of(kobj, kset_type.get_type().pointer(), 'kobj')
38 subsys_priv = container_of(subsys, subsys_private_type.get_type().pointer(), 'subsys')
44 subsys = container_of(kobj, kset_type.get_type().pointer(), 'kobj')
45 subsys_priv = container_of(subsys, subsys_private_type.get_type().pointer(), 'subsys')
69 klist_node_type.get_type().pointer(), 'n_node')
74 dp = container_of(kn, device_private_type.get_type().pointer(), 'knode_bus')
80 dp = container_of(kn, device_private_type.get_type().pointer(), 'knode_class')
86 dp = container_of(kn, device_private_type.get_type().pointer(), 'knode_parent')
145 if dev.type != device_type.get_type().pointer():
H A Dlists.py24 if head.type == list_head.get_type().pointer():
26 elif head.type != list_head.get_type():
42 if head.type == hlist_head.get_type().pointer():
44 elif head.type != hlist_head.get_type():
61 if (head.type == list_head.get_type().pointer()):
63 elif (head.type != list_head.get_type()):
H A Dgenpd.py55 device_link_type.get_type().pointer(),
66 pm_domain_data_type.get_type().pointer(),
78 generic_pm_domain_type.get_type().pointer(),
H A Dtasks.py23 task_ptr_type = task_type.get_type().pointer()
93 thread_info_ptr_type = thread_info_type.get_type().pointer()
101 if task.type.fields()[0].type == thread_info_type.get_type():
H A Dmodules.py28 module_ptr_type = module_type.get_type().pointer()
83 t = self._module_use_type.get_type().pointer()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/detail/
H A Dhold_any.hpp64 boost::detail::sp_typeinfo const& (*get_type)(); member
83 static boost::detail::sp_typeinfo const& get_type() in get_type() function
126 static boost::detail::sp_typeinfo const& get_type() in get_type() function
174 fxns<is_small>::template type<T, Char>::get_type, in get()
331 return table->get_type(); in type()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-exception-store.c72 static struct dm_exception_store_type *get_type(const char *type_name) in get_type() function
214 type = get_type("P"); in dm_exception_store_create()
216 type = get_type("N"); in dm_exception_store_create()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dreloc_32.S108 beq get_type /* value = 0 */
122 beq get_type /* We have r5 = 0 */
125 get_type: label
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/txbf/
H A Dhalcomtxbf.c497 u8 get_type, in hal_com_txbf_get() argument
507 if (get_type == TXBF_GET_EXPLICIT_BEAMFORMEE) { in hal_com_txbf_get()
517 } else if (get_type == TXBF_GET_EXPLICIT_BEAMFORMER) { in hal_com_txbf_get()
530 } else if (get_type == TXBF_GET_MU_MIMO_STA) { in hal_com_txbf_get()
539 } else if (get_type == TXBF_GET_MU_MIMO_AP) { in hal_com_txbf_get()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/txbf/
H A Dhalcomtxbf.c455 u8 get_type, in hal_com_txbf_get() argument
464 if (get_type == TXBF_GET_EXPLICIT_BEAMFORMEE) { in hal_com_txbf_get()
477 } else if (get_type == TXBF_GET_EXPLICIT_BEAMFORMER) { in hal_com_txbf_get()
495 } else if (get_type == TXBF_GET_MU_MIMO_STA) { in hal_com_txbf_get()
506 } else if (get_type == TXBF_GET_MU_MIMO_AP) { in hal_com_txbf_get()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/txbf/
H A Dhalcomtxbf.c455 u8 get_type, in hal_com_txbf_get() argument
464 if (get_type == TXBF_GET_EXPLICIT_BEAMFORMEE) { in hal_com_txbf_get()
477 } else if (get_type == TXBF_GET_EXPLICIT_BEAMFORMER) { in hal_com_txbf_get()
495 } else if (get_type == TXBF_GET_MU_MIMO_STA) { in hal_com_txbf_get()
506 } else if (get_type == TXBF_GET_MU_MIMO_AP) { in hal_com_txbf_get()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/txbf/
H A Dhalcomtxbf.c455 u8 get_type, in hal_com_txbf_get() argument
464 if (get_type == TXBF_GET_EXPLICIT_BEAMFORMEE) { in hal_com_txbf_get()
477 } else if (get_type == TXBF_GET_EXPLICIT_BEAMFORMER) { in hal_com_txbf_get()
495 } else if (get_type == TXBF_GET_MU_MIMO_STA) { in hal_com_txbf_get()
506 } else if (get_type == TXBF_GET_MU_MIMO_AP) { in hal_com_txbf_get()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/txbf/
H A Dhalcomtxbf.c456 u8 get_type, in hal_com_txbf_get() argument
465 if (get_type == TXBF_GET_EXPLICIT_BEAMFORMEE) { in hal_com_txbf_get()
478 } else if (get_type == TXBF_GET_EXPLICIT_BEAMFORMER) { in hal_com_txbf_get()
496 } else if (get_type == TXBF_GET_MU_MIMO_STA) { in hal_com_txbf_get()
507 } else if (get_type == TXBF_GET_MU_MIMO_AP) { in hal_com_txbf_get()
H A Dhalcomtxbf.h33 u8 get_type,
167 u8 get_type,
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/txbf/
H A Dhalcomtxbf.c455 u8 get_type, in hal_com_txbf_get() argument
464 if (get_type == TXBF_GET_EXPLICIT_BEAMFORMEE) { in hal_com_txbf_get()
477 } else if (get_type == TXBF_GET_EXPLICIT_BEAMFORMER) { in hal_com_txbf_get()
495 } else if (get_type == TXBF_GET_MU_MIMO_STA) { in hal_com_txbf_get()
506 } else if (get_type == TXBF_GET_MU_MIMO_AP) { in hal_com_txbf_get()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/txbf/
H A Dhalcomtxbf.c455 u8 get_type, in hal_com_txbf_get() argument
464 if (get_type == TXBF_GET_EXPLICIT_BEAMFORMEE) { in hal_com_txbf_get()
477 } else if (get_type == TXBF_GET_EXPLICIT_BEAMFORMER) { in hal_com_txbf_get()
495 } else if (get_type == TXBF_GET_MU_MIMO_STA) { in hal_com_txbf_get()
506 } else if (get_type == TXBF_GET_MU_MIMO_AP) { in hal_com_txbf_get()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/txbf/
H A Dhalcomtxbf.c455 u8 get_type, in hal_com_txbf_get() argument
464 if (get_type == TXBF_GET_EXPLICIT_BEAMFORMEE) { in hal_com_txbf_get()
477 } else if (get_type == TXBF_GET_EXPLICIT_BEAMFORMER) { in hal_com_txbf_get()
495 } else if (get_type == TXBF_GET_MU_MIMO_STA) { in hal_com_txbf_get()
506 } else if (get_type == TXBF_GET_MU_MIMO_AP) { in hal_com_txbf_get()
H A Dhalcomtxbf.h32 u8 get_type,
166 u8 get_type,
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/txbf/
H A Dhalcomtxbf.c456 u8 get_type, in hal_com_txbf_get() argument
465 if (get_type == TXBF_GET_EXPLICIT_BEAMFORMEE) { in hal_com_txbf_get()
478 } else if (get_type == TXBF_GET_EXPLICIT_BEAMFORMER) { in hal_com_txbf_get()
496 } else if (get_type == TXBF_GET_MU_MIMO_STA) { in hal_com_txbf_get()
507 } else if (get_type == TXBF_GET_MU_MIMO_AP) { in hal_com_txbf_get()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/txbf/
H A Dhalcomtxbf.c456 u8 get_type, in hal_com_txbf_get() argument
465 if (get_type == TXBF_GET_EXPLICIT_BEAMFORMEE) { in hal_com_txbf_get()
478 } else if (get_type == TXBF_GET_EXPLICIT_BEAMFORMER) { in hal_com_txbf_get()
496 } else if (get_type == TXBF_GET_MU_MIMO_STA) { in hal_com_txbf_get()
507 } else if (get_type == TXBF_GET_MU_MIMO_AP) { in hal_com_txbf_get()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/txbf/
H A Dhalcomtxbf.c455 u8 get_type, in hal_com_txbf_get() argument
464 if (get_type == TXBF_GET_EXPLICIT_BEAMFORMEE) { in hal_com_txbf_get()
477 } else if (get_type == TXBF_GET_EXPLICIT_BEAMFORMER) { in hal_com_txbf_get()
495 } else if (get_type == TXBF_GET_MU_MIMO_STA) { in hal_com_txbf_get()
506 } else if (get_type == TXBF_GET_MU_MIMO_AP) { in hal_com_txbf_get()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/txbf/
H A Dhalcomtxbf.c456 u8 get_type, in hal_com_txbf_get() argument
465 if (get_type == TXBF_GET_EXPLICIT_BEAMFORMEE) { in hal_com_txbf_get()
478 } else if (get_type == TXBF_GET_EXPLICIT_BEAMFORMER) { in hal_com_txbf_get()
496 } else if (get_type == TXBF_GET_MU_MIMO_STA) { in hal_com_txbf_get()
507 } else if (get_type == TXBF_GET_MU_MIMO_AP) { in hal_com_txbf_get()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/txbf/
H A Dhalcomtxbf.c456 u8 get_type, in hal_com_txbf_get() argument
465 if (get_type == TXBF_GET_EXPLICIT_BEAMFORMEE) { in hal_com_txbf_get()
478 } else if (get_type == TXBF_GET_EXPLICIT_BEAMFORMER) { in hal_com_txbf_get()
496 } else if (get_type == TXBF_GET_MU_MIMO_STA) { in hal_com_txbf_get()
507 } else if (get_type == TXBF_GET_MU_MIMO_AP) { in hal_com_txbf_get()

123