Searched defs:opts (Results 226 - 250 of 332) sorted by relevance

1234567891011>>

/linux-master/drivers/staging/vt6655/
H A Ddevice_main.c161 struct vnt_options *opts = &priv->opts; local
[all...]
/linux-master/drivers/target/
H A Dtarget_core_iblock.c586 char *orig, *ptr, *arg_p, *opts; local
H A Dtarget_core_spc.c2118 u8 opts = cdb[2] & 0x3; local
2201 u8 opts = cdb[2] & 0x3; local
/linux-master/net/mptcp/
H A Doptions.c404 mptcp_syn_options(struct sock *sk, const struct sk_buff *skb, unsigned int *size, struct mptcp_out_options *opts) argument
443 mptcp_established_options_mp(struct sock *sk, struct sk_buff *skb, bool snd_data_fin_enable, unsigned int *size, struct mptcp_out_options *opts) argument
556 mptcp_established_options_dss(struct sock *sk, struct sk_buff *skb, bool snd_data_fin_enable, unsigned int *size, struct mptcp_out_options *opts) argument
649 mptcp_established_options_add_addr(struct sock *sk, struct sk_buff *skb, unsigned int *size, unsigned int remaining, struct mptcp_out_options *opts) argument
704 mptcp_established_options_rm_addr(struct sock *sk, unsigned int *size, unsigned int remaining, struct mptcp_out_options *opts) argument
734 mptcp_established_options_mp_prio(struct sock *sk, unsigned int *size, unsigned int remaining, struct mptcp_out_options *opts) argument
760 mptcp_established_options_rst(struct sock *sk, struct sk_buff *skb, unsigned int *size, unsigned int remaining, struct mptcp_out_options *opts) argument
779 mptcp_established_options_fastclose(struct sock *sk, unsigned int *size, unsigned int remaining, struct mptcp_out_options *opts) argument
802 mptcp_established_options_mp_fail(struct sock *sk, unsigned int *size, unsigned int remaining, struct mptcp_out_options *opts) argument
825 mptcp_established_options(struct sock *sk, struct sk_buff *skb, unsigned int *size, unsigned int remaining, struct mptcp_out_options *opts) argument
896 mptcp_synack_options(const struct request_sock *req, unsigned int *size, struct mptcp_out_options *opts) argument
1344 mptcp_write_options(struct tcphdr *th, __be32 *ptr, struct tcp_sock *tp, struct mptcp_out_options *opts) argument
[all...]
/linux-master/net/sched/
H A Dsch_fq.c1168 struct nlattr *opts; local
H A Dsch_sfb.c570 struct nlattr *opts; local
/linux-master/tools/lib/bpf/
H A Dbpf.c168 bpf_map_create(enum bpf_map_type map_type, const char *map_name, __u32 key_size, __u32 value_size, __u32 max_entries, const struct bpf_map_create_opts *opts) argument
236 bpf_prog_load(enum bpf_prog_type prog_type, const char *prog_name, const char *license, const struct bpf_insn *insns, size_t insn_cnt, struct bpf_prog_load_opts *opts) argument
523 bpf_map_batch_common(int cmd, int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) argument
551 bpf_map_delete_batch(int fd, const void *keys, __u32 *count, const struct bpf_map_batch_opts *opts) argument
558 bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) argument
566 bpf_map_lookup_and_delete_batch(int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) argument
575 bpf_map_update_batch(int fd, const void *keys, const void *values, __u32 *count, const struct bpf_map_batch_opts *opts) argument
582 bpf_obj_pin_opts(int fd, const char *pathname, const struct bpf_obj_pin_opts *opts) argument
611 bpf_obj_get_opts(const char *pathname, const struct bpf_obj_get_opts *opts) argument
639 bpf_prog_attach_opts(int prog_fd, int target, enum bpf_attach_type type, const struct bpf_prog_attach_opts *opts) argument
677 bpf_prog_detach_opts(int prog_fd, int target, enum bpf_attach_type type, const struct bpf_prog_detach_opts *opts) argument
724 bpf_link_create(int prog_fd, int target_fd, enum bpf_attach_type attach_type, const struct bpf_link_create_opts *opts) argument
889 bpf_link_update(int link_fd, int new_prog_fd, const struct bpf_link_update_opts *opts) argument
928 bpf_prog_query_opts(int target, enum bpf_attach_type type, struct bpf_prog_query_opts *opts) argument
976 bpf_prog_test_run_opts(int prog_fd, struct bpf_test_run_opts *opts) argument
1047 bpf_prog_get_fd_by_id_opts(__u32 id, const struct bpf_get_fd_by_id_opts *opts) argument
1070 bpf_map_get_fd_by_id_opts(__u32 id, const struct bpf_get_fd_by_id_opts *opts) argument
1093 bpf_btf_get_fd_by_id_opts(__u32 id, const struct bpf_get_fd_by_id_opts *opts) argument
1116 bpf_link_get_fd_by_id_opts(__u32 id, const struct bpf_get_fd_by_id_opts *opts) argument
1190 bpf_btf_load(const void *btf_data, size_t btf_size, struct bpf_btf_load_opts *opts) argument
1283 bpf_prog_bind_map(int prog_fd, int map_fd, const struct bpf_prog_bind_opts *opts) argument
1302 bpf_token_create(int bpffs_fd, struct bpf_token_create_opts *opts) argument
[all...]
H A Dbtf_dump.c148 btf_dump__new(const struct btf *btf, btf_dump_printf_fn_t printf_fn, void *ctx, const struct btf_dump_opts *opts) argument
1266 btf_dump__emit_type_decl(struct btf_dump *d, __u32 id, const struct btf_dump_emit_type_decl_opts *opts) argument
2507 btf_dump__dump_type_data(struct btf_dump *d, __u32 id, const void *data, size_t data_sz, const struct btf_dump_type_data_opts *opts) argument
[all...]
/linux-master/tools/testing/vsock/
H A Dvsock_test.c29 static void test_stream_connection_reset(const struct test_opts *opts) argument
65 static void test_stream_bind_only_client(const struct test_opts *opts) argument
107 static void test_stream_bind_only_server(const struct test_opts *opts) argument
137 static void test_stream_client_close_client(const struct test_opts *opts) argument
151 test_stream_client_close_server(const struct test_opts *opts) argument
172 test_stream_server_close_client(const struct test_opts *opts) argument
193 test_stream_server_close_server(const struct test_opts *opts) argument
212 test_stream_multiconn_client(const struct test_opts *opts) argument
236 test_stream_multiconn_server(const struct test_opts *opts) argument
262 test_msg_peek_client(const struct test_opts *opts, bool seqpacket) argument
289 test_msg_peek_server(const struct test_opts *opts, bool seqpacket) argument
345 test_stream_msg_peek_client(const struct test_opts *opts) argument
350 test_stream_msg_peek_server(const struct test_opts *opts) argument
358 test_seqpacket_msg_bounds_client(const struct test_opts *opts) argument
428 test_seqpacket_msg_bounds_server(const struct test_opts *opts) argument
503 test_seqpacket_msg_trunc_client(const struct test_opts *opts) argument
520 test_seqpacket_msg_trunc_server(const struct test_opts *opts) argument
570 test_seqpacket_timeout_client(const struct test_opts *opts) argument
619 test_seqpacket_timeout_server(const struct test_opts *opts) argument
633 test_seqpacket_bigmsg_client(const struct test_opts *opts) argument
670 test_seqpacket_bigmsg_server(const struct test_opts *opts) argument
688 test_seqpacket_invalid_rec_buffer_client(const struct test_opts *opts) argument
723 test_seqpacket_invalid_rec_buffer_server(const struct test_opts *opts) argument
806 test_stream_poll_rcvlowat_server(const struct test_opts *opts) argument
834 test_stream_poll_rcvlowat_client(const struct test_opts *opts) argument
902 test_inv_buf_client(const struct test_opts *opts, bool stream) argument
938 test_inv_buf_server(const struct test_opts *opts, bool stream) argument
962 test_stream_inv_buf_client(const struct test_opts *opts) argument
967 test_stream_inv_buf_server(const struct test_opts *opts) argument
972 test_seqpacket_inv_buf_client(const struct test_opts *opts) argument
977 test_seqpacket_inv_buf_server(const struct test_opts *opts) argument
985 test_stream_virtio_skb_merge_client(const struct test_opts *opts) argument
1012 test_stream_virtio_skb_merge_server(const struct test_opts *opts) argument
1053 test_seqpacket_msg_peek_client(const struct test_opts *opts) argument
1058 test_seqpacket_msg_peek_server(const struct test_opts *opts) argument
1101 test_stream_shutwr_client(const struct test_opts *opts) argument
1129 test_stream_shutwr_server(const struct test_opts *opts) argument
1144 test_stream_shutrd_client(const struct test_opts *opts) argument
1169 test_stream_shutrd_server(const struct test_opts *opts) argument
1190 test_double_bind_connect_server(const struct test_opts *opts) argument
1221 test_double_bind_connect_client(const struct test_opts *opts) argument
1249 test_stream_rcvlowat_def_cred_upd_client(const struct test_opts *opts) argument
1282 test_stream_credit_update_test(const struct test_opts *opts, bool low_rx_bytes_test) argument
1396 test_stream_cred_upd_on_low_rx_bytes(const struct test_opts *opts) argument
1401 test_stream_cred_upd_on_set_rcvlowat(const struct test_opts *opts) argument
1614 struct test_opts opts = { local
[all...]
/linux-master/fs/ext2/
H A Dsuper.c467 parse_options(char *options, struct super_block *sb, struct ext2_mount_options *opts) argument
821 struct ext2_mount_options opts; local
[all...]
/linux-master/tools/perf/
H A Dbuiltin-top.c878 struct record_opts *opts = &top->record_opts; local
948 struct record_opts *opts = &top->record_opts; local
994 struct record_opts *opts = &top->record_opts; local
1017 struct record_opts *opts local
1239 struct record_opts *opts = &top->record_opts; local
1458 struct record_opts *opts = &top.record_opts; local
[all...]
/linux-master/drivers/phy/qualcomm/
H A Dphy-qcom-edp.c278 static int qcom_edp_phy_configure(struct phy *phy, union phy_configure_opts *opts) argument
/linux-master/include/linux/phy/
H A Dphy.h420 phy_configure(struct phy *phy, union phy_configure_opts *opts) argument
429 phy_validate(struct phy *phy, enum phy_mode mode, int submode, union phy_configure_opts *opts) argument
/linux-master/fs/bcachefs/
H A Dextents.c1349 bch2_bkey_set_needs_rebalance(struct bch_fs *c, struct bkey_i *_k, struct bch_io_opts *opts) argument
H A Dsuper.c106 void bch2_print_opts(struct bch_opts *opts, const char *fmt, ...) argument
734 static struct bch_fs *bch2_fs_alloc(struct bch_sb *sb, struct bch_opts opts) argument
1094 bch2_dev_in_fs(struct bch_sb_handle *fs, struct bch_sb_handle *sb, struct bch_opts *opts) argument
1723 struct bch_opts opts = bch2_opts_empty(); local
1862 struct bch_opts opts = bch2_opts_empty(); local
2025 bch2_fs_open(char * const *devices, unsigned nr_devices, struct bch_opts opts) argument
[all...]
/linux-master/net/bluetooth/
H A Dsco.c965 struct sco_options opts; local
/linux-master/net/ipv4/
H A Dicmp.c787 struct ip_options opts = { 0 }; local
/linux-master/drivers/scsi/elx/efct/
H A Defct_hw.c1375 efct_hw_command(struct efct_hw *hw, u8 *cmd, u32 opts, void *cb, void *arg) argument
/linux-master/drivers/ufs/host/
H A Dufs-exynos.h165 unsigned int opts; member in struct:exynos_ufs_drv_data
217 u32 opts; member in struct:exynos_ufs
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1931 static void sym_settrans(struct sym_hcb *np, int target, u_char opts, u_char ofs, argument
2124 sym_setpprot(struct sym_hcb *np, int target, u_char opts, u_char ofs, argument
4069 unsigned char opts = np->msgin[7] & PPR_OPT_MASK; local
[all...]
/linux-master/drivers/phy/allwinner/
H A Dphy-sun6i-mipi-dphy.c211 static int sun6i_dphy_configure(struct phy *phy, union phy_configure_opts *opts) argument
/linux-master/tools/mm/
H A Dslabinfo.c1388 struct option opts[] = { variable in typeref:struct:option
H A Dpage-types.c1248 static const struct option opts[] = { variable in typeref:struct:option
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun6i_mipi_dsi.c721 union phy_configure_opts opts = { }; local
/linux-master/drivers/phy/rockchip/
H A Dphy-rockchip-inno-dsidphy.c653 inno_dsidphy_configure(struct phy *phy, union phy_configure_opts *opts) argument

Completed in 284 milliseconds

1234567891011>>