Home
last modified time | relevance | path

Searched defs:offset (Results 6851 - 6875 of 17565) sorted by relevance

1...<<271272273274275276277278279280>>...703

/foundation/distributedhardware/distributed_screen/services/common/imageJpeg/src/
H A Djpeg_image_processor.cpp147 int32_t offset = 0; in DecodeDamageData() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/
H A Dcommon_func.cpp383 int64_t offset = -1; in GetReadArg() local
421 int64_t offset = -1; GetReadArg() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_l2cap_connection.cpp259 uint8_t offset = 0; in SendGetReport() local
569 uint16_t offset = 0; HidHostRecvDataCallback() local
[all...]
/foundation/communication/dhcp/services/dhcp_server/src/
H A Daddress_utils.cpp52 uint32_t NextIpAddress(uint32_t currIp, uint32_t netmask, uint32_t offset) in NextIpAddress() argument
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H A Dsoftbus_ble_utils.c393 int8_t offset = -BC_FLAG_LEN; in AssembleAdvData() local
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_frame.c142 size_t offset = 0; in EncodeFileHeaderFrameSp() local
403 size_t offset = 0; in DecodeFileHeaderFrameSp() local
[all...]
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_blob_cache.cpp309 size_t offset = CACHE_HEAD; in WriteToDisk() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd_list.cpp133 size_t offset = 2 * sizeof(int32_t); // 2 is width and height.Offset of first OpItem is behind the w and h in IsEmpty() local
214 size_t offset = offset_; in CaculatePerformanceOpType() local
254 size_t offset = offset_; in UnmarshallingDrawOps() local
452 size_t offset = offset_; GenerateCacheByBuffer() local
536 size_t offset = offset_; PlaybackByBuffer() local
566 size_t offset = offset_; CountTextBlobNum() local
588 size_t offset = offset_; PatchTypefaceIds() local
[all...]
H A Dcmd_list.cpp59 const void* CmdList::GetCmdListData(size_t offset, size_t size) const in GetCmdListData() argument
85 const void* CmdList::GetImageData(size_t offset, size_t size) const in GetImageData() argument
117 size_t offset = imageAllocator_.AddrToOffset(addr); in AddImage() local
164 GetBitmapData(size_t offset, size_t size) const GetBitmapData() argument
[all...]
/kernel/linux/linux-5.10/arch/x86/platform/ts5500/
H A Dts5500.c87 const ssize_t offset; member
/kernel/linux/linux-5.10/drivers/base/regmap/
H A Dregmap-irq.c352 unsigned int offset = subreg->offset[i]; in read_sub_irq_data() local
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-intel-mid.c67 static void __iomem *gpio_reg(struct gpio_chip *chip, unsigned offset, in gpio_reg() argument
77 static void __iomem *gpio_reg_2bit(struct gpio_chip *chip, unsigned offset, in gpio_reg_2bit() argument
87 static int intel_gpio_request(struct gpio_chip *chip, unsigned offset) in intel_gpio_request() argument
100 intel_gpio_get(struct gpio_chip *chip, unsigned offset) intel_gpio_get() argument
107 intel_gpio_set(struct gpio_chip *chip, unsigned offset, int value) intel_gpio_set() argument
120 intel_gpio_direction_input(struct gpio_chip *chip, unsigned offset) intel_gpio_direction_input() argument
142 intel_gpio_direction_output(struct gpio_chip *chip, unsigned offset, int value) intel_gpio_direction_output() argument
[all...]
H A Dgpio-stmpe.c41 static int stmpe_gpio_get(struct gpio_chip *chip, unsigned offset) in stmpe_gpio_get() argument
56 static void stmpe_gpio_set(struct gpio_chip *chip, unsigned offset, int val) in stmpe_gpio_set() argument
74 stmpe_gpio_get_direction(struct gpio_chip *chip, unsigned offset) stmpe_gpio_get_direction() argument
93 stmpe_gpio_direction_output(struct gpio_chip *chip, unsigned offset, int val) stmpe_gpio_direction_output() argument
106 stmpe_gpio_direction_input(struct gpio_chip *chip, unsigned offset) stmpe_gpio_direction_input() argument
117 stmpe_gpio_request(struct gpio_chip *chip, unsigned offset) stmpe_gpio_request() argument
144 int offset = d->hwirq; stmpe_gpio_irq_set_type() local
232 int offset = d->hwirq; stmpe_gpio_irq_mask() local
243 int offset = d->hwirq; stmpe_gpio_irq_unmask() local
250 stmpe_dbg_show_one(struct seq_file *s, struct gpio_chip *gc, unsigned offset, unsigned gpio) stmpe_dbg_show_one() argument
[all...]
H A Dgpio-davinci.c111 static int davinci_direction_in(struct gpio_chip *chip, unsigned offset) in davinci_direction_in() argument
117 davinci_direction_out(struct gpio_chip *chip, unsigned offset, int value) in davinci_direction_out() argument
129 static int davinci_gpio_get(struct gpio_chip *chip, unsigned offset) in davinci_gpio_get() argument
86 __davinci_direction(struct gpio_chip *chip, unsigned offset, bool out, int value) __davinci_direction() argument
144 davinci_gpio_set(struct gpio_chip *chip, unsigned offset, int value) davinci_gpio_set() argument
380 gpio_to_irq_banked(struct gpio_chip *chip, unsigned offset) gpio_to_irq_banked() argument
390 gpio_to_irq_unbanked(struct gpio_chip *chip, unsigned offset) gpio_to_irq_unbanked() argument
[all...]
H A Dgpio-crystalcove.c300 int gpio, offset; in crystalcove_gpio_dbg_show() local
H A Dgpio-mt7621.c67 mtk_gpio_w32(struct mtk_gc *rg, u32 offset, u32 val) in mtk_gpio_w32() argument
77 mtk_gpio_r32(struct mtk_gc *rg, u32 offset) in mtk_gpio_r32() argument
H A Dgpiolib-sysfs.c462 int offset; in export_store() local
587 int offset; in gpiod_export() local
/kernel/linux/linux-5.10/arch/x86/mm/
H A Dioremap.c181 unsigned long offset, vaddr; in __ioremap_caller() local
518 unsigned long offset = phys & ~PAGE_MASK; in xlate_dev_mem_ptr() local
/kernel/linux/linux-5.10/drivers/auxdisplay/
H A Darm-charlcd.c210 u8 offset; in charlcd_4bit_print() local
/kernel/linux/linux-5.10/drivers/base/firmware_loader/
H A Dfallback.c305 firmware_rw_data(struct fw_priv *fw_priv, char *buffer, loff_t offset, size_t count, bool read) firmware_rw_data() argument
314 firmware_rw(struct fw_priv *fw_priv, char *buffer, loff_t offset, size_t count, bool read) firmware_rw() argument
337 firmware_data_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buffer, loff_t offset, size_t count) firmware_data_read() argument
394 firmware_data_write(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buffer, loff_t offset, size_t count) firmware_data_write() argument
[all...]
/kernel/linux/linux-5.10/drivers/firmware/tegra/
H A Dbpmp-debugfs.c68 static void seqbuf_seek(struct seqbuf *seqbuf, ssize_t offset) in seqbuf_seek() argument
/kernel/linux/linux-5.10/drivers/fsi/
H A Dfsi-occ.c97 occ_read(struct file *file, char __user *buf, size_t len, loff_t *offset) occ_read() argument
130 occ_write(struct file *file, const char __user *buf, size_t len, loff_t *offset) occ_write() argument
/kernel/linux/linux-5.10/drivers/bus/
H A Domap_l3_noc.h75 u32 offset; member
90 u32 offset; member
[all...]
/kernel/linux/linux-5.10/drivers/clk/qcom/
H A Dclk-alpha-pll.h64 u32 offset; member
89 u32 offset; member
/kernel/linux/linux-5.10/drivers/clk/samsung/
H A Dclk-cpu.c403 exynos_register_cpu_clock(struct samsung_clk_provider *ctx, unsigned int lookup_id, const char *name, const struct clk_hw *parent, const struct clk_hw *alt_parent, unsigned long offset, const struct exynos_cpuclk_cfg_data *cfg, unsigned long num_cfgs, unsigned long flags) exynos_register_cpu_clock() argument

Completed in 35 milliseconds

1...<<271272273274275276277278279280>>...703