/openbmc/linux/drivers/usb/gadget/function/ |
H A D | f_serial.c | 258 struct f_serial_opts *opts = to_f_serial_opts(item); in serial_attr_release() local 308 struct f_serial_opts *opts; in gser_free_inst() local 317 struct f_serial_opts *opts; in gser_alloc_inst() local 370 struct f_serial_opts *opts; in gser_alloc() local
|
H A D | f_loopback.c | 221 struct f_lb_opts *opts; in lb_free_func() local 473 struct f_lb_opts *opts = to_f_lb_opts(item); in f_lb_opts_qlen_show() local 486 struct f_lb_opts *opts = to_f_lb_opts(item); in f_lb_opts_qlen_store() local 511 struct f_lb_opts *opts = to_f_lb_opts(item); in f_lb_opts_bulk_buflen_show() local 524 struct f_lb_opts *opts = to_f_lb_opts(item); in f_lb_opts_bulk_buflen_store() local
|
H A D | f_obex.c | 388 struct f_serial_opts *opts = to_f_serial_opts(item); in obex_attr_release() local 417 struct f_serial_opts *opts; in obex_free_inst() local 426 struct f_serial_opts *opts; in obex_alloc_inst() local 461 struct f_serial_opts *opts; in obex_alloc() local
|
H A D | f_uac2.c | 803 static void setup_headers(struct f_uac2_opts *opts, in setup_headers() 905 static void setup_descriptor(struct f_uac2_opts *opts) in setup_descriptor() 987 struct f_uac2_opts *opts = g_audio_to_uac2_opts(agdev); in afunc_validate_opts() local 1518 struct f_uac2_opts *opts = g_audio_to_uac2_opts(agdev); in in_rq_cur() local 1595 struct f_uac2_opts *opts = g_audio_to_uac2_opts(agdev); in in_rq_range() local 1717 struct f_uac2_opts *opts = g_audio_to_uac2_opts(agdev); in out_rq_cur_complete() local 1862 struct f_uac2_opts *opts = to_f_uac2_opts(item); in f_uac2_attr_release() local 2136 struct f_uac2_opts *opts; in afunc_free_inst() local 2144 struct f_uac2_opts *opts; in afunc_alloc_inst() local 2189 struct f_uac2_opts *opts; in afunc_free() local [all …]
|
H A D | f_printer.c | 1218 struct f_printer_opts *opts = to_f_printer_opts(item); in printer_attr_release() local 1230 struct f_printer_opts *opts = to_f_printer_opts(item); in f_printer_opts_pnp_string_show() local 1254 struct f_printer_opts *opts = to_f_printer_opts(item); in f_printer_opts_pnp_string_store() local 1283 struct f_printer_opts *opts = to_f_printer_opts(item); in f_printer_opts_q_len_show() local 1296 struct f_printer_opts *opts = to_f_printer_opts(item); in f_printer_opts_q_len_store() local 1354 struct f_printer_opts *opts; in gprinter_free_inst() local 1373 struct f_printer_opts *opts; in gprinter_alloc_inst() local 1418 struct f_printer_opts *opts; in gprinter_free() local 1475 struct f_printer_opts *opts; in gprinter_alloc() local
|
H A D | f_rndis.c | 824 struct f_rndis_opts *opts; in rndis_borrow_net() local 885 struct f_rndis_opts *opts; in rndis_free_inst() local 901 struct f_rndis_opts *opts; in rndis_alloc_inst() local 944 struct f_rndis_opts *opts; in rndis_free() local 970 struct f_rndis_opts *opts; in rndis_alloc() local
|
H A D | f_uvc.c | 652 struct f_uvc_opts *opts; in uvc_function_bind() local 862 struct f_uvc_opts *opts = fi_to_f_uvc_opts(f); in uvc_free_inst() local 870 struct f_uvc_opts *opts; in uvc_alloc_inst() local 967 struct f_uvc_opts *opts = container_of(f->fi, struct f_uvc_opts, in uvc_free() local 1026 struct f_uvc_opts *opts; in uvc_alloc() local
|
H A D | f_subset.c | 417 struct f_gether_opts *opts; in geth_free_inst() local 429 struct f_gether_opts *opts; in geth_alloc_inst() local 466 struct f_gether_opts *opts; in geth_alloc() local
|
H A D | f_hid.c | 1049 struct f_hid_opts *opts = to_f_hid_opts(item); in hid_attr_release() local 1109 struct f_hid_opts *opts = to_f_hid_opts(item); in f_hid_opts_report_desc_show() local 1123 struct f_hid_opts *opts = to_f_hid_opts(item); in f_hid_opts_report_desc_store() local 1154 struct f_hid_opts *opts = to_f_hid_opts(item); in f_hid_opts_dev_show() local 1184 struct f_hid_opts *opts; in hidg_free_inst() local 1204 struct f_hid_opts *opts; in hidg_alloc_inst() local 1244 struct f_hid_opts *opts; in hidg_free() local 1266 struct f_hid_opts *opts; in hidg_alloc() local
|
H A D | f_midi2.c | 2172 static ssize_t f_midi2_opts_str_show(struct f_midi2_opts *opts, in f_midi2_opts_str_show() 2466 struct f_midi2_ep_opts *opts = to_f_midi2_ep_opts(item); in f_midi2_ep_opts_release() local 2490 static int f_midi2_ep_opts_create(struct f_midi2_opts *opts, in f_midi2_ep_opts_create() 2516 struct f_midi2_opts *opts; in f_midi2_opts_ep_make() local 2582 struct f_midi2_opts *opts = to_f_midi2_opts(item); in f_midi2_opts_iface_name_show() local 2590 struct f_midi2_opts *opts = to_f_midi2_opts(item); in f_midi2_opts_iface_name_store() local 2607 struct f_midi2_opts *opts = to_f_midi2_opts(item); in f_midi2_opts_release() local 2630 struct f_midi2_opts *opts; in f_midi2_free_inst() local 2641 struct f_midi2_opts *opts; in f_midi2_alloc_inst() local 2707 static int verify_parameters(struct f_midi2_opts *opts) in verify_parameters() [all …]
|
H A D | f_uac1_legacy.c | 326 struct f_uac1_legacy_opts *opts; in f_audio_out_ep_complete() local 580 struct f_uac1_legacy_opts *opts; in f_audio_set_alt() local 810 struct f_uac1_legacy_opts *opts = to_f_uac1_opts(item); in f_uac1_attr_release() local 929 struct f_uac1_legacy_opts *opts; in f_audio_free_inst() local 943 struct f_uac1_legacy_opts *opts; in f_audio_alloc_inst() local 967 struct f_uac1_legacy_opts *opts; in f_audio_free() local 985 struct f_uac1_legacy_opts *opts; in f_audio_alloc() local
|
H A D | f_eem.c | 592 struct f_eem_opts *opts; in eem_free_inst() local 604 struct f_eem_opts *opts; in eem_alloc_inst() local 626 struct f_eem_opts *opts; in eem_free() local 646 struct f_eem_opts *opts; in eem_alloc() local
|
/openbmc/qemu/block/ |
H A D | crypto.c | 254 block_crypto_open_opts_init(QDict *opts, Error **errp) in block_crypto_open_opts_init() 272 block_crypto_create_opts_init(QDict *opts, Error **errp) in block_crypto_create_opts_init() 289 block_crypto_amend_opts_init(QDict *opts, Error **errp) in block_crypto_amend_opts_init() 316 QemuOpts *opts = NULL; in block_crypto_open_generic() local 385 QCryptoBlockCreateOptions *opts, in block_crypto_co_create_generic() 621 static BlockMeasureInfo *block_crypto_measure(QemuOpts *opts, in block_crypto_measure() 786 QemuOpts *opts, Error **errp) in block_crypto_co_create_opts_luks() 960 QemuOpts *opts, in block_crypto_amend_options_luks() 998 BlockdevAmendOptions *opts, in block_crypto_co_amend_luks()
|
H A D | rbd.c | 260 static int qemu_rbd_set_auth(rados_t cluster, BlockdevOptionsRbd *opts, in qemu_rbd_set_auth() 400 rbd_encryption_options_t opts; in qemu_rbd_encryption_format() local 486 rbd_encryption_options_t opts; in qemu_rbd_encryption_load() local 680 BlockdevCreateOptionsRbd *opts = &options->u.rbd; in qemu_rbd_do_create() local 759 QemuOpts *opts, in qemu_rbd_extract_encryption_create_options() 797 QemuOpts *opts, in qemu_rbd_co_create_opts() 863 static char *qemu_rbd_mon_host(BlockdevOptionsRbd *opts, Error **errp) in qemu_rbd_mon_host() 899 BlockdevOptionsRbd *opts, bool cache, in qemu_rbd_connect() 1017 static int qemu_rbd_convert_options(QDict *options, BlockdevOptionsRbd **opts, in qemu_rbd_convert_options() 1038 BlockdevOptionsRbd **opts, in qemu_rbd_attempt_legacy_options() [all …]
|
/openbmc/linux/net/netfilter/ |
H A D | nft_tunnel.c | 183 struct nft_tunnel_opts opts; member 258 struct nft_tunnel_opts *opts) in nft_tunnel_obj_vxlan_init() 287 struct nft_tunnel_opts *opts) in nft_tunnel_obj_erspan_init() 340 struct nft_tunnel_opts *opts) in nft_tunnel_obj_geneve_init() 385 struct nft_tunnel_opts *opts) in nft_tunnel_obj_opts_init() 579 struct nft_tunnel_opts *opts = &priv->opts; in nft_tunnel_opts_dump() local
|
H A D | nft_synproxy.c | 23 static void nft_synproxy_tcp_options(struct synproxy_options *opts, in nft_synproxy_tcp_options() 49 struct synproxy_options *opts) in nft_synproxy_eval_v4() 80 struct synproxy_options *opts) in nft_synproxy_eval_v6() 110 struct synproxy_options opts = {}; in nft_synproxy_do_eval() local
|
/openbmc/qemu/ui/ |
H A D | spice-app.c | 99 static void vc_chr_parse(QemuOpts *opts, ChardevBackend *backend, Error **errp) in vc_chr_parse() 136 static void spice_app_display_early_init(DisplayOptions *opts) in spice_app_display_early_init() 191 static void spice_app_display_init(DisplayState *ds, DisplayOptions *opts) in spice_app_display_init()
|
/openbmc/qemu/crypto/ |
H A D | akcipher.c | 33 QCryptoAkCipher *qcrypto_akcipher_new(const QCryptoAkCipherOptions *opts, in qcrypto_akcipher_new() 43 bool qcrypto_akcipher_supports(QCryptoAkCipherOptions *opts) in qcrypto_akcipher_supports() 112 int qcrypto_akcipher_export_p8info(const QCryptoAkCipherOptions *opts, in qcrypto_akcipher_export_p8info()
|
/openbmc/linux/drivers/net/ppp/ |
H A D | ppp_mppe.h | 34 #define MPPE_OPTS_TO_CI(opts, ci) \ argument 56 #define MPPE_CI_TO_OPTS(ci, opts) \ argument
|
/openbmc/linux/drivers/nvme/host/ |
H A D | sysfs.c | 292 struct nvmf_ctrl_options *opts = ctrl->opts; in nvme_ctrl_loss_tmo_show() local 304 struct nvmf_ctrl_options *opts = ctrl->opts; in nvme_ctrl_loss_tmo_store() local 362 struct nvmf_ctrl_options *opts = ctrl->opts; in nvme_ctrl_fast_io_fail_tmo_store() local 417 struct nvmf_ctrl_options *opts = ctrl->opts; in nvme_ctrl_dhchap_secret_show() local 428 struct nvmf_ctrl_options *opts = ctrl->opts; in nvme_ctrl_dhchap_secret_store() local 475 struct nvmf_ctrl_options *opts = ctrl->opts; in nvme_ctrl_dhchap_ctrl_secret_show() local 486 struct nvmf_ctrl_options *opts = ctrl->opts; in nvme_ctrl_dhchap_ctrl_secret_store() local
|
/openbmc/linux/tools/lib/bpf/ |
H A D | netlink.c | 322 int bpf_xdp_attach(int ifindex, int prog_fd, __u32 flags, const struct bpf_xdp_attach_opts *opts) in bpf_xdp_attach() 339 int bpf_xdp_detach(int ifindex, __u32 flags, const struct bpf_xdp_attach_opts *opts) in bpf_xdp_detach() 431 int bpf_xdp_query(int ifindex, int xdp_flags, struct bpf_xdp_query_opts *opts) in bpf_xdp_query() 652 struct bpf_tc_opts *opts; member 718 int bpf_tc_attach(const struct bpf_tc_hook *hook, struct bpf_tc_opts *opts) in bpf_tc_attach() 793 const struct bpf_tc_opts *opts, in __bpf_tc_detach() 854 const struct bpf_tc_opts *opts) in bpf_tc_detach() 865 int bpf_tc_query(const struct bpf_tc_hook *hook, struct bpf_tc_opts *opts) in bpf_tc_query()
|
H A D | libbpf_probes.c | 205 int libbpf_probe_bpf_prog_type(enum bpf_prog_type prog_type, const void *opts) in libbpf_probe_bpf_prog_type() 392 int libbpf_probe_bpf_map_type(enum bpf_map_type map_type, const void *opts) in libbpf_probe_bpf_map_type() 404 const void *opts) in libbpf_probe_bpf_helper()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_cpp.cpp | 24 int open(const struct bpf_object_open_opts *opts = nullptr) in open() 103 struct btf_dump_opts opts = { }; in main() local
|
/openbmc/linux/fs/devpts/ |
H A D | inode.c | 228 static int parse_mount_options(char *data, int op, struct pts_mount_opts *opts) in parse_mount_options() 312 struct pts_mount_opts *opts = &fsi->mount_opts; in mknod_ptmx() local 370 struct pts_mount_opts *opts = &fsi->mount_opts; in devpts_remount() local 388 struct pts_mount_opts *opts = &fsi->mount_opts; in devpts_show_options() local 550 struct pts_mount_opts *opts; in devpts_pty_new() local
|
/openbmc/linux/security/apparmor/ |
H A D | capability.c | 117 unsigned int opts, struct apparmor_audit_data *ad) in profile_capable() 153 int cap, unsigned int opts) in aa_capable()
|