Home
last modified time | relevance | path

Searched refs:ID (Results 51 – 75 of 1178) sorted by relevance

12345678910>>...48

/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/
H A DREADME.md138 ID[1]: RGA3_core0 imcopy 1 time success!
139 ID[1]: RGA3_core0 check buffer 1 time success!
140 ID[1]: RGA3_core0 imcopy 2 time success!
141 ID[1]: RGA3_core0 check buffer 2 time success!
142 ID[1]: RGA3_core0 imcopy 3 time success!
143 ID[1]: RGA3_core0 check buffer 3 time success!
144 ID[1] RGA3_core0 run end!
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/typeof/dmc/
H A Dtypeof_impl.hpp29 template<typename ID>
35 template<typename T, typename ID>
36 struct msvc_register_type : msvc_extract_type<ID>
38 typedef msvc_extract_type<ID> base_type;
46 template<int ID>
48 typedef typename msvc_extract_type<mpl::int_<ID> >::id2type id2type;
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Didr.rst4 ID Allocation
17 provides the ability to map an ID to a pointer, while the IDA provides
18 only ID allocation, and as a result is much more memory-efficient.
27 You can call idr_alloc() to allocate an unused ID. Look up
28 the pointer you associated with the ID by calling idr_find()
29 and free the ID by calling idr_remove().
31 If you need to change the pointer associated with an ID, you can call
33 ID by passing a ``NULL`` pointer to the allocation function; initialise the
34 object with the reserved ID and finally insert the initialised object
60 If you need to take a lock while allocating a new ID from the IDR,
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-class-rapidio7 subdirectories named as "rapidioN" where N = mport ID registered
10 NOTE: An mport ID is not a RapidIO destination ID assigned to a
21 0 = small (8-bit destination ID, max. 256 devices),
23 1 = large (16-bit destination ID, max. 65536 devices).
32 (RO) reports RapidIO destination ID assigned to the given
34 that no valid destination ID have been assigned to the mport
36 only fabric enumerating mports have a valid destination ID
/OK3568_Linux_fs/u-boot/drivers/irq/
H A Dirq-internal.h67 #define GPIO_BANK_REGISTER(ID, GPIO_BANK_NUM) \ argument
69 .name = __stringify(gpio##ID), \
70 .regbase = (unsigned char __iomem *)GPIO##ID##_PHYS, \
71 .id = ID, \
72 .irq_base = PIN_BASE + (ID) * (GPIO_BANK_NUM), \
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dtimed_ctrl_private.h26 const timed_ctrl_ID_t ID, in timed_ctrl_reg_store() argument
30 OP___assert(ID < N_TIMED_CTRL_ID); in timed_ctrl_reg_store()
31 OP___assert(TIMED_CTRL_BASE[ID] != (hrt_address) - 1); in timed_ctrl_reg_store()
32 ia_css_device_store_uint32(TIMED_CTRL_BASE[ID] + reg * sizeof(hrt_data), value); in timed_ctrl_reg_store()
H A Dvmem_local.h27 const isp_ID_t ID,
33 const isp_ID_t ID,
39 const isp_ID_t ID,
49 const isp_ID_t ID,
H A Dhmem_private.h24 const hmem_ID_t ID) in sizeof_hmem() argument
26 assert(ID < N_HMEM_ID); in sizeof_hmem()
27 (void)ID; in sizeof_hmem()
/OK3568_Linux_fs/kernel/arch/arm/boot/compressed/
H A Dhead-sharpsl.S36 mrc p15, 0, r4, c0, c0 @ Get Processor ID
54 ldr r6, [r1, #0] @ Load Chip ID
97 .word 0x69052d00 @ PXA255 Processor ID
99 .word 0x69054100 @ PXA270 Processor ID
101 .word 0x57411002 @ w100 Chip ID
103 .word 0x08010000 @ w100 Chip ID Reg Address
147 ldrb r2, [r1, #20] @ NAND Manufacturer ID
148 ldrb r3, [r1, #20] @ NAND Chip ID
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/typeof/
H A Dtemplate_template_param.hpp76 #define BOOST_TYPEOF_REGISTER_TYPE_FOR_TEMPLATE_TEMPLATE(Name,Params,ID)\ argument
84 : boost::type_of::push_back<V, boost::mpl::size_t<ID> >\
87 template<class Iter> struct decode_template_impl<boost::mpl::size_t<ID>, Iter>\
105 #define BOOST_TYPEOF_REGISTER_DECODE_NESTED_TEMPLATE_HELPER_IMPL(Name,Params,ID)\ argument
120 #define BOOST_TYPEOF_REGISTER_DECODE_NESTED_TEMPLATE_HELPER_IMPL(Name,Params,ID) argument
144 #define BOOST_TYPEOF_REGISTER_TEMPLATE_TEMPLATE_IMPL(Name,Params,ID)\ argument
147 BOOST_TYPEOF_REGISTER_TYPE_FOR_TEMPLATE_TEMPLATE)(Name,Params,ID)
H A Dmodifiers.hpp15 #define BOOST_TYPEOF_modifier_support(ID, Fun)\ argument
22 , boost::mpl::size_t<ID> >::type\
26 template<class Iter> struct decode_type_impl<boost::mpl::size_t<ID>, Iter>\
88 #define BOOST_TYPEOF_array_support(ID, Qualifier)\ argument
97 , boost::mpl::size_t<ID> >::type\
103 struct decode_type_impl<boost::mpl::size_t<ID>, Iter>\
H A Dtemplate_encoding.hpp118 #define BOOST_TYPEOF_REGISTER_DEFAULT_TEMPLATE_TYPE(Name,Params,ID)\ argument
136 #define BOOST_TYPEOF_REGISTER_TEMPLATE_IMPL(Name, Params, Size, ID)\ argument
138 BOOST_TYPEOF_REGISTER_TEMPLATE_TEMPLATE_IMPL(Name, Params, ID)\
144 typedef typename boost::type_of::push_back<V, boost::mpl::size_t<ID> >::type V0;\
149 struct decode_type_impl<boost::mpl::size_t<ID>, Iter>\
151 typedef decode_type_impl<boost::mpl::size_t<ID>, Iter> self_t;\
152 typedef boost::mpl::size_t<ID> self_id;\
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/
H A Ddma_public.h31 const dma_ID_t ID,
43 const dma_ID_t ID,
56 const dma_ID_t ID,
69 dma_ID_t ID,
H A Dpixelgen_public.h33 const pixelgen_ID_t ID,
43 const pixelgen_ID_t ID,
62 const pixelgen_ID_t ID,
74 const pixelgen_ID_t ID,
H A Dtimed_ctrl_public.h30 const timed_ctrl_ID_t ID,
35 const timed_ctrl_ID_t ID,
43 const timed_ctrl_ID_t ID,
52 const timed_ctrl_ID_t ID,
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mailbox/
H A Dti,message-manager.txt19 - #mbox-cells Shall be 2. Contains the queue ID and proxy ID in that
45 # RX queue ID is 5, proxy ID is 2
46 # TX queue ID is 0, proxy ID is 0
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Dpci-cardlist.rst6 The PCI boards are identified by an identification called PCI ID. The PCI ID
9 - Vendor ID and device ID;
10 - Subsystem ID and Subsystem device ID;
42 has a vendor/device PCI ID equal to ``1131:7133`` and a PCI subsystem
43 ID equal to ``1461:f01d`` (see :doc:`Saa7134 card list<saa7134-cardlist>`).
45 Unfortunately, sometimes the same PCI subsystem ID is used by different
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/
H A Dmvebu-gated-clock.txt5 should specify the desired clock by having the clock ID in its
6 "clocks" phandle cell. The clock ID is directly mapped to the
11 ID Clock Peripheral
28 ID Clock Peripheral
55 ID Clock Peripheral
82 ID Clock Peripheral
96 ID Clock Peripheral
123 ID Clock Peripheral
133 ID Clock Peripheral
156 ID Clock Peripheral
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/rk3528/
H A Drk3528.c235 #define set_uart_iomux_rx(ID, MODE) \ argument
236 …set_uart_iomux(UART##ID##_RX_M##MODE##_OFFSET, UART##ID##_RX_M##MODE, UART##ID##_RX_M##MODE##_ADDR…
237 #define set_uart_iomux_tx(ID, MODE) \ argument
238 …set_uart_iomux(UART##ID##_TX_M##MODE##_OFFSET, UART##ID##_TX_M##MODE, UART##ID##_TX_M##MODE##_ADDR…
/OK3568_Linux_fs/kernel/drivers/clk/
H A Dclk-lochnagar.c84 #define LN1_CLK(ID, NAME, REG) \ argument
85 [LOCHNAGAR_##ID] = { \
88 .ena_mask = LOCHNAGAR1_##ID##_ENA_MASK, \
89 .src_reg = LOCHNAGAR1_##ID##_SEL, \
93 #define LN2_CLK(ID, NAME) \ argument
94 [LOCHNAGAR_##ID] = { \
96 .cfg_reg = LOCHNAGAR2_##ID##_CTRL, \
97 .src_reg = LOCHNAGAR2_##ID##_CTRL, \
/OK3568_Linux_fs/kernel/Documentation/i2c/busses/
H A Di2c-sis5595.rst14 Note: all have mfr. ID 0x1039.
17 SUPPORTED PCI ID
24 "blacklist" PCI ID and refuse to load.
27 NOT SUPPORTED PCI ID BLACKLIST PCI ID
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/mediactl/
H A Dmedia-ioc-g-topology.rst133 - Unique ID for the entity. Do not expect that the ID will
170 - Unique ID for the interface. Do not expect that the ID will
220 - Unique ID for the pad. Do not expect that the ID will
226 - Unique ID for the entity where this pad belongs.
255 - Unique ID for the link. Do not expect that the ID will
261 - On pad to pad links: unique ID for the source pad.
263 On interface to entity links: unique ID for the interface.
267 - On pad to pad links: unique ID for the sink pad.
269 On interface to entity links: unique ID for the entity.
/OK3568_Linux_fs/device/rockchip/common/scripts/
H A Dpost-helper48 case "$(grep "^ID=" "$TARGET_DIR/etc/os-release" 2>/dev/null)" in
49 ID=buildroot) POST_OS=buildroot ;;
50 ID=debian) POST_OS=debian ;;
51 ID=poky) POST_OS=yocto ;;
/OK3568_Linux_fs/device/rockchip/common/post-hooks/
H A Dpost-helper48 case "$(grep "^ID=" "$TARGET_DIR/etc/os-release" 2>/dev/null)" in
49 ID=buildroot) POST_OS=buildroot ;;
50 ID=debian) POST_OS=debian ;;
51 ID=poky) POST_OS=yocto ;;
/OK3568_Linux_fs/u-boot/drivers/pinctrl/rockchip/
H A Dpinctrl-rockchip.h474 #define PIN_BANK_MUX_ROUTE_FLAGS(ID, PIN, FUNC, REG, VAL, FLAG) \ argument
476 .bank_num = ID, \
484 #define MR_DEFAULT(ID, PIN, FUNC, REG, VAL) \ argument
485 PIN_BANK_MUX_ROUTE_FLAGS(ID, PIN, FUNC, REG, VAL, ROUTE_TYPE_DEFAULT)
487 #define MR_TOPGRF(ID, PIN, FUNC, REG, VAL) \ argument
488 PIN_BANK_MUX_ROUTE_FLAGS(ID, PIN, FUNC, REG, VAL, ROUTE_TYPE_TOPGRF)
490 #define MR_PMUGRF(ID, PIN, FUNC, REG, VAL) \ argument
491 PIN_BANK_MUX_ROUTE_FLAGS(ID, PIN, FUNC, REG, VAL, ROUTE_TYPE_PMUGRF)
493 #define RK3588_PIN_BANK_FLAGS(ID, PIN, LABEL, M, P) \ argument
494 PIN_BANK_IOMUX_FLAGS_PULL_FLAGS(ID, PIN, LABEL, M, M, M, M, P, P, P, P)

12345678910>>...48