/openbmc/linux/drivers/media/platform/samsung/exynos4-is/ |
H A D | fimc-isp-video.c | 71 static inline struct param_dma_output *__get_isp_dma2(struct fimc_is *is) in __get_isp_dma2() 80 struct fimc_is *is = fimc_isp_to_is(isp); in isp_video_capture_start_streaming() local 122 struct fimc_is *is = fimc_isp_to_is(isp); in isp_video_capture_stop_streaming() local 191 struct fimc_is *is = fimc_isp_to_is(isp); in isp_video_capture_buffer_queue() local 234 void fimc_isp_video_irq_handler(struct fimc_is *is) in fimc_isp_video_irq_handler() 420 struct fimc_is *is = fimc_isp_to_is(isp); in isp_video_s_fmt_mplane() local 493 enum v4l2_buf_type type) in isp_video_streamon() 519 enum v4l2_buf_type type) in isp_video_streamoff() 572 enum v4l2_buf_type type) in fimc_isp_video_device_register() 641 enum v4l2_buf_type type) in fimc_isp_video_device_unregister()
|
H A D | fimc-isp-video.h | 24 static inline void fimc_isp_video_irq_handler(struct fimc_is *is) in fimc_isp_video_irq_handler() 30 enum v4l2_buf_type type) in fimc_isp_video_device_register() 36 enum v4l2_buf_type type) in fimc_isp_video_device_unregister()
|
/openbmc/linux/arch/powerpc/mm/book3s64/ |
H A D | hash_utils.c | 172 static inline void tlbiel_hash_set_isa206(unsigned int set, unsigned int is) in tlbiel_hash_set_isa206() 185 static __always_inline void tlbiel_hash_set_isa300(unsigned int set, unsigned int is, in tlbiel_hash_set_isa300() 202 static void tlbiel_all_isa206(unsigned int num_sets, unsigned int is) in tlbiel_all_isa206() 214 static void tlbiel_all_isa300(unsigned int num_sets, unsigned int is) in tlbiel_all_isa300() 253 unsigned int is; in hash__tlbiel_all() local 521 const char *type = of_get_flat_dt_prop(node, "device_type", NULL); in htab_dt_scan_seg_sizes() local 577 const char *type = of_get_flat_dt_prop(node, "device_type", NULL); in htab_dt_scan_page_sizes() local 659 const char *type = of_get_flat_dt_prop(node, "device_type", NULL); in htab_dt_scan_hugepage_blocks() local 887 const char *type = of_get_flat_dt_prop(node, "device_type", NULL); in htab_dt_scan_pftsize() local
|
H A D | radix_tlb.c | 28 static __always_inline void tlbiel_radix_set_isa300(unsigned int set, unsigned int is, in tlbiel_radix_set_isa300() 43 static void tlbiel_all_isa300(unsigned int num_sets, unsigned int is) in tlbiel_all_isa300() 79 unsigned int is; in radix__tlbiel_all() local 837 enum tlb_flush_type type; in radix__flush_tlb_mm() local 878 enum tlb_flush_type type; in __flush_all_mm() local 918 enum tlb_flush_type type; in radix__flush_tlb_page_psize() local 1026 enum tlb_flush_type type; in __radix__flush_tlb_range() local 1053 unsigned long type = H_RPTI_TYPE_TLB; in __radix__flush_tlb_range() local 1244 enum tlb_flush_type type; in __radix__flush_tlb_range_psize() local 1319 enum tlb_flush_type type; in radix__flush_tlb_collapsed_pmd() local [all …]
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | videobuf-vmalloc.c | 30 #define MAGIC_CHECK(is, should) \ argument 281 enum v4l2_buf_type type, in videobuf_queue_vmalloc_init()
|
H A D | videobuf-dma-contig.c | 31 #define MAGIC_CHECK(is, should) \ argument 345 enum v4l2_buf_type type, in videobuf_queue_dma_contig_init()
|
H A D | videobuf-dma-sg.c | 37 #define MAGIC_CHECK(is, should) \ argument 671 enum v4l2_buf_type type, in videobuf_queue_sg_init()
|
H A D | videobuf-core.c | 25 #define MAGIC_CHECK(is, should) \ argument 147 enum v4l2_buf_type type, in videobuf_queue_core_init() 319 struct videobuf_buffer *vb, enum v4l2_buf_type type) in videobuf_status()
|
/openbmc/sdbusplus/test/message/ |
H A D | read.cpp | 52 void expect_basic_error(char type, int ret) in expect_basic_error() 59 void expect_basic(char type, T val) in expect_basic() 65 void expect_verify_type(char type, const char* contents, int ret) in expect_verify_type() 84 void expect_enter_container(char type, const char* contents, int ret = 0) in expect_enter_container() 342 for (const auto& is : mis) in TEST_F() local 446 for (const auto& is : mis) in TEST_F() local
|
/openbmc/linux/drivers/scsi/arm/ |
H A D | fas216.c | 158 unsigned char is, stat, inst; in fas216_dumpstate() local 1354 static void fas216_busservice_intr(FAS216_Info *info, unsigned int stat, unsigned int is) in fas216_busservice_intr() 1555 static void fas216_funcdone_intr(FAS216_Info *info, unsigned int stat, unsigned int is) in fas216_funcdone_intr() 1638 unsigned char inst, is, stat; in fas216_intr() local 2889 int type, ret; in fas216_add() local
|
/openbmc/linux/arch/arm64/net/ |
H A D | bpf_jit.h | 23 #define A64_COMP_BRANCH(sf, Rt, offset, type) \ argument 56 #define A64_LS_REG(Rt, Rn, Rm, size, type) \ argument 73 #define A64_LS_IMM(Rt, Rn, imm, size, type) \ argument 108 #define A64_LSX(sf, Rt, Rn, Rs, type) \ argument 155 #define A64_ADDSUB_IMM(sf, Rd, Rn, imm12, type) \ argument 177 #define A64_SBFM(sf, Rd, Rn, ir, is) A64_BITFIELD(sf, Rd, Rn, ir, is, SIGNED) argument 179 #define A64_UBFM(sf, Rd, Rn, ir, is) A64_BITFIELD(sf, Rd, Rn, ir, is, UNSIGNED) argument 201 #define A64_MOVEW(sf, Rd, imm16, shift, type) \ argument 212 #define A64_ADDSUB_SREG(sf, Rd, Rn, Rm, type) \ argument 253 #define A64_LOGIC_SREG(sf, Rd, Rn, Rm, type) \ argument [all …]
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | pal.h | 518 is : 1, /* instruction set (1 == ia32) */ member 555 is : 1, /* instruction set (1 == ia32) */ member 582 type : 8, /* Bus xaction type*/ member 591 is : 1, /* instruction set (1 == ia32) */ member 621 is : 1, /* instruction set (1 == ia32) */ member 651 is : 1, /* instruction set (1 == ia32) */ member 1160 ia64_pal_get_pstate (u64 *pstate_index, unsigned long type) in ia64_pal_get_pstate() 1393 ia64_pal_platform_addr (u64 type, u64 physical_addr) in ia64_pal_platform_addr() 1809 u64 type, in ia64_pal_cache_shared_info()
|
/openbmc/qemu/target/ppc/ |
H A D | mmu_helper.c | 433 unsigned is = extract64(rb, PPC_BIT_NR(53), 2); in helper_tlbie_isa300() local 1333 void helper_booke206_tlbflush(CPUPPCState *env, target_ulong type) in helper_booke206_tlbflush()
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_hv_nested.c | 1181 int r, ric, prs, is, ap; in kvmhv_emulate_priv_tlbie() local 1311 unsigned long type, unsigned long pg_sizes, in do_h_rpt_invalidate_pat()
|
/openbmc/intel-ipmi-oem/src/ |
H A D | oemcommands.cpp | 1585 boost::process::ipstream is; in ipmiOEMCfgHostSerialPortSpeed() local 1955 std::string type = std::get<std::string>(findClass->second); in ipmiOEMGetFanSpeedOffset() local 2011 std::string type = std::get<std::string>(findClass->second); in ipmiOEMSetFanSpeedOffset() local 2111 std::string type = std::get<std::string>(findClass->second); in ipmiOEMSetFscParameter() local 2214 std::string type = std::get<std::string>(findClass->second); in ipmiOEMGetFscParameter() local 3300 uint8_t type, const std::vector<std::tuple<uint8_t, uint8_t>>& data) in ipmiOEMSetDimmOffset() argument 3383 ipmi::RspType<uint8_t> ipmiOEMGetDimmOffset(uint8_t type, uint8_t index) in ipmiOEMGetDimmOffset()
|
/openbmc/linux/drivers/pinctrl/intel/ |
H A D | pinctrl-intel.c | 1084 void __iomem *reg, *is; in intel_gpio_irq_mask_unmask() local 1126 static int intel_gpio_irq_type(struct irq_data *d, unsigned int type) in intel_gpio_irq_type()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | jquery-3.7.1.min.js | 2 …is,function(ie,e){"use strict";var oe=[],r=Object.getPrototypeOf,ae=oe.slice,g=oe.flat?function(e)… method in AnonymousClass482440695b01
|
/openbmc/linux/drivers/clk/rockchip/ |
H A D | clk.h | 405 enum rockchip_pll_type type; member 856 #define INVERTER(_id, cname, pname, io, is, if) \ argument
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | chip.c | 5225 u32 is = IS_RCVURGENT_START + rcd->ctxt; in is_urg_masked() local 6341 u8 type; in handle_8051_request() local 8712 static int do_8051_command(struct hfi1_devdata *dd, u32 type, u64 in_data, in do_8051_command() 9124 static int read_idle_message(struct hfi1_devdata *dd, u64 type, u64 *data_out) in read_idle_message() 9934 u32 type, unsigned long pa, u16 order) in hfi1_put_tid()
|