/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | iso_fs.h | 4 *** This header was automatically generated from a Linux kernel header 7 *** structures, and macros generated from the original header, and thus, 23 #define ISODCL(from,to) (to - from + 1)
|
/kernel/linux/linux-6.6/tools/include/linux/ |
H A D | bitfield.h | 17 * from which they extract the base mask and shift amount. 120 * FIELD_GET() extracts the field specified by @_mask from the 144 #define ____MAKE_OP(type,base,to,from) \ 163 return (from(v) & field)/field_multiplier(field); \
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | iso_fs.h | 4 *** This header was automatically generated from a Linux kernel header 7 *** structures, and macros generated from the original header, and thus, 23 #define ISODCL(from,to) (to - from + 1)
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | iso_fs.h | 2 * This header was generated from the Linux kernel headers by update_headers.py, 3 * to provide necessary information from kernel to userspace, such as constants, 10 #define ISODCL(from, to) (to - from + 1)
|
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/controllers/ |
H A D | intel-spi.c | 22 /* Offsets are from @ispi->base */ 60 /* Offset is from @ispi->pregs */ 68 /* Offsets are from @ispi->sregs */ 247 /* Reads max INTEL_SPI_FIFO_SZ bytes from the device fifo */ 361 /* Disable #SMI generation from HW sequencer */ in intel_spi_init() 395 /* Disable #SMI generation from SW sequencer */ in intel_spi_init() 636 static ssize_t intel_spi_read(struct spi_nor *nor, loff_t from, size_t len, in intel_spi_read() argument 665 block_size = min_t(loff_t, from + block_size, in intel_spi_read() 666 round_up(from + 1, SZ_4K)) - from; in intel_spi_read() [all...] |
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | tc90522.c | 698 int from, to; in tc90522_master_xfer() local 701 from = 0; in tc90522_master_xfer() 705 to = from + 1; in tc90522_master_xfer() 709 &new_msgs[from], to - from); in tc90522_master_xfer() 711 from = to; in tc90522_master_xfer() 712 } while (from < j && ret > 0); in tc90522_master_xfer()
|
/kernel/linux/linux-5.10/fs/ |
H A D | seq_file.c | 5 * helper functions for making synthetic files from sequences of records. 97 m->count = m->from = 0; in traverse() 122 m->from = offset - pos; in traverse() 123 m->count -= m->from; in traverse() 144 * @file: the file to read from 185 * if request is to read from zero offset, reset iterator to first in seq_read_iter() 216 n = copy_to_iter(m->buf + m->from, m->count, iter); in seq_read_iter() 218 m->from += n; in seq_read_iter() 224 m->from = 0; in seq_read_iter() 284 m->from in seq_read_iter() [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | seq_file.c | 5 * helper functions for making synthetic files from sequences of records. 97 m->count = m->from = 0; in traverse() 122 m->from = offset - pos; in traverse() 123 m->count -= m->from; in traverse() 144 * @file: the file to read from 185 * if request is to read from zero offset, reset iterator to first in seq_read_iter() 216 n = copy_to_iter(m->buf + m->from, m->count, iter); in seq_read_iter() 218 m->from += n; in seq_read_iter() 224 m->from = 0; in seq_read_iter() 284 m->from in seq_read_iter() [all...] |
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | tc90522.c | 698 int from, to; in tc90522_master_xfer() local 701 from = 0; in tc90522_master_xfer() 705 to = from + 1; in tc90522_master_xfer() 709 &new_msgs[from], to - from); in tc90522_master_xfer() 711 from = to; in tc90522_master_xfer() 712 } while (from < j && ret > 0); in tc90522_master_xfer()
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | file.c | 337 cifs_dbg(FYI, "Reset oplock val from read to None due to mand locks\n"); in cifs_new_fileinfo() 435 * and cancel any pending one. If calling this function from the 469 /* remove it from the lists */ in _cifsFileInfo_put() 826 cifs_dbg(FYI, "Reset oplock val from read to None due to mand locks\n"); in cifs_reopen_file() 847 /* return code from the ->release op is always ignored */ in cifs_close() 1574 * a lock from the file's list. in cifs_unlock_range() 1599 * request - add all locks from the tmp in cifs_unlock_range() 1684 * Windows 7 server can delay breaking lease from read to None in cifs_setlk() 1878 filemap_fdatawait from here so tell in cifs_write() 2136 static int cifs_partialpagewrite(struct page *page, unsigned from, unsigne argument 2785 wdata_fill_from_iovec(struct cifs_writedata *wdata, struct iov_iter *from, size_t *len, unsigned long *num_pages) wdata_fill_from_iovec() argument 2897 cifs_write_from_iter(loff_t offset, size_t len, struct iov_iter *from, struct cifsFileInfo *open_file, struct cifs_sb_info *cifs_sb, struct list_head *wdata_list, struct cifs_aio_ctx *ctx) cifs_write_from_iter() argument 3144 __cifs_writev( struct kiocb *iocb, struct iov_iter *from, bool direct) __cifs_writev() argument 3248 cifs_direct_writev(struct kiocb *iocb, struct iov_iter *from) cifs_direct_writev() argument 3256 cifs_user_writev(struct kiocb *iocb, struct iov_iter *from) cifs_user_writev() argument 3262 cifs_writev(struct kiocb *iocb, struct iov_iter *from) cifs_writev() argument 3298 cifs_strict_writev(struct kiocb *iocb, struct iov_iter *from) cifs_strict_writev() argument [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | parser.h | 26 char *from; member
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_common.h | 23 const void *from,
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_common.h | 23 const void *from,
|
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | unicode.h | 3 * Some of the source code in this file came from fs/cifs/cifs_unicode.c 31 int smb_strtoUTF16(__le16 *to, const char *from, int len,
|
/kernel/linux/linux-5.10/drivers/mtd/chips/ |
H A D | cfi_cmdset_0002.c | 268 " deduced %s from Device ID\n", map->name, major, minor, in fixup_amd_bootblock() 397 pr_warn("%s: Bad 38VF640x CFI data; adjusting sector size from 64 to 8KiB\n", in fixup_sst38vf640x_sectorsize() 408 pr_warn("%s: Bad S29GL064N CFI data; adjust from 64 to 128 sectors\n", in fixup_s29gl064n_sectors() 420 pr_warn("%s: Bad S29GL032N CFI data; adjust from 127 to 63 sectors\n", in fixup_s29gl032n_sectors() 546 * Some revisions of the M29EW suffer from erase suspend hang ups. In 733 * of struct cfi_ident that probed from chip's CFI aera, if in cfi_cmdset_0002() 930 * routine to recover from it) or we trying to in get_chip() 1045 * point. The CPU eventually returns from the interrupt or the call to 1151 * and stub it out from INVALIDATE_CACHE_UDELAY. 1153 #define XIP_INVAL_CACHED_RANGE(map, from, siz 1231 cfi_amdstd_read(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf) cfi_amdstd_read() argument 1339 cfi_amdstd_secsi_read(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf) cfi_amdstd_secsi_read() argument 1476 cfi_amdstd_otp_walk(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf, otp_op_t action, int user_regs) cfi_amdstd_otp_walk() argument 1608 cfi_amdstd_read_fact_prot_reg(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf) cfi_amdstd_read_fact_prot_reg() argument 1616 cfi_amdstd_read_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf) cfi_amdstd_read_user_prot_reg() argument 1624 cfi_amdstd_write_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf) cfi_amdstd_write_user_prot_reg() argument 1632 cfi_amdstd_lock_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len) cfi_amdstd_lock_user_prot_reg() argument [all...] |
/kernel/linux/linux-6.6/drivers/mtd/chips/ |
H A D | cfi_cmdset_0002.c | 267 " deduced %s from Device ID\n", map->name, major, minor, in fixup_amd_bootblock() 400 pr_warn("%s: Bad 38VF640x CFI data; adjusting sector size from 64 to 8KiB\n", in fixup_sst38vf640x_sectorsize() 411 pr_warn("%s: Bad S29GL064N CFI data; adjust from 64 to 128 sectors\n", in fixup_s29gl064n_sectors() 423 pr_warn("%s: Bad S29GL032N CFI data; adjust from 127 to 63 sectors\n", in fixup_s29gl032n_sectors() 549 * Some revisions of the M29EW suffer from erase suspend hang ups. In 736 * of struct cfi_ident that probed from chip's CFI aera, if in cfi_cmdset_0002() 934 * routine to recover from it) or we trying to in get_chip() 1049 * point. The CPU eventually returns from the interrupt or the call to 1155 * and stub it out from INVALIDATE_CACHE_UDELAY. 1157 #define XIP_INVAL_CACHED_RANGE(map, from, siz 1235 cfi_amdstd_read(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf) cfi_amdstd_read() argument 1343 cfi_amdstd_secsi_read(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf) cfi_amdstd_secsi_read() argument 1480 cfi_amdstd_otp_walk(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf, otp_op_t action, int user_regs) cfi_amdstd_otp_walk() argument 1612 cfi_amdstd_read_fact_prot_reg(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf) cfi_amdstd_read_fact_prot_reg() argument 1620 cfi_amdstd_read_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf) cfi_amdstd_read_user_prot_reg() argument 1628 cfi_amdstd_write_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, const u_char *buf) cfi_amdstd_write_user_prot_reg() argument 1636 cfi_amdstd_lock_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len) cfi_amdstd_lock_user_prot_reg() argument [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | sort.c | 490 return left->branch_info->from.addr - right->branch_info->from.addr; in sort__srcline_from_cmp() 497 left->branch_info->srcline_from = addr_map_symbol__srcline(&left->branch_info->from); in sort__srcline_from_collapse() 500 right->branch_info->srcline_from = addr_map_symbol__srcline(&right->branch_info->from); in sort__srcline_from_collapse() 514 he->branch_info->srcline_from = addr_map_symbol__srcline(&he->branch_info->from); in sort__srcline_from_init() 962 return _sort__dso_cmp(left->branch_info->from.ms.map, in sort__dso_from_cmp() 963 right->branch_info->from.ms.map); in sort__dso_from_cmp() 970 return _hist_entry__dso_snprintf(he->branch_info->from.ms.map, in hist_entry__dso_from_snprintf() 984 return dso && (!he->branch_info || !he->branch_info->from.ms.map || in hist_entry__dso_from_filter() 985 map__dso(he->branch_info->from in hist_entry__dso_from_filter() 1058 struct addr_map_symbol *from = &he->branch_info->from; hist_entry__sym_from_snprintf() local 1171 struct addr_map_symbol *from = &he->branch_info->from; hist_entry__addr_from_snprintf() local [all...] |
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | entry-ftrace.S | 11 * start of every function. In mcount, apart from the function's address (in 121 @ called from __ftrace_regs_caller 166 @ called from __ftrace_caller, saved in mcount_enter 170 @ called from __mcount, untouched in lr
|
/kernel/linux/linux-5.10/arch/nds32/mm/ |
H A D | cacheflush.c | 196 void copy_user_highpage(struct page *to, struct page *from, in copy_user_highpage() argument 201 kfrom = ((unsigned long)page_address(from) & PAGE_MASK); in copy_user_highpage() 203 pfrom = page_to_phys(from); in copy_user_highpage()
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | irq.c | 183 unsigned int arch_dynirq_lower_bound(unsigned int from) in arch_dynirq_lower_bound() argument 185 return from < NR_IRQS_BASE ? NR_IRQS_BASE : from; in arch_dynirq_lower_bound()
|
/kernel/linux/linux-5.10/arch/arm/mach-mxs/ |
H A D | mach-mxs.c | 160 struct device_node *np, *from = NULL; in update_fec_mac_prop() local 168 np = of_find_compatible_node(from, NULL, "fsl,imx28-fec"); in update_fec_mac_prop() 172 from = np; in update_fec_mac_prop()
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | entry-ftrace.S | 11 * start of every function. In mcount, apart from the function's address (in 122 @ called from __ftrace_regs_caller 172 @ called from __ftrace_caller, saved in mcount_enter 176 @ called from __mcount, untouched in lr
|
/kernel/linux/linux-6.6/arch/arm/mach-mxs/ |
H A D | mach-mxs.c | 162 struct device_node *np, *from = NULL; in update_fec_mac_prop() local 170 np = of_find_compatible_node(from, NULL, "fsl,imx28-fec"); in update_fec_mac_prop() 174 from = np; in update_fec_mac_prop()
|
/kernel/linux/linux-5.10/drivers/hyperhold/ |
H A D | hp_iotab.c | 97 pr_info("delete hpio %p for eid %u from iotab.\n", hpio, hpio->eid); in iotab_delete() 250 bool hpio_change_state(struct hpio *hpio, enum hpio_state from, enum hpio_state to) in hpio_change_state() argument 252 return atomic_cmpxchg(&hpio->state, from, to) == from; in hpio_change_state()
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | chunk.c | 34 /* Initialize datamsg from memory. */ 148 struct iov_iter *from) in sctp_datamsg_from_user() 151 size_t msg_len = iov_iter_count(from); in sctp_datamsg_from_user() 269 err = sctp_user_addto_chunk(chunk, len, from); in sctp_datamsg_from_user() 146 sctp_datamsg_from_user(struct sctp_association *asoc, struct sctp_sndrcvinfo *sinfo, struct iov_iter *from) sctp_datamsg_from_user() argument
|