Searched refs:orig (Results 251 - 275 of 314) sorted by relevance

<<111213

/linux-master/drivers/media/i2c/
H A Dov7670.c578 unsigned char orig; local
581 ret = ov7670_read(sd, reg, &orig);
585 return ov7670_write(sd, reg, (orig & ~mask) | (value & mask));
H A Dtc358746.c347 u32 tmp, orig; local
350 err = tc358746_read(tc358746, reg, &orig);
354 tmp = orig & ~mask;
/linux-master/drivers/phy/rockchip/
H A Dphy-rockchip-inno-usb2.c283 unsigned int tmp, orig; local
286 ret = regmap_read(base, reg->offset, &orig);
290 tmp = (orig & mask) >> reg->bitstart;
/linux-master/fs/smb/client/
H A Dfs_context.c448 char *opts, *orig, *p; local
450 orig = opts = kstrdup(options, GFP_KERNEL);
472 kfree(orig);
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c1289 unsigned char orig; local
1302 orig = mga_inb(M_EXTVGA_DATA);
1303 mga_outb(M_EXTVGA_DATA, orig | 0x80);
1323 mga_outb(M_EXTVGA_DATA, orig);
/linux-master/tools/perf/
H A Dbuiltin-lock.c366 char *tok, *tmp, *orig; local
383 orig = tmp = strdup(str);
384 if (orig == NULL)
392 free(orig);
/linux-master/include/net/
H A Dtcp.h1962 const struct tcp_fastopen_cookie *orig)
1964 if (orig->len == TCP_FASTOPEN_COOKIE_SIZE &&
1965 orig->len == foc->len &&
1966 !memcmp(orig->val, foc->val, foc->len))
1961 tcp_fastopen_cookie_match(const struct tcp_fastopen_cookie *foc, const struct tcp_fastopen_cookie *orig) argument
H A Dip_fib.h475 void fib_nhc_update_mtu(struct fib_nh_common *nhc, u32 new, u32 orig);
/linux-master/drivers/pci/
H A Dprobe.c1799 u16 orig, toggle, new; local
1801 pci_read_config_word(dev, PCI_COMMAND, &orig);
1802 toggle = orig ^ PCI_COMMAND_INTX_DISABLE;
1806 pci_write_config_word(dev, PCI_COMMAND, orig);
/linux-master/tools/perf/util/
H A Devsel.h230 struct evsel *evsel__clone(struct evsel *orig);
H A Dmetricgroup.c586 const char *orig = x; local
597 pr_err("Bad metric-id encoding in: '%s'", orig);
H A Dmachine.c1545 struct map *orig, *updated; local
1548 orig = machine->vmlinux_map;
1549 updated = map__get(orig);
1553 maps__remove(machine__kernel_maps(machine), orig); local
1555 map__put(orig);
/linux-master/drivers/base/regmap/
H A Dregmap.c3181 unsigned int tmp, orig; local
3192 ret = _regmap_read(map, reg, &orig);
3196 tmp = orig & ~mask;
3199 if (force_write || (tmp != orig) || map->force_write_field) {
/linux-master/drivers/net/wireless/ti/wlcore/
H A Ddebugfs.c1189 static loff_t dev_mem_seek(struct file *file, loff_t offset, int orig) argument
1195 return no_seek_end_llseek(file, offset, orig);
/linux-master/drivers/mtd/
H A Dmtdchar.c39 static loff_t mtdchar_lseek(struct file *file, loff_t offset, int orig) argument
42 return fixed_size_llseek(file, offset, orig, mfi->mtd->size);
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c417 union split_spte *ssptep, sspte, orig; local
423 orig.spte_low = xchg(&ssptep->spte_low, sspte.spte_low);
424 orig.spte_high = ssptep->spte_high;
428 return orig.spte;
452 union split_spte spte, *orig = (union split_spte *)sptep; local
459 spte.spte_low = orig->spte_low;
462 spte.spte_high = orig->spte_high;
465 if (unlikely(spte.spte_low != orig->spte_low ||
/linux-master/net/key/
H A Daf_key.c309 const struct sadb_msg *orig)
311 *new = *orig;
314 static int pfkey_error(const struct sadb_msg *orig, int err, struct sock *sk) argument
335 pfkey_hdr_dup(hdr, orig);
1609 static struct sk_buff *compose_sadb_supported(const struct sadb_msg *orig, argument
1635 pfkey_hdr_dup(hdr, orig);
308 pfkey_hdr_dup(struct sadb_msg *new, const struct sadb_msg *orig) argument
/linux-master/fs/btrfs/
H A Dfree-space-cache.c417 io_ctl->orig = NULL;
426 io_ctl->orig = io_ctl->cur;
546 crc = crc32c(crc, io_ctl->orig + offset, PAGE_SIZE - offset);
568 crc = crc32c(crc, io_ctl->orig + offset, PAGE_SIZE - offset);
619 if (io_ctl->cur != io_ctl->orig) {
639 if (io_ctl->cur != io_ctl->orig)
/linux-master/drivers/target/
H A Dtarget_core_configfs.c2065 char *orig, *ptr, *opts; local
2090 orig = opts;
2240 kfree(orig);
2562 char *map_entries, *orig, *ptr; local
2569 orig = map_entries = kstrdup(page, GFP_KERNEL);
2667 kfree(orig);
/linux-master/fs/gfs2/
H A Drgrp.c1327 const u8 *orig = bh->b_data + bi->bi_offset + x; local
1328 diff = ~(*orig | (*orig >> 1)) & (*clone | (*clone >> 1));
/linux-master/tools/testing/selftests/bpf/
H A Dxskxceiver.c1108 u64 addr = desc->addr, orig; local
1110 orig = xsk_umem__extract_addr(addr);
1135 *xsk_ring_prod__fill_addr(&umem->fq, idx_fq++) = orig;
H A Dtest_verifier.c1371 static bool compare_masked_insn(struct bpf_insn *orig, struct bpf_insn *masked) argument
1375 memcpy(&orig_masked, orig, sizeof(orig_masked));
/linux-master/sound/pci/
H A Dens1370.c513 unsigned int temp, i, orig, r; local
516 temp = orig = snd_es1371_wait_src_ready(ensoniq);
537 r = orig & (ES_1371_SRC_DISABLE | ES_1371_DIS_P1 |
/linux-master/drivers/gpio/
H A Dgpiolib-cdev.c731 static inline char *make_irq_label(const char *orig) argument
735 if (!orig)
738 new = kstrdup_and_replace(orig, '/', ':', GFP_KERNEL);
/linux-master/fs/bcachefs/
H A Dbtree_io.c1895 struct bch_write_bio *orig = parent ?: wbio; local
1896 struct btree_write_bio *wb = container_of(orig, struct btree_write_bio, wbio);
1910 bch2_dev_list_add_dev(&orig->failed, wbio->dev);

Completed in 410 milliseconds

<<111213