| /kernel/linux/linux-6.6/arch/powerpc/kernel/ |
| H A D | time.c | 652 static int __init get_freq(char *name, int cells, unsigned long *val) in get_freq() argument
|
| /kernel/linux/linux-5.10/drivers/nvmem/ |
| H A D | core.c | 36 struct list_head cells; member 422 struct nvmem_cell **cells; in nvmem_add_cells() local [all...] |
| /kernel/linux/linux-5.10/include/linux/mfd/ |
| H A D | ti_am335x_tscadc.h | 175 struct mfd_cell cells[TSCADC_CELLS]; member
|
| H A D | twl6040.h | 218 struct mfd_cell cells[TWL6040_CELLS]; member
|
| H A D | si476x-core.h | 119 struct mfd_cell cells[SI476X_MFD_CELLS]; member
|
| H A D | wl1273-core.h | 258 struct mfd_cell cells[WL1273_FM_CORE_CELLS]; member
|
| /kernel/linux/linux-6.6/include/linux/mfd/ |
| H A D | ti_am335x_tscadc.h | 162 struct mfd_cell cells[TSCADC_CELLS]; member
|
| H A D | twl6040.h | 190 struct mfd_cell cells[TWL6040_CELLS]; member
|
| H A D | intel-m10-bmc.h | 219 struct mfd_cell *cells; member
|
| H A D | si476x-core.h | 119 struct mfd_cell cells[SI476X_MFD_CELLS]; member
|
| H A D | wl1273-core.h | 258 struct mfd_cell cells[WL1273_FM_CORE_CELLS]; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
| H A D | vktDrawShaderLayerTests.cpp | 511 std::vector<UVec4> cells; in generateGrid() local
|
| H A D | vktDrawShaderViewportIndexTests.cpp | 375 std::vector<UVec4> cells; in generateGrid() local 113 makeGraphicsPipeline(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkRenderPass renderPass, const VkShaderModule vertexModule, const VkShaderModule tessellationControlModule, const VkShaderModule tessellationEvaluationModule, const VkShaderModule fragmentModule, const UVec2 renderSize, const int numViewports, const std::vector<UVec4> cells) makeGraphicsPipeline() argument 426 generateReferenceImage(const tcu::TextureFormat format, const UVec2& renderSize, const Vec4& clearColor, const std::vector<UVec4>& cells, const std::vector<Vec4>& cellColors) generateReferenceImage() argument 664 Renderer(Context& context, const UVec2& renderSize, const TestParams& testParams, const std::vector<UVec4>& cells, const VkFormat colorFormat, const Vec4& clearColor, const std::vector<Vec4>& colors, const Shader shader) Renderer() argument 952 const std::vector<UVec4> cells = generateGrid(testParams.numViewports, renderSize); testVertexFragmentShader() local 1013 const std::vector<UVec4> cells = generateGrid(testParams.numViewports, renderSize); testTessellationShader() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
| H A D | vktDrawShaderLayerTests.cpp | 507 std::vector<UVec4> cells; in generateGrid() local
|
| H A D | vktDrawShaderViewportIndexTests.cpp | 375 std::vector<UVec4> cells; in generateGrid() local 113 makeGraphicsPipeline(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkRenderPass renderPass, const VkShaderModule vertexModule, const VkShaderModule tessellationControlModule, const VkShaderModule tessellationEvaluationModule, const VkShaderModule fragmentModule, const UVec2 renderSize, const int numViewports, const std::vector<UVec4> cells) makeGraphicsPipeline() argument 426 generateReferenceImage(const tcu::TextureFormat format, const UVec2& renderSize, const Vec4& clearColor, const std::vector<UVec4>& cells, const std::vector<Vec4>& cellColors) generateReferenceImage() argument 660 Renderer(Context& context, const UVec2& renderSize, const TestParams& testParams, const std::vector<UVec4>& cells, const VkFormat colorFormat, const Vec4& clearColor, const std::vector<Vec4>& colors, const Shader shader) Renderer() argument 948 const std::vector<UVec4> cells = generateGrid(testParams.numViewports, renderSize); testVertexFragmentShader() local 1009 const std::vector<UVec4> cells = generateGrid(testParams.numViewports, renderSize); testTessellationShader() local [all...] |
| /device/soc/rockchip/common/sdk_linux/scripts/dtc/ |
| H A D | checks.c | 851 cell_t *cells; check_pci_bridge() local 899 cell_t *cells; check_pci_device_bus_num() local 933 cell_t *cells; check_pci_device_reg() local 1013 cell_t *cells = NULL; check_simple_bus_reg() local 1094 cell_t *cells = NULL; check_i2c_bus_reg() local 1194 cell_t *cells = NULL; check_spi_bus_reg() local [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_buffers.c | 128 u32 mlxsw_sp_cells_bytes(const struct mlxsw_sp *mlxsw_sp, u32 cells) in mlxsw_sp_cells_bytes() argument
|
| /kernel/linux/linux-5.10/drivers/s390/char/ |
| H A D | tty3270.c | 50 struct tty3270_cell *cells; member [all...] |
| /kernel/linux/linux-5.10/net/sched/ |
| H A D | sch_netem.c | 350 u32 cells = reciprocal_divide(len, q->cell_size_reciprocal); in packet_time_ns() local
|
| /kernel/linux/linux-5.10/scripts/dtc/ |
| H A D | checks.c | 814 cell_t *cells; check_pci_bridge() local 856 cell_t *cells; check_pci_device_bus_num() local 888 cell_t *cells; check_pci_device_reg() local 961 cell_t *cells = NULL; check_simple_bus_reg() local 1033 cell_t *cells = NULL; check_i2c_bus_reg() local 1121 cell_t *cells = NULL; check_spi_bus_reg() local [all...] |
| /kernel/linux/linux-5.10/drivers/of/ |
| H A D | base.c | 91 u32 cells; in of_bus_n_addr_cells() local 112 u32 cells; in of_bus_n_size_cells() local [all...] |
| /kernel/linux/linux-5.10/drivers/pinctrl/ |
| H A D | pinctrl-single.c | 1743 pcs_quirk_missing_pinctrl_cells(struct pcs_device *pcs, struct device_node *np, int cells) pcs_quirk_missing_pinctrl_cells() argument [all...] |
| /kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_buffers.c | 128 u32 mlxsw_sp_cells_bytes(const struct mlxsw_sp *mlxsw_sp, u32 cells) in mlxsw_sp_cells_bytes() argument
|
| /kernel/linux/linux-6.6/drivers/pinctrl/ |
| H A D | pinctrl-single.c | 1738 pcs_quirk_missing_pinctrl_cells(struct pcs_device *pcs, struct device_node *np, int cells) pcs_quirk_missing_pinctrl_cells() argument [all...] |
| /kernel/linux/linux-6.6/drivers/nvmem/ |
| H A D | core.c | 36 struct list_head cells; member [all...] |