Searched refs:in (Results 126 - 150 of 2408) sorted by relevance

1234567891011>>

/linux-master/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-tpo-td028ttec1.c23 struct omap_dss_device *in; member in struct:panel_drv_data
160 struct omap_dss_device *in = ddata->in; local
166 r = in->ops.dpi->connect(in, dssdev);
176 struct omap_dss_device *in = ddata->in; local
181 in->ops.dpi->disconnect(in, dssdev);
187 struct omap_dss_device *in local
297 struct omap_dss_device *in = ddata->in; local
318 struct omap_dss_device *in = ddata->in; local
338 struct omap_dss_device *in = ddata->in; local
359 struct omap_dss_device *in; local
431 struct omap_dss_device *in = ddata->in; local
[all...]
/linux-master/arch/arm64/crypto/
H A Dsm4-ce-cipher-glue.c18 asmlinkage void sm4_ce_do_crypt(const u32 *rk, void *out, const void *in);
28 static void sm4_ce_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
33 sm4_crypt_block(ctx->rkey_enc, out, in);
36 sm4_ce_do_crypt(ctx->rkey_enc, out, in);
41 static void sm4_ce_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
46 sm4_crypt_block(ctx->rkey_dec, out, in);
49 sm4_ce_do_crypt(ctx->rkey_dec, out, in);
/linux-master/tools/hv/
H A Dvmbus_testing25 # in /drivers/hv/debugfs.c. All fuzz testing
38 # File names, that correspond to the files created in
76 arg_set = { k for (k,v) in vars(args).items() if v and k != "action" }
78 path = args.path if "path" in arg_set else None
82 if (path and "enable_single" in arg_set):
87 if ("delay" in arg_set):
95 elif ("disable_all" in arg_set or "D" in arg_set):
97 elif ("disable_single" in arg_set or "d" in arg_se
[all...]
/linux-master/tools/power/cpupower/
H A Dcpupower-completion.sh12 case "$prev" in
22 case "$prev" in
40 case "$prev" in
50 case "$prev" in
60 case "$prev" in
70 case "$prev" in
80 case "$prev_to_prev" in
83 case "$prev" in
114 case "$command" in
/linux-master/drivers/firmware/efi/
H A Dmemattr.c52 * Returns a copy @out of the UEFI memory descriptor @in if it is covered
56 static bool entry_is_valid(const efi_memory_desc_t *in, efi_memory_desc_t *out) argument
58 u64 in_paddr = in->phys_addr;
59 u64 in_size = in->num_pages << EFI_PAGE_SHIFT;
62 *out = *in;
64 if (in->type != EFI_RUNTIME_SERVICES_CODE &&
65 in->type != EFI_RUNTIME_SERVICES_DATA) {
71 (!PAGE_ALIGNED(in->phys_addr) ||
72 !PAGE_ALIGNED(in->num_pages << EFI_PAGE_SHIFT))) {
99 * This entry covers the start of @in, chec
[all...]
/linux-master/tools/testing/selftests/drivers/net/mlxsw/spectrum/
H A Ddevlink_resources.sh31 for i in $KVD_PROFILES; do
51 for i in $KVD_CHILDREN; do
58 for j in $KVDL_CHILDREN; do
77 for i in $KVD_CHILDREN; do
83 for j in $KVD_CHILDREN; do
/linux-master/drivers/media/rc/img-ir/
H A Dimg-ir-jvc.c28 static int img_ir_jvc_filter(const struct rc_scancode_filter *in, argument
34 cust = (in->data >> 8) & 0xff;
35 cust_m = (in->mask >> 8) & 0xff;
36 data = (in->data >> 0) & 0xff;
37 data_m = (in->mask >> 0) & 0xff;
H A Dimg-ir-sharp.c37 static int img_ir_sharp_filter(const struct rc_scancode_filter *in, argument
43 addr = (in->data >> 8) & 0x1f;
44 addr_m = (in->mask >> 8) & 0x1f;
45 cmd = (in->data >> 0) & 0xff;
46 cmd_m = (in->mask >> 0) & 0xff;
H A Dimg-ir-sanyo.c49 static int img_ir_sanyo_filter(const struct rc_scancode_filter *in, argument
55 data = in->data & 0xff;
56 data_m = in->mask & 0xff;
59 if (in->data & 0xff700000)
62 addr = (in->data >> 8) & 0x1fff;
63 addr_m = (in->mask >> 8) & 0x1fff;
/linux-master/include/video/
H A Dimx-ipu-image-convert.h50 * Returns 0 with a valid index and fills in v4l2 fourcc, -EINVAL otherwise.
52 * In V4L2, drivers can call ipu_image_enum_format() in .enum_fmt.
59 * @in: input image format, adjusted on return
63 * In V4L2, drivers can call ipu_image_convert_adjust() in .try_fmt.
65 void ipu_image_convert_adjust(struct ipu_image *in, struct ipu_image *out,
72 * @in: input image format
79 int ipu_image_convert_verify(struct ipu_image *in, struct ipu_image *out,
87 * @in: input image format
101 struct ipu_image *in, struct ipu_image *out,
127 * var) by callers and filled in wit
[all...]
/linux-master/tools/testing/selftests/arm64/
H A DMakefile28 @for DIR in $(ARM64_SUBTARGETS); do \
35 @for DIR in $(ARM64_SUBTARGETS); do \
41 @for DIR in $(ARM64_SUBTARGETS); do \
48 @for DIR in $(ARM64_SUBTARGETS); do \
54 @for DIR in $(ARM64_SUBTARGETS); do \
/linux-master/tools/testing/selftests/riscv/
H A DMakefile27 @for DIR in $(RISCV_SUBTARGETS); do \
34 @for DIR in $(RISCV_SUBTARGETS); do \
40 @for DIR in $(RISCV_SUBTARGETS); do \
47 @for DIR in $(RISCV_SUBTARGETS); do \
53 @for DIR in $(RISCV_SUBTARGETS); do \
/linux-master/drivers/thunderbolt/
H A Ddma_port.c62 * When the switch is in safe mode it supports very little functionality
198 * The DMA control port is functional also when the switch is in safe
247 u32 in; local
249 ret = dma_port_read(sw->tb->ctl, &in, tb_route(sw), dma->port,
254 } else if (!(in & MAIL_IN_OP_REQUEST)) {
278 static int dma_port_request(struct tb_dma_port *dma, u32 in, argument
285 ret = dma_port_write(sw->tb->ctl, &in, tb_route(sw), dma->port,
308 u32 in; local
310 in = MAIL_IN_CMD_FLASH_READ << MAIL_IN_CMD_SHIFT;
312 in |
330 u32 in; local
399 u32 in; local
452 u32 in; local
[all...]
/linux-master/fs/ext4/
H A Dhash.c16 static void TEA_transform(__u32 buf[4], __u32 const in[]) argument
20 __u32 a = in[0], b = in[1], c = in[2], d = in[3];
41 * good macro practice, in favor of extra legibility.
53 static __u32 half_md4_transform(__u32 buf[4], __u32 const in[8]) argument
58 ROUND(F, a, b, c, d, in[0] + K1, 3);
59 ROUND(F, d, a, b, c, in[1] + K1, 7);
60 ROUND(F, c, d, a, b, in[
207 __u32 in[8], buf[4]; local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_common.c7 * COPYING in the main directory of this source tree, or the
10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
20 * disclaimer in the documentation and/or other materials
36 /* mlx5e global resources should be placed in this file.
55 u32 *in; local
58 in = kvzalloc(inlen, GFP_KERNEL);
59 if (!in)
62 mkc = MLX5_ADDR_OF(create_mkey_in, in, memory_key_mkey_entry);
71 err = mlx5_core_create_mkey(mdev, mkey, in, inle
77 mlx5e_create_tis(struct mlx5_core_dev *mdev, void *in, u32 *tisn) argument
115 u32 in[MLX5_ST_SZ_DW(create_tis_in)] = {}; local
228 void *in; local
[all...]
/linux-master/drivers/staging/media/atomisp/pci/runtime/event/src/
H A Devent.c10 * This program is distributed in the hope it will be useful, but WITHOUT
42 u8 *in,
50 assert(in);
63 *out |= in[i];
41 ia_css_event_encode( u8 *in, u8 nr, uint32_t *out) argument
/linux-master/tools/testing/selftests/ftrace/test.d/trigger/
H A Dtrigger-hist.tc15 for i in `seq 1 10` ; do ( echo "forked" > /dev/null); done
26 for i in `seq 1 10` ; do ( echo "forked" > /dev/null); done
35 for i in `seq 1 10` ; do ( echo "forked" > /dev/null); done
45 for i in `seq 1 10` ; do ( echo "forked" > /dev/null); done
54 for i in `seq 1 10` ; do ( echo "forked" > /dev/null); done
63 for i in `seq 1 10` ; do ( echo "forked" > /dev/null); done
/linux-master/io_uring/
H A Dsplice.c53 struct file *in; local
59 in = io_file_get_fixed(req, sp->splice_fd_in, issue_flags);
61 in = io_file_get_normal(req, sp->splice_fd_in);
62 if (!in) {
68 ret = do_tee(in, out, sp->len, flags);
71 fput(in);
94 struct file *in; local
100 in = io_file_get_fixed(req, sp->splice_fd_in, issue_flags);
102 in = io_file_get_normal(req, sp->splice_fd_in);
103 if (!in) {
[all...]
/linux-master/drivers/firmware/efi/libstub/
H A Defi-stub.c22 * This is in the low TTBR0 range so that we can use
225 * in @memory_map whose EFI_MEMORY_RUNTIME attribute is set. Those descriptors
226 * are also copied to @runtime_map, and their total count is returned in @count.
233 efi_memory_desc_t *in, *out = runtime_map; local
241 in = (void *)memory_map + l;
242 if (!(in->attribute & EFI_MEMORY_RUNTIME))
245 paddr = in->phys_addr;
246 size = in->num_pages * EFI_PAGE_SIZE;
248 in->virt_addr = in
[all...]
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dmlxsw_lib.sh15 MLXSW_SPECTRUM_REV=$(case $MLXSW_CHIP in
56 for rev in "$@"; do
69 case $spectrum_rev in
/linux-master/drivers/accessibility/speakup/
H A Ddevsynth.c48 size_t in, out; local
61 for (in = 0, out = 0; in < bytes; in += consumed) {
64 value = synth_utf8_get(buf + in, bytes - in, &consumed, &want);
68 if (want > bytes - in)
72 bytes = in;
87 for (in = 0; in < ou
[all...]
/linux-master/tools/testing/selftests/futex/
H A DMakefile9 @for DIR in $(SUBDIRS); do \
22 @for SUBDIR in $(SUBDIRS); do \
30 @for DIR in $(SUBDIRS); do \
/linux-master/lib/crypto/
H A Dblake2s.c24 void blake2s_update(struct blake2s_state *state, const u8 *in, size_t inlen) argument
31 memcpy(state->buf + state->buflen, in, fill);
34 in += fill;
39 blake2s_compress(state, in, nblocks - 1, BLAKE2S_BLOCK_SIZE);
40 in += BLAKE2S_BLOCK_SIZE * (nblocks - 1);
43 memcpy(state->buf + state->buflen, in, inlen);
/linux-master/tools/perf/tests/shell/coresight/unroll_loop_thread/
H A Dunroll_loop_thread.c11 unsigned int in; member in struct:args
18 unsigned int i, in = a->in; local
23 #define SNIP1 "add %[in], %[in], #1\n"
35 : /* in */ [in] "r" (in)
67 args[i].in = rand();
/linux-master/lib/
H A Dstring_helpers_kunit.c16 char *in, size_t p,
26 const char *in; member in struct:test_string
33 .in = "\\f\\ \\n\\r\\t\\v",
38 .in = "\\40\\1\\387\\0064\\05\\040\\8a\\110\\777",
43 .in = "\\xv\\xa\\x2c\\xD\\x6f2",
48 .in = "\\h\\\\\\\"\\a\\e\\",
59 char *in = kunit_kzalloc(test, q_real, GFP_KERNEL); local
64 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, in);
69 const char *s = strings[i].in;
70 int len = strlen(strings[i].in);
14 test_string_check_buf(struct kunit *test, const char *name, unsigned int flags, char *in, size_t p, char *out_real, size_t q_real, char *out_test, size_t q_test) argument
110 const char *in; member in struct:test_string_2
395 test_string_escape_overflow(struct kunit *test, const char *in, int p, unsigned int flags, const char *esc, int q_test, const char *name) argument
412 char *in = kunit_kzalloc(test, 256, GFP_KERNEL); local
[all...]

Completed in 715 milliseconds

1234567891011>>