/linux-4.1.27/arch/tile/lib/ |
H A D | memmove.c | 30 const uint8_t *in; memmove() local
|
/linux-4.1.27/include/linux/platform_data/ |
H A D | hwmon-s3c.h | 36 struct s3c_hwmon_chcfg *in[8]; member in struct:s3c_hwmon_pdata
|
/linux-4.1.27/lib/ |
H A D | halfmd4.c | 25 __u32 half_md4_transform(__u32 buf[4], __u32 const in[8]) half_md4_transform() argument
|
H A D | md5.c | 13 void md5_transform(__u32 *hash, __u32 const *in) md5_transform() argument
|
H A D | test-string_helpers.c | 35 const char *in; member in struct:test_string 67 char *in = kmalloc(q_real, GFP_KERNEL); test_string_unescape() local 121 const char *in; member in struct:test_string_2 264 test_string_escape_overflow(const char *in, int p, unsigned int flags, const char *esc, test_string_escape_overflow() argument 282 char *in = kmalloc(256, GFP_KERNEL); test_string_escape() local 14 test_string_check_buf(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) test_string_check_buf() argument
|
H A D | decompress_unxz.c | 251 STATIC int INIT unxz(unsigned char *in, long in_size, unxz() argument
|
H A D | digsig.c | 81 MPI in = NULL, res = NULL, pkey[2]; digsig_verify_rsa() local
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | mad.c | 42 struct mlx5_mad_ifc_mbox_in *in = NULL; mlx5_core_mad_ifc() local
|
H A D | fw.c | 41 struct mlx5_cmd_query_adapter_mbox_in in; mlx5_cmd_query_adapter() local 74 u8 in[MLX5_ST_SZ_BYTES(query_hca_cap_in)]; mlx5_query_odp_caps() local 114 struct mlx5_cmd_init_hca_mbox_in in; mlx5_cmd_init_hca() local 133 struct mlx5_cmd_teardown_hca_mbox_in in; mlx5_cmd_teardown_hca() local
|
H A D | mcg.c | 66 struct mlx5_attach_mcg_mbox_in in; mlx5_core_attach_mcg() local 88 struct mlx5_detach_mcg_mbox_in in; mlx5_core_detach_mcg() local
|
H A D | pd.c | 63 struct mlx5_alloc_pd_mbox_in in; mlx5_core_alloc_pd() local 84 struct mlx5_dealloc_pd_mbox_in in; mlx5_core_dealloc_pd() local
|
H A D | cq.c | 141 struct mlx5_destroy_cq_mbox_in in; mlx5_core_destroy_cq() local 183 struct mlx5_query_cq_mbox_in in; mlx5_core_query_cq() local 91 mlx5_core_create_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, struct mlx5_create_cq_mbox_in *in, int inlen) mlx5_core_create_cq() argument 203 mlx5_core_modify_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, struct mlx5_modify_cq_mbox_in *in, int in_sz) mlx5_core_modify_cq() argument
|
H A D | mr.c | 110 struct mlx5_destroy_mkey_mbox_in in; mlx5_core_destroy_mkey() local 144 struct mlx5_query_mkey_mbox_in in; mlx5_core_query_mkey() local 166 struct mlx5_query_special_ctxs_mbox_in in; mlx5_core_dump_fill_mkey() local 190 struct mlx5_allocate_psv_in in; mlx5_core_create_psv() local 223 struct mlx5_destroy_psv_in in; mlx5_core_destroy_psv() local 51 mlx5_core_create_mkey(struct mlx5_core_dev *dev, struct mlx5_core_mr *mr, struct mlx5_create_mkey_mbox_in *in, int inlen, mlx5_cmd_cbk_t callback, void *context, struct mlx5_create_mkey_mbox_out *out) mlx5_core_create_mkey() argument
|
H A D | port.c | 42 struct mlx5_access_reg_mbox_in *in = NULL; mlx5_core_access_reg() local 91 struct mlx5_reg_pcap in; mlx5_set_port_caps() local
|
H A D | srq.c | 127 struct mlx5_destroy_srq_mbox_in in; mlx5_core_destroy_srq() local 167 struct mlx5_query_srq_mbox_in in; mlx5_core_query_srq() local 189 struct mlx5_arm_srq_mbox_in in; mlx5_core_arm_srq() local 82 mlx5_core_create_srq(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq, struct mlx5_create_srq_mbox_in *in, int inlen) mlx5_core_create_srq() argument
|
H A D | uar.c | 69 struct mlx5_alloc_uar_mbox_in in; mlx5_cmd_alloc_uar() local 94 struct mlx5_free_uar_mbox_in in; mlx5_cmd_free_uar() local
|
H A D | qp.c | 244 struct mlx5_destroy_qp_mbox_in in; mlx5_core_destroy_qp() local 354 struct mlx5_query_qp_mbox_in in; mlx5_core_qp_query() local 374 struct mlx5_alloc_xrcd_mbox_in in; mlx5_core_xrcd_alloc() local 396 struct mlx5_dealloc_xrcd_mbox_in in; mlx5_core_xrcd_dealloc() local 419 struct mlx5_page_fault_resume_mbox_in in; mlx5_core_page_fault_resume() local 180 mlx5_core_create_qp(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp, struct mlx5_create_qp_mbox_in *in, int inlen) mlx5_core_create_qp() argument 275 mlx5_core_qp_modify(struct mlx5_core_dev *dev, enum mlx5_qp_state cur_state, enum mlx5_qp_state new_state, struct mlx5_modify_qp_mbox_in *in, int sqd_event, struct mlx5_core_qp *qp) mlx5_core_qp_modify() argument
|
H A D | eq.c | 86 struct mlx5_destroy_eq_mbox_in in; mlx5_cmd_destroy_eq() local 343 struct mlx5_create_eq_mbox_in *in; mlx5_create_map_eq() local 523 struct mlx5_query_eq_mbox_in in; mlx5_core_eq_query() local
|
H A D | pagealloc.c | 168 struct mlx5_query_pages_inbox in; mlx5_cmd_query_pages() local 281 struct mlx5_manage_pages_inbox *in; give_pages() local 362 struct mlx5_manage_pages_inbox in; reclaim_pages() local
|
/linux-4.1.27/drivers/media/pci/cx18/ |
H A D | cx18-audio.c | 39 const struct cx18_card_audio_input *in; cx18_audio_set_io() local
|
H A D | cx18-mailbox.c | 775 int cx18_api_func(void *priv, u32 cmd, int in, int out, cx18_api_func() argument
|
/linux-4.1.27/drivers/media/pci/ivtv/ |
H A D | ivtv-routing.c | 36 const struct ivtv_card_audio_input *in; ivtv_audio_set_io() local
|
H A D | ivtv-mailbox.c | 339 int ivtv_api_func(void *priv, u32 cmd, int in, int out, u32 data[CX2341X_MBOX_MAX_DATA]) ivtv_api_func() argument
|
/linux-4.1.27/fs/udf/ |
H A D | udfend.h | 7 static inline struct kernel_lb_addr lelb_to_cpu(struct lb_addr in) lelb_to_cpu() argument 17 static inline struct lb_addr cpu_to_lelb(struct kernel_lb_addr in) cpu_to_lelb() argument 27 static inline struct short_ad lesa_to_cpu(struct short_ad in) lesa_to_cpu() argument 37 static inline struct short_ad cpu_to_lesa(struct short_ad in) cpu_to_lesa() argument 47 static inline struct kernel_long_ad lela_to_cpu(struct long_ad in) lela_to_cpu() argument 57 static inline struct long_ad cpu_to_lela(struct kernel_long_ad in) cpu_to_lela() argument 67 static inline struct kernel_extent_ad leea_to_cpu(struct extent_ad in) leea_to_cpu() argument
|
/linux-4.1.27/drivers/video/fbdev/matrox/ |
H A D | matroxfb_misc.h | 9 PLL_calcclock(const struct matrox_fb_info *minfo, unsigned int freq, unsigned int fmax, unsigned int *in, unsigned int *feed, unsigned int *post) PLL_calcclock() argument
|
/linux-4.1.27/include/xen/interface/io/ |
H A D | console.h | 17 char in[1024]; member in struct:xencons_interface
|
/linux-4.1.27/drivers/media/rc/img-ir/ |
H A D | img-ir-jvc.c | 32 static int img_ir_jvc_filter(const struct rc_scancode_filter *in, img_ir_jvc_filter() argument
|
H A D | img-ir-rc5.c | 43 static int img_ir_rc5_filter(const struct rc_scancode_filter *in, img_ir_rc5_filter() argument
|
H A D | img-ir-rc6.c | 64 static int img_ir_rc6_filter(const struct rc_scancode_filter *in, img_ir_rc6_filter() argument
|
H A D | img-ir-sanyo.c | 53 static int img_ir_sanyo_filter(const struct rc_scancode_filter *in, img_ir_sanyo_filter() argument
|
H A D | img-ir-sony.c | 57 static int img_ir_sony_filter(const struct rc_scancode_filter *in, img_ir_sony_filter() argument
|
H A D | img-ir-nec.c | 54 static int img_ir_nec_filter(const struct rc_scancode_filter *in, img_ir_nec_filter() argument
|
H A D | img-ir-sharp.c | 41 static int img_ir_sharp_filter(const struct rc_scancode_filter *in, img_ir_sharp_filter() argument
|
/linux-4.1.27/drivers/staging/skein/ |
H A D | threefish_api.c | 24 void threefish_encrypt_block_bytes(struct threefish_key *key_ctx, u8 *in, threefish_encrypt_block_bytes() argument 35 void threefish_encrypt_block_words(struct threefish_key *key_ctx, u64 *in, threefish_encrypt_block_words() argument 51 void threefish_decrypt_block_bytes(struct threefish_key *key_ctx, u8 *in, threefish_decrypt_block_bytes() argument 62 void threefish_decrypt_block_words(struct threefish_key *key_ctx, u64 *in, threefish_decrypt_block_words() argument
|
H A D | skein_generic.c | 51 static int skein256_import(struct shash_desc *desc, const void *in) skein256_import() argument 86 static int skein512_import(struct shash_desc *desc, const void *in) skein512_import() argument 121 static int skein1024_import(struct shash_desc *desc, const void *in) skein1024_import() argument
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
H A D | uuid.c | 60 static void uuid_unpack(class_uuid_t in, __u16 *uu, int nr) uuid_unpack() argument
|
/linux-4.1.27/drivers/usb/gadget/function/ |
H A D | u_serial.h | 43 struct usb_ep *in; member in struct:gserial
|
H A D | f_eem.c | 353 struct usb_ep *in = port->in_ep; eem_wrap() local
|
/linux-4.1.27/fs/hfs/ |
H A D | trans.c | 33 int hfs_mac2asc(struct super_block *sb, char *out, const struct hfs_name *in) hfs_mac2asc() argument 97 void hfs_asc2mac(struct super_block *sb, struct hfs_name *out, struct qstr *in) hfs_asc2mac() argument
|
/linux-4.1.27/fs/logfs/ |
H A D | compr.c | 17 int logfs_compress(void *in, void *out, size_t inlen, size_t outlen) logfs_compress() argument 51 int logfs_uncompress(void *in, void *out, size_t inlen, size_t outlen) logfs_uncompress() argument
|
/linux-4.1.27/arch/s390/crypto/ |
H A D | sha1_s390.c | 60 static int sha1_import(struct shash_desc *desc, const void *in) sha1_import() argument
|
H A D | sha256_s390.c | 53 static int sha256_import(struct shash_desc *desc, const void *in) sha256_import() argument
|
H A D | sha512_s390.c | 55 static int sha512_import(struct shash_desc *desc, const void *in) sha512_import() argument
|
H A D | des_s390.c | 52 static void des_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) des_encrypt() argument 59 static void des_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) des_decrypt() argument 95 u8 *in = walk->src.virt.addr; ecb_desall_crypt() local 128 u8 *in = walk->src.virt.addr; cbc_desall_crypt() local 392 u8 *out, *in, *ctrptr = ctrbuf; ctr_desall_crypt() local
|
/linux-4.1.27/arch/m68k/fpsp040/ |
H A D | fpsp.h | 175 | ;equate only works when CMDREG1B is in variable
|
/linux-4.1.27/arch/arm/include/asm/ |
H A D | traps.h | 41 int in; in_exception_text() local
|
/linux-4.1.27/net/bridge/netfilter/ |
H A D | nf_log_bridge.c | 19 nf_log_bridge_packet(struct net *net, u_int8_t pf, unsigned int hooknum, const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct nf_loginfo *loginfo, const char *prefix) nf_log_bridge_packet() argument
|
H A D | nft_meta_bridge.c | 26 const struct net_device *in = pkt->in, *out = pkt->out; nft_meta_bridge_get_eval() local
|
H A D | ebt_log.c | 75 ebt_log_packet(struct net *net, u_int8_t pf, unsigned int hooknum, const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct nf_loginfo *loginfo, const char *prefix) ebt_log_packet() argument
|
/linux-4.1.27/net/sctp/ |
H A D | ssnmap.c | 43 static inline size_t sctp_ssnmap_size(__u16 in, __u16 out) sctp_ssnmap_size() argument 52 struct sctp_ssnmap *sctp_ssnmap_new(__u16 in, __u16 out, sctp_ssnmap_new() argument 85 static struct sctp_ssnmap *sctp_ssnmap_init(struct sctp_ssnmap *map, __u16 in, sctp_ssnmap_init() argument
|
/linux-4.1.27/sound/usb/6fire/ |
H A D | midi.h | 23 struct snd_rawmidi_substream *in; member in struct:midi_runtime
|
H A D | pcm.c | 571 usb6fire_pcm_init_urb(struct pcm_urb *urb, struct sfire_chip *chip, bool in, int ep, void (*handler)(struct urb *)) usb6fire_pcm_init_urb() argument
|
/linux-4.1.27/tools/perf/util/ |
H A D | intlist.h | 50 static inline struct int_node *intlist__next(struct int_node *in) intlist__next() argument
|
H A D | pager.c | 18 fd_set in; pager_preexec() local
|
H A D | run-command.h | 36 int in; member in struct:child_process
|
/linux-4.1.27/crypto/ |
H A D | twofish_generic.c | 109 static void twofish_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) twofish_encrypt() argument 146 static void twofish_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) twofish_decrypt() argument
|
H A D | md5.c | 131 static int md5_import(struct shash_desc *desc, const void *in) md5_import() argument
|
H A D | arc4.c | 53 static void arc4_crypt(struct arc4_ctx *ctx, u8 *out, const u8 *in, arc4_crypt() argument 90 static void arc4_crypt_one(struct crypto_tfm *tfm, u8 *out, const u8 *in) arc4_crypt_one() argument 92 arc4_crypt(crypto_tfm_ctx(tfm), out, in, 1); arc4_crypt_one() local
|
H A D | hmac.c | 98 static int hmac_import(struct shash_desc *pdesc, const void *in) hmac_import() argument
|
H A D | md4.c | 84 static void md4_transform(u32 *hash, u32 const *in) md4_transform() argument
|
H A D | seed.c | 368 static void seed_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) seed_encrypt() argument 406 static void seed_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) seed_decrypt() argument
|
H A D | tea.c | 67 const __le32 *in = (const __le32 *)src; tea_encrypt() local 95 const __le32 *in = (const __le32 *)src; tea_decrypt() local 140 const __le32 *in = (const __le32 *)src; xtea_encrypt() local 160 const __le32 *in = (const __le32 *)src; xtea_decrypt() local 184 const __le32 *in = (const __le32 *)src; xeta_encrypt() local 204 const __le32 *in = (const __le32 *)src; xeta_decrypt() local
|
H A D | aes_generic.c | 1329 static void aes_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) aes_encrypt() argument 1401 static void aes_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) aes_decrypt() argument
|
H A D | rmd128.c | 50 static void rmd128_transform(u32 *state, const __le32 *in) rmd128_transform() argument
|
H A D | rmd160.c | 54 static void rmd160_transform(u32 *state, const __le32 *in) rmd160_transform() argument
|
H A D | rmd256.c | 50 static void rmd256_transform(u32 *state, const __le32 *in) rmd256_transform() argument
|
H A D | rmd320.c | 54 static void rmd320_transform(u32 *state, const __le32 *in) rmd320_transform() argument
|
H A D | ahash.c | 444 static int ahash_no_import(struct ahash_request *req, const void *in) ahash_no_import() argument
|
H A D | camellia_generic.c | 1010 static void camellia_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) camellia_encrypt() argument 1038 static void camellia_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) camellia_decrypt() argument
|
/linux-4.1.27/drivers/video/console/ |
H A D | fbcon_rotate.h | 40 static inline void rotate_ud(const char *in, char *out, u32 width, u32 height) rotate_ud() argument 58 static inline void rotate_cw(const char *in, char *out, u32 width, u32 height) rotate_cw() argument 76 static inline void rotate_ccw(const char *in, char *out, u32 width, u32 height) rotate_ccw() argument
|
/linux-4.1.27/fs/squashfs/ |
H A D | block.c | 177 int in, pg_offset = 0; squashfs_read_data() local
|
/linux-4.1.27/fs/f2fs/ |
H A D | hash.c | 28 static void TEA_transform(unsigned int buf[4], unsigned int const in[]) TEA_transform() argument 78 __u32 in[8], buf[4]; f2fs_dentry_hash() local
|
/linux-4.1.27/sound/soc/spear/ |
H A D | Makefile | |
/linux-4.1.27/drivers/hwtracing/coresight/ |
H A D | of_coresight.c | 60 int in = 0, out = 0; of_coresight_get_ports() local
|
/linux-4.1.27/drivers/media/pci/ngene/ |
H A D | ngene-i2c.c | 48 ngene_command_i2c_read(struct ngene *dev, u8 adr, u8 *out, u8 outlen, u8 *in, u8 inlen, int flag) ngene_command_i2c_read() argument
|
/linux-4.1.27/drivers/misc/altera-stapl/ |
H A D | altera-comp.c | 80 u32 altera_shrink(u8 *in, u32 in_length, u8 *out, u32 out_length, s32 version) altera_shrink() argument
|
/linux-4.1.27/drivers/crypto/nx/ |
H A D | nx-sha256.c | 269 static int nx_sha256_import(struct shash_desc *desc, const void *in) nx_sha256_import() argument
|
H A D | nx-sha512.c | 275 static int nx_sha512_import(struct shash_desc *desc, const void *in) nx_sha512_import() argument
|
/linux-4.1.27/drivers/crypto/qat/qat_dh895xcc/ |
H A D | adf_admin.c | 66 adf_put_admin_msg_sync(struct adf_accel_dev *accel_dev, uint32_t ae, void *in, void *out) adf_put_admin_msg_sync() argument
|
/linux-4.1.27/arch/sparc/crypto/ |
H A D | md5_glue.c | 125 static int md5_sparc64_import(struct shash_desc *desc, const void *in) md5_sparc64_import() argument
|
H A D | sha1_glue.c | 120 static int sha1_sparc64_import(struct shash_desc *desc, const void *in) sha1_sparc64_import() argument
|
H A D | sha256_glue.c | 151 static int sha256_sparc64_import(struct shash_desc *desc, const void *in) sha256_sparc64_import() argument
|
/linux-4.1.27/arch/mips/cavium-octeon/crypto/ |
H A D | octeon-md5.c | 164 static int octeon_md5_import(struct shash_desc *desc, const void *in) octeon_md5_import() argument
|
H A D | octeon-sha1.c | 197 static int octeon_sha1_import(struct shash_desc *desc, const void *in) octeon_sha1_import() argument
|
H A D | octeon-sha256.c | 221 static int octeon_sha256_import(struct shash_desc *desc, const void *in) octeon_sha256_import() argument
|
/linux-4.1.27/drivers/video/fbdev/omap2/displays-new/ |
H A D | encoder-opa362.c | 27 struct omap_dss_device *in; member in struct:panel_drv_data 40 struct omap_dss_device *in = ddata->in; opa362_connect() local 62 struct omap_dss_device *in = ddata->in; opa362_disconnect() local 83 struct omap_dss_device *in = ddata->in; opa362_enable() local 111 struct omap_dss_device *in = ddata->in; opa362_disable() local 130 struct omap_dss_device *in = ddata->in; opa362_set_timings() local 154 struct omap_dss_device *in = ddata->in; opa362_check_timings() local 187 struct omap_dss_device *dssdev, *in; opa362_probe() local 247 struct omap_dss_device *in = ddata->in; opa362_remove() local
|
H A D | encoder-tfp410.c | 23 struct omap_dss_device *in; member in struct:panel_drv_data 37 struct omap_dss_device *in = ddata->in; tfp410_connect() local 57 struct omap_dss_device *in = ddata->in; tfp410_disconnect() local 76 struct omap_dss_device *in = ddata->in; tfp410_enable() local 104 struct omap_dss_device *in = ddata->in; tfp410_disable() local 128 struct omap_dss_device *in = ddata->in; tfp410_set_timings() local 150 struct omap_dss_device *in = ddata->in; tfp410_check_timings() local 173 struct omap_dss_device *dssdev, *in; tfp410_probe_pdata() local 199 struct omap_dss_device *in; tfp410_probe_of() local 282 struct omap_dss_device *in = ddata->in; tfp410_remove() local
|
H A D | connector-analog-tv.c | 22 struct omap_dss_device *in; member in struct:panel_drv_data 57 struct omap_dss_device *in = ddata->in; tvc_connect() local 75 struct omap_dss_device *in = ddata->in; tvc_disconnect() local 88 struct omap_dss_device *in = ddata->in; tvc_enable() local 120 struct omap_dss_device *in = ddata->in; tvc_disable() local 136 struct omap_dss_device *in = ddata->in; tvc_set_timings() local 156 struct omap_dss_device *in = ddata->in; tvc_check_timings() local 164 struct omap_dss_device *in = ddata->in; tvc_get_wss() local 172 struct omap_dss_device *in = ddata->in; tvc_set_wss() local 198 struct omap_dss_device *in, *dssdev; tvc_probe_pdata() local 223 struct omap_dss_device *in; tvc_probe_of() local 286 struct omap_dss_device *in = ddata->in; tvc_remove() local
|
H A D | connector-dvi.c | 45 struct omap_dss_device *in; member in struct:panel_drv_data 57 struct omap_dss_device *in = ddata->in; dvic_connect() local 73 struct omap_dss_device *in = ddata->in; dvic_disconnect() local 84 struct omap_dss_device *in = ddata->in; dvic_enable() local 107 struct omap_dss_device *in = ddata->in; dvic_disable() local 121 struct omap_dss_device *in = ddata->in; dvic_set_timings() local 141 struct omap_dss_device *in = ddata->in; dvic_check_timings() local 243 struct omap_dss_device *in, *dssdev; dvic_probe_pdata() local 283 struct omap_dss_device *in; dvic_probe_of() local 363 struct omap_dss_device *in = ddata->in; dvic_remove() local
|
H A D | connector-hdmi.c | 42 struct omap_dss_device *in; member in struct:panel_drv_data 56 struct omap_dss_device *in = ddata->in; hdmic_connect() local 74 struct omap_dss_device *in = ddata->in; hdmic_disconnect() local 87 struct omap_dss_device *in = ddata->in; hdmic_enable() local 112 struct omap_dss_device *in = ddata->in; hdmic_disable() local 128 struct omap_dss_device *in = ddata->in; hdmic_set_timings() local 148 struct omap_dss_device *in = ddata->in; hdmic_check_timings() local 157 struct omap_dss_device *in = ddata->in; hdmic_read_edid() local 165 struct omap_dss_device *in = ddata->in; hdmic_detect() local 176 struct omap_dss_device *in = ddata->in; hdmic_set_hdmi_mode() local 185 struct omap_dss_device *in = ddata->in; hdmic_set_infoframe() local 213 struct omap_dss_device *in, *dssdev; hdmic_probe_pdata() local 237 struct omap_dss_device *in; hdmic_probe_of() local 315 struct omap_dss_device *in = ddata->in; hdmic_remove() local
|
H A D | encoder-tpd12s015.c | 25 struct omap_dss_device *in; member in struct:panel_drv_data 40 struct omap_dss_device *in = ddata->in; tpd_connect() local 61 struct omap_dss_device *in = ddata->in; tpd_disconnect() local 79 struct omap_dss_device *in = ddata->in; tpd_enable() local 99 struct omap_dss_device *in = ddata->in; tpd_disable() local 113 struct omap_dss_device *in = ddata->in; tpd_set_timings() local 133 struct omap_dss_device *in = ddata->in; tpd_check_timings() local 145 struct omap_dss_device *in = ddata->in; tpd_read_edid() local 173 struct omap_dss_device *in = ddata->in; tpd_set_infoframe() local 182 struct omap_dss_device *in = ddata->in; tpd_set_hdmi_mode() local 208 struct omap_dss_device *dssdev, *in; tpd_probe_pdata() local 234 struct omap_dss_device *in; tpd_probe_of() local 275 struct omap_dss_device *in, *dssdev; tpd_probe() local 341 struct omap_dss_device *in = ddata->in; tpd_remove() local
|
H A D | panel-dpi.c | 25 struct omap_dss_device *in; member in struct:panel_drv_data 42 struct omap_dss_device *in = ddata->in; panel_dpi_connect() local 58 struct omap_dss_device *in = ddata->in; panel_dpi_disconnect() local 69 struct omap_dss_device *in = ddata->in; panel_dpi_enable() local 100 struct omap_dss_device *in = ddata->in; panel_dpi_disable() local 120 struct omap_dss_device *in = ddata->in; panel_dpi_set_timings() local 140 struct omap_dss_device *in = ddata->in; panel_dpi_check_timings() local 163 struct omap_dss_device *dssdev, *in; panel_dpi_probe_pdata() local 206 struct omap_dss_device *in; panel_dpi_probe_of() local 304 struct omap_dss_device *in = ddata->in; panel_dpi_remove() local
|
H A D | panel-lgphilips-lb035q02.c | 45 struct omap_dss_device *in; member in struct:panel_drv_data 124 struct omap_dss_device *in = ddata->in; lb035q02_connect() local 142 struct omap_dss_device *in = ddata->in; lb035q02_disconnect() local 153 struct omap_dss_device *in = ddata->in; lb035q02_enable() local 184 struct omap_dss_device *in = ddata->in; lb035q02_disable() local 204 struct omap_dss_device *in = ddata->in; lb035q02_set_timings() local 224 struct omap_dss_device *in = ddata->in; lb035q02_check_timings() local 247 struct omap_dss_device *dssdev, *in; lb035q02_probe_pdata() local 285 struct omap_dss_device *in; lb035q02_probe_of() local 371 struct omap_dss_device *in = ddata->in; lb035q02_panel_spi_remove() local
|
H A D | panel-nec-nl8048hl11.c | 26 struct omap_dss_device *in; member in struct:panel_drv_data 124 struct omap_dss_device *in = ddata->in; nec_8048_connect() local 140 struct omap_dss_device *in = ddata->in; nec_8048_disconnect() local 151 struct omap_dss_device *in = ddata->in; nec_8048_enable() local 179 struct omap_dss_device *in = ddata->in; nec_8048_disable() local 196 struct omap_dss_device *in = ddata->in; nec_8048_set_timings() local 216 struct omap_dss_device *in = ddata->in; nec_8048_check_timings() local 240 struct omap_dss_device *dssdev, *in; nec_8048_probe_pdata() local 267 struct omap_dss_device *in; nec_8048_probe_of() local 371 struct omap_dss_device *in = ddata->in; nec_8048_remove() local
|
H A D | panel-sharp-ls037v7dw01.c | 25 struct omap_dss_device *in; member in struct:panel_drv_data 65 struct omap_dss_device *in = ddata->in; sharp_ls_connect() local 81 struct omap_dss_device *in = ddata->in; sharp_ls_disconnect() local 92 struct omap_dss_device *in = ddata->in; sharp_ls_enable() local 134 struct omap_dss_device *in = ddata->in; sharp_ls_disable() local 161 struct omap_dss_device *in = ddata->in; sharp_ls_set_timings() local 181 struct omap_dss_device *in = ddata->in; sharp_ls_check_timings() local 224 struct omap_dss_device *dssdev, *in; sharp_ls_probe_pdata() local 291 struct omap_dss_device *in; sharp_ls_probe_of() local 387 struct omap_dss_device *in = ddata->in; sharp_ls_remove() local
|
/linux-4.1.27/include/linux/ |
H A D | xz.h | 137 const uint8_t *in; member in struct:xz_buf
|
H A D | netpoll.h | 19 struct in_addr in; member in union:inet_addr
|
H A D | poll.h | 112 unsigned long *in, *out, *ex; member in struct:__anon12358
|
H A D | hil_mlc.h | 142 hil_mlc_in *in; member in struct:hil_mlc
|
H A D | kfifo.h | 59 unsigned int in; member in struct:__kfifo
|
/linux-4.1.27/arch/powerpc/crypto/ |
H A D | md5-glue.c | 121 static int ppc_md5_import(struct shash_desc *desc, const void *in) ppc_md5_import() argument
|
H A D | sha1-spe-glue.c | 166 static int ppc_spe_sha1_import(struct shash_desc *desc, const void *in) ppc_spe_sha1_import() argument
|
H A D | sha1.c | 115 static int sha1_import(struct shash_desc *desc, const void *in) sha1_import() argument
|
H A D | aes-spe-glue.c | 161 static void ppc_aes_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) ppc_aes_encrypt() argument 170 static void ppc_aes_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) ppc_aes_decrypt() argument
|
H A D | sha256-spe-glue.c | 212 static int ppc_spe_sha256_import(struct shash_desc *desc, const void *in) ppc_spe_sha256_import() argument
|
/linux-4.1.27/arch/arm64/crypto/ |
H A D | aes-ce-cipher.c | 43 struct aes_block const *in = (struct aes_block *)src; aes_cipher_encrypt() local 88 struct aes_block const *in = (struct aes_block *)src; aes_cipher_decrypt() local
|
/linux-4.1.27/arch/arm/crypto/ |
H A D | sha512_neon_glue.c | 210 static int sha512_neon_import(struct shash_desc *desc, const void *in) sha512_neon_import() argument
|
/linux-4.1.27/fs/cifs/ |
H A D | winucase.c | 640 cifs_toupper(wchar_t in) cifs_toupper() argument
|
H A D | smbencrypt.c | 69 smbhash(unsigned char *out, const unsigned char *in, unsigned char *key) smbhash() argument
|
/linux-4.1.27/fs/ext3/ |
H A D | hash.c | 17 static void TEA_transform(__u32 buf[4], __u32 const in[]) TEA_transform() argument 143 __u32 in[8], buf[4]; ext3fs_dirhash() local
|
/linux-4.1.27/fs/ext4/ |
H A D | hash.c | 18 static void TEA_transform(__u32 buf[4], __u32 const in[]) TEA_transform() argument 144 __u32 in[8], buf[4]; ext4fs_dirhash() local
|
/linux-4.1.27/lib/lzo/ |
H A D | lzo1x_compress.c | 21 lzo1x_1_do_compress(const unsigned char *in, size_t in_len, lzo1x_1_do_compress() argument 216 int lzo1x_1_compress(const unsigned char *in, size_t in_len, lzo1x_1_compress() argument
|
H A D | lzo1x_decompress_safe.c | 38 int lzo1x_decompress_safe(const unsigned char *in, size_t in_len, lzo1x_decompress_safe() argument
|
/linux-4.1.27/net/ax25/ |
H A D | ax25_addr.c | 287 void ax25_digi_invert(const ax25_digi *in, ax25_digi *out) ax25_digi_invert() argument
|
/linux-4.1.27/net/netfilter/ |
H A D | nf_log_common.c | 152 nf_log_dump_packet_common(struct nf_log_buf *m, u_int8_t pf, unsigned int hooknum, const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct nf_loginfo *loginfo, const char *prefix) nf_log_dump_packet_common() argument
|
H A D | nft_meta.c | 33 const struct net_device *in = pkt->in, *out = pkt->out; nft_meta_get_eval() local
|
H A D | nf_conntrack_proto.c | 175 struct nf_ip_net *in = nf_ct_l3proto_net(net, l3proto); nf_ct_l3proto_register_sysctl() local 198 struct nf_ip_net *in = nf_ct_l3proto_net(net, l3proto); nf_ct_l3proto_unregister_sysctl() local
|
H A D | xt_TPROXY.c | 108 nf_tproxy_get_sock_v4(struct net *net, const u8 protocol, const __be32 saddr, const __be32 daddr, const __be16 sport, const __be16 dport, const struct net_device *in, const enum nf_tproxy_lookup_t lookup_type) nf_tproxy_get_sock_v4() argument 172 nf_tproxy_get_sock_v6(struct net *net, const u8 protocol, const struct in6_addr *saddr, const struct in6_addr *daddr, const __be16 sport, const __be16 dport, const struct net_device *in, const enum nf_tproxy_lookup_t lookup_type) nf_tproxy_get_sock_v6() argument
|
H A D | xt_socket.c | 115 xt_socket_get_sock_v4(struct net *net, const u8 protocol, const __be32 saddr, const __be32 daddr, const __be16 sport, const __be16 dport, const struct net_device *in) xt_socket_get_sock_v4() argument 315 xt_socket_get_sock_v6(struct net *net, const u8 protocol, const struct in6_addr *saddr, const struct in6_addr *daddr, const __be16 sport, const __be16 dport, const struct net_device *in) xt_socket_get_sock_v6() argument
|
/linux-4.1.27/drivers/lguest/ |
H A D | lguest_user.c | 297 static ssize_t write(struct file *file, const char __user *in, write() argument
|
/linux-4.1.27/drivers/hwmon/ |
H A D | s3c-hwmon.c | 39 struct sensor_device_attribute in; member in struct:s3c_hwmon_attr
|
H A D | emc6w201.c | 65 u8 in[3][6]; member in struct:emc6w201_data
|
H A D | sch5636.c | 75 u8 in[SCH5636_NO_INS]; member in struct:sch5636_data
|
H A D | ad7418.c | 54 u16 in[4]; member in struct:ad7418_data
|
H A D | adc128d818.c | 69 u16 in[3][7]; /* Register value, normalized to 12 bit member in struct:adc128_data
|
H A D | sch5627.c | 94 u16 in[SCH5627_NO_IN]; member in struct:sch5627_data
|
H A D | adm1025.c | 116 u8 in[6]; /* register value */ member in struct:adm1025_data
|
/linux-4.1.27/drivers/mmc/core/ |
H A D | sdio_ops.c | 68 mmc_io_rw_direct_host(struct mmc_host *host, int write, unsigned fn, unsigned addr, u8 in, u8 *out) mmc_io_rw_direct_host() argument 114 mmc_io_rw_direct(struct mmc_card *card, int write, unsigned fn, unsigned addr, u8 in, u8 *out) mmc_io_rw_direct() argument
|
/linux-4.1.27/drivers/net/arcnet/ |
H A D | rfc1201.c | 142 struct Incoming *in = &lp->rfc1201.incoming[saddr]; rx() local
|
/linux-4.1.27/drivers/media/usb/dvb-usb/ |
H A D | vp7045.c | 28 int vp7045_usb_op(struct dvb_usb_device *d, u8 cmd, u8 *out, int outlen, u8 *in, int inlen, int msec) vp7045_usb_op() argument
|
/linux-4.1.27/drivers/staging/fwserial/ |
H A D | dma_fifo.h | 48 unsigned in; member in struct:dma_fifo
|
/linux-4.1.27/drivers/staging/lustre/lustre/fid/ |
H A D | fid_request.c | 62 struct lu_seq_range *out, *in; seq_client_rpc() local
|
/linux-4.1.27/drivers/block/drbd/ |
H A D | drbd_vli.h | 146 static inline int vli_decode_bits(u64 *out, const u64 in) vli_decode_bits() argument 168 static inline int __vli_encode_bits(u64 *out, const u64 in) __vli_encode_bits() argument 340 static inline int vli_encode_bits(struct bitstream *bs, u64 in) vli_encode_bits() argument
|
/linux-4.1.27/drivers/acpi/acpica/ |
H A D | utmisc.c | 129 } in; acpi_ut_dword_byte_swap() local
|
/linux-4.1.27/drivers/hid/ |
H A D | hid-tmff.c | 58 static inline int tmff_scale_u16(unsigned int in, int minimum, int maximum) tmff_scale_u16() argument 71 static inline int tmff_scale_s8(int in, int minimum, int maximum) tmff_scale_s8() argument
|
/linux-4.1.27/drivers/usb/core/ |
H A D | endpoint.c | 88 unsigned in; interval_show() local
|
/linux-4.1.27/drivers/watchdog/ |
H A D | intel-mid_wdt.c | 39 static inline int wdt_command(int sub, u32 *in, int inlen) wdt_command() argument
|
/linux-4.1.27/drivers/platform/x86/ |
H A D | tc1100-wmi.c | 100 static int set_state(u32 *in, u8 instance) set_state() argument
|
/linux-4.1.27/include/uapi/linux/ |
H A D | netfilter.h | 69 struct in_addr in; member in union:nf_inet_addr
|
/linux-4.1.27/arch/powerpc/boot/ |
H A D | ugecon.c | 43 static u32 ug_io_transaction(u32 in) ug_io_transaction() argument
|
/linux-4.1.27/net/ipv4/netfilter/ |
H A D | nf_log_arp.c | 80 nf_log_arp_packet(struct net *net, u_int8_t pf, unsigned int hooknum, const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct nf_loginfo *loginfo, const char *prefix) nf_log_arp_packet() argument
|
H A D | nf_log_ipv4.c | 312 nf_log_ip_packet(struct net *net, u_int8_t pf, unsigned int hooknum, const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct nf_loginfo *loginfo, const char *prefix) nf_log_ip_packet() argument
|
H A D | nf_conntrack_l3proto_ipv4.c | 360 struct nf_ip_net *in = &net->ct.nf_ct_proto; ipv4_init_net() local
|
H A D | nf_conntrack_proto_icmp.c | 287 struct nf_icmp_net *in = icmp_pernet(net); icmp_timeout_nlattr_to_obj() local 376 struct nf_icmp_net *in = icmp_pernet(net); icmp_init_net() local 341 icmp_kmemdup_sysctl_table(struct nf_proto_net *pn, struct nf_icmp_net *in) icmp_kmemdup_sysctl_table() argument 356 icmp_kmemdup_compat_sysctl_table(struct nf_proto_net *pn, struct nf_icmp_net *in) icmp_kmemdup_compat_sysctl_table() argument
|
/linux-4.1.27/lib/zlib_inflate/ |
H A D | inffast.c | 91 const unsigned char *in; /* local strm->next_in */ inflate_fast() local
|
H A D | inflate.c | 325 unsigned in, out; /* save starting available input and output */ zlib_inflate() local
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
H A D | gss_krb5_keys.c | 73 static void krb5_nfold(u32 inbits, const u8 *in, krb5_nfold() argument
|
H A D | gss_rpc_xdr.c | 58 gssx_enc_in_token(struct xdr_stream *xdr, struct gssp_in_token *in) gssx_enc_in_token() argument
|
/linux-4.1.27/drivers/isdn/hisax/ |
H A D | st5481_usb.c | 488 struct st5481_in *in = urb->context; usb_in_complete() local 548 int st5481_setup_in(struct st5481_in *in) st5481_setup_in() argument 575 void st5481_release_in(struct st5481_in *in) st5481_release_in() argument 625 struct st5481_in *in = context; st5481_start_rcv() local 637 void st5481_in_mode(struct st5481_in *in, int mode) st5481_in_mode() argument
|
/linux-4.1.27/drivers/media/platform/s5p-g2d/ |
H A D | g2d.h | 60 struct g2d_frame in; member in struct:g2d_ctx
|
/linux-4.1.27/drivers/mfd/ |
H A D | ucb1x00-core.c | 53 void ucb1x00_io_set_dir(struct ucb1x00 *ucb, unsigned int in, unsigned int out) ucb1x00_io_set_dir() argument
|
/linux-4.1.27/drivers/scsi/sym53c8xx_2/ |
H A D | sym_fw.c | 241 sym_fw_fill_data (u32 *in, u32 *out) sym_fw_fill_data() argument
|
/linux-4.1.27/drivers/rtc/ |
H A D | rtc-ds2404.c | 198 u8 in[1] = { 0x10 }; /* enable oscillator */ ds2404_enable_osc() local
|
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
H A D | lovsub_lock.c | 145 static void lovsub_lock_descr_map(const struct cl_lock_descr *in, lovsub_lock_descr_map() argument
|
/linux-4.1.27/drivers/firmware/efi/libstub/ |
H A D | arm-stub.c | 359 efi_memory_desc_t *in, *prev = NULL, *out = runtime_map; efi_get_virtmap() local
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
H A D | ipath_diag.c | 281 static int ipath_diag_open(struct inode *in, struct file *fp) ipath_diag_open() argument 479 static int ipath_diag_release(struct inode *in, struct file *fp) ipath_diag_release() argument
|
/linux-4.1.27/drivers/infiniband/hw/mlx5/ |
H A D | srq.c | 76 create_srq_user(struct ib_pd *pd, struct mlx5_ib_srq *srq, struct mlx5_create_srq_mbox_in **in, struct ib_udata *udata, int buf_size, int *inlen) create_srq_user() argument 152 create_srq_kernel(struct mlx5_ib_dev *dev, struct mlx5_ib_srq *srq, struct mlx5_create_srq_mbox_in **in, int buf_size, int *inlen) create_srq_kernel() argument
|
/linux-4.1.27/drivers/infiniband/hw/usnic/ |
H A D | usnic_ib_main.c | 308 struct in_ifaddr *in; usnic_ib_device_add() local
|
/linux-4.1.27/drivers/crypto/ccp/ |
H A D | ccp-crypto-aes-cmac.c | 224 static int ccp_aes_cmac_import(struct ahash_request *req, const void *in) ccp_aes_cmac_import() argument
|
H A D | ccp-crypto-sha.c | 218 static int ccp_sha_import(struct ahash_request *req, const void *in) ccp_sha_import() argument
|
/linux-4.1.27/drivers/crypto/ |
H A D | geode-aes.c | 216 geode_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) geode_encrypt() argument 237 geode_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) geode_decrypt() argument
|
H A D | padlock-sha.c | 62 static int padlock_sha_import(struct shash_desc *desc, const void *in) padlock_sha_import() argument 79 static int padlock_sha1_finup(struct shash_desc *desc, const u8 *in, padlock_sha1_finup() argument 145 static int padlock_sha256_finup(struct shash_desc *desc, const u8 *in, padlock_sha256_finup() argument 482 padlock_sha_import_nano(struct shash_desc *desc, const void *in) padlock_sha_import_nano() argument
|
H A D | padlock-aes.c | 207 static void ecb_crypt_copy(const u8 *in, u8 *out, u32 *key, ecb_crypt_copy() argument 221 static u8 *cbc_crypt_copy(const u8 *in, u8 *out, u32 *key, cbc_crypt_copy() argument 235 static inline void ecb_crypt(const u8 *in, u8 *out, u32 *key, ecb_crypt() argument 249 static inline u8 *cbc_crypt(const u8 *in, u8 *out, u32 *key, cbc_crypt() argument 298 static void aes_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) aes_encrypt() argument 310 static void aes_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) aes_decrypt() argument
|
/linux-4.1.27/drivers/bcma/ |
H A D | sprom.c | 204 static s8 sprom_extract_antgain(const u16 *in, u16 offset, u16 mask, u16 shift) sprom_extract_antgain() argument
|
/linux-4.1.27/arch/mips/boot/ |
H A D | elf2ecoff.c | 66 static void copy(int out, int in, off_t offset, off_t size) copy() argument
|
/linux-4.1.27/drivers/gpu/ipu-v3/ |
H A D | ipu-dp.c | 136 ipu_dp_csc_init(struct ipu_flow *flow, enum ipu_color_space in, enum ipu_color_space out, u32 place) ipu_dp_csc_init() argument 176 ipu_dp_setup_channel(struct ipu_dp *dp, enum ipu_color_space in, enum ipu_color_space out) ipu_dp_setup_channel() argument
|
/linux-4.1.27/drivers/vhost/ |
H A D | test.c | 41 unsigned out, in; handle_vq() local
|
/linux-4.1.27/fs/xfs/ |
H A D | xfs_fsops.c | 142 xfs_growfs_data_private( xfs_mount_t *mp, xfs_growfs_data_t *in) xfs_growfs_data_private() argument 565 xfs_growfs_log_private( xfs_mount_t *mp, xfs_growfs_log_t *in) xfs_growfs_log_private() argument 594 xfs_growfs_data( xfs_mount_t *mp, xfs_growfs_data_t *in) xfs_growfs_data() argument 616 xfs_growfs_log( xfs_mount_t *mp, xfs_growfs_log_t *in) xfs_growfs_log() argument
|
H A D | xfs_ioctl32.c | 78 xfs_compat_growfs_data_copyin( struct xfs_growfs_data *in, compat_xfs_growfs_data_t __user *arg32) xfs_compat_growfs_data_copyin() argument 89 xfs_compat_growfs_rt_copyin( struct xfs_growfs_rt *in, compat_xfs_growfs_rt_t __user *arg32) xfs_compat_growfs_rt_copyin() argument
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | valkyriefb.c | 418 int sense, in; read_valkyrie_sense() local
|
/linux-4.1.27/include/scsi/ |
H A D | libiscsi_tcp.h | 74 struct iscsi_tcp_recv in; /* TCP receive context */ member in struct:iscsi_tcp_conn
|
/linux-4.1.27/include/xen/interface/ |
H A D | memory.h | 70 struct xen_memory_reservation in; member in struct:xen_memory_exchange
|
/linux-4.1.27/arch/powerpc/platforms/embedded6xx/ |
H A D | usbgecko_udbg.c | 50 static u32 ug_io_transaction(u32 in) ug_io_transaction() argument
|
/linux-4.1.27/arch/nios2/boot/compressed/ |
H A D | misc.c | 150 uch *in, *out, ch; flush_window() local
|
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | epapr_hcalls.h | 465 static inline unsigned long epapr_hypercall(unsigned long *in, epapr_hypercall() argument 501 static unsigned long epapr_hypercall(unsigned long *in, epapr_hypercall() argument 511 unsigned long in[8]; epapr_hypercall0_1() local 523 unsigned long in[8]; epapr_hypercall0() local 531 unsigned long in[8]; epapr_hypercall1() local 541 unsigned long in[8]; epapr_hypercall2() local 552 unsigned long in[8]; epapr_hypercall3() local 565 unsigned long in[8]; epapr_hypercall4() local
|
H A D | vio.h | 74 s64 in; member in struct:vio_pfo_op
|
/linux-4.1.27/arch/cris/boot/compressed/ |
H A D | misc.c | 203 uch *in, *out, ch; flush_window() local
|
/linux-4.1.27/arch/alpha/boot/ |
H A D | misc.c | 126 uch *in, *out, ch; flush_window() local
|
/linux-4.1.27/fs/efs/ |
H A D | inode.c | 54 struct efs_inode_info *in; efs_iget() local 199 struct efs_inode_info *in = INODE_INFO(inode); efs_map_block() local
|
/linux-4.1.27/net/ipv6/netfilter/ |
H A D | nf_conntrack_proto_icmpv6.c | 294 struct nf_icmp_net *in = icmpv6_pernet(net); icmpv6_timeout_nlattr_to_obj() local 354 struct nf_icmp_net *in = icmpv6_pernet(net); icmpv6_init_net() local 337 icmpv6_kmemdup_sysctl_table(struct nf_proto_net *pn, struct nf_icmp_net *in) icmpv6_kmemdup_sysctl_table() argument
|
H A D | nf_log_ipv6.c | 344 nf_log_ip6_packet(struct net *net, u_int8_t pf, unsigned int hooknum, const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct nf_loginfo *loginfo, const char *prefix) nf_log_ip6_packet() argument
|
/linux-4.1.27/lib/xz/ |
H A D | xz_dec_stream.c | 175 static enum xz_ret dec_vli(struct xz_dec *s, const uint8_t *in, dec_vli() argument
|
/linux-4.1.27/net/tipc/ |
H A D | subscr.c | 60 static u32 htohl(u32 in, int swap) htohl() argument
|
/linux-4.1.27/scripts/kconfig/ |
H A D | conf.c | 718 void xfgets(char *str, int size, FILE *in) xfgets() argument
|
/linux-4.1.27/security/keys/ |
H A D | trusted.h | 128 static inline void storebytes(struct tpm_buf *buf, const unsigned char *in, storebytes() argument
|
/linux-4.1.27/sound/aoa/soundbus/i2sbus/ |
H A D | i2sbus.h | 71 struct pcm_info out, in; member in struct:i2sbus_dev
|
/linux-4.1.27/sound/usb/line6/ |
H A D | pcm.h | 154 struct line6_pcm_stream in; member in struct:snd_line6_pcm
|
/linux-4.1.27/sound/soc/sh/rcar/ |
H A D | adg.c | 85 u32 in, out; rsnd_adg_set_src_timsel_gen2() local
|
/linux-4.1.27/drivers/isdn/gigaset/ |
H A D | isocdata.c | 480 int gigaset_isoc_buildframe(struct bc_state *bcs, unsigned char *in, int len) gigaset_isoc_buildframe() argument 397 hdlc_buildframe(struct isowbuf_t *iwb, unsigned char *in, int count) hdlc_buildframe() argument 450 trans_buildframe(struct isowbuf_t *iwb, unsigned char *in, int count) trans_buildframe() argument
|
/linux-4.1.27/drivers/isdn/i4l/ |
H A D | isdn_audio.c | 302 isdn_audio_get_bits(adpcm_state *s, unsigned char **in, int *len) isdn_audio_get_bits() argument 361 isdn_audio_adpcm2xlaw(adpcm_state *s, int fmt, unsigned char *in, isdn_audio_adpcm2xlaw() argument 396 isdn_audio_xlaw2adpcm(adpcm_state *s, int fmt, unsigned char *in, isdn_audio_xlaw2adpcm() argument
|
/linux-4.1.27/drivers/net/ethernet/amd/ |
H A D | ariadne.c | 395 u_short in; ariadne_open() local
|
/linux-4.1.27/drivers/media/i2c/ |
H A D | msp3400-kthreads.c | 892 static void msp34xxg_set_source(struct i2c_client *client, u16 reg, int in) msp34xxg_set_source() argument 938 u32 in = state->route_in; msp34xxg_set_sources() local
|
/linux-4.1.27/drivers/media/usb/gspca/ |
H A D | touptek.c | 268 static int gainify(int in) gainify() argument
|
/linux-4.1.27/drivers/ssb/ |
H A D | pci.c | 88 u32 in, out, outenable; ssb_pci_xtal() local 233 static void sprom_get_mac(char *mac, const u16 *in) sprom_get_mac() argument 329 static s8 sprom_extract_antgain(u8 sprom_revision, const u16 *in, u16 offset, sprom_extract_antgain() argument 350 static void sprom_extract_r23(struct ssb_sprom *out, const u16 *in) sprom_extract_r23() argument 365 static void sprom_extract_r123(struct ssb_sprom *out, const u16 *in) sprom_extract_r123() argument 432 static void sprom_extract_r458(struct ssb_sprom *out, const u16 *in) sprom_extract_r458() argument 471 static void sprom_extract_r45(struct ssb_sprom *out, const u16 *in) sprom_extract_r45() argument 596 static void sprom_extract_r8(struct ssb_sprom *out, const u16 *in) sprom_extract_r8() argument 813 sprom_extract(struct ssb_bus *bus, struct ssb_sprom *out, const u16 *in, u16 size) sprom_extract() argument
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
H A D | qib_diag.c | 508 static int qib_diag_open(struct inode *in, struct file *fp) qib_diag_open() argument 678 static int qib_diag_release(struct inode *in, struct file *fp) qib_diag_release() argument
|
/linux-4.1.27/drivers/crypto/qce/ |
H A D | sha.c | 211 static int qce_ahash_import(struct ahash_request *req, const void *in) qce_ahash_import() argument
|
/linux-4.1.27/arch/um/drivers/ |
H A D | chan_kern.c | 370 static int chan_pair_config_string(struct chan *in, struct chan *out, chan_pair_config_string() argument 396 struct chan *in = line->chan_in, *out = line->chan_out; chan_config_string() local 502 char *in, *out; parse_chan_pair() local
|
/linux-4.1.27/arch/x86/crypto/sha-mb/ |
H A D | sha1_mb.c | 669 static int sha1_mb_import(struct shash_desc *desc, const void *in) sha1_mb_import() argument
|
/linux-4.1.27/drivers/hv/ |
H A D | channel.c | 72 void *in, *out; vmbus_open() local
|
H A D | hv_kvp.c | 235 struct hv_kvp_msg *in = in_msg; process_ob_ipinfo() local 295 struct hv_kvp_ip_msg *in = in_msg; process_ib_ipinfo() local
|