Searched refs:opt (Results 651 - 675 of 721) sorted by relevance

<<212223242526272829

/linux-master/drivers/power/supply/
H A Dbq27xxx_battery.c968 #define BQ27XXX_DATA(ref, key, opt) { \
969 .opts = (opt), \
/linux-master/drivers/tty/serial/
H A Dmsm_serial.c1723 msm_serial_early_console_setup(struct earlycon_device *device, const char *opt) argument
1744 const char *opt)
1743 msm_serial_early_console_setup_dm(struct earlycon_device *device, const char *opt) argument
H A Dlantiq.c674 const char *opt)
673 lqasc_serial_early_console_setup(struct earlycon_device *device, const char *opt) argument
H A Dfsl_lpuart.c2700 const char *opt)
2710 const char *opt)
2723 const char *opt)
2747 const char *opt)
2699 lpuart_early_console_setup(struct earlycon_device *device, const char *opt) argument
2709 lpuart32_early_console_setup(struct earlycon_device *device, const char *opt) argument
2722 ls1028a_early_console_setup(struct earlycon_device *device, const char *opt) argument
2746 lpuart32_imx_early_console_setup(struct earlycon_device *device, const char *opt) argument
H A Drda-uart.c671 rda_uart_early_console_setup(struct earlycon_device *device, const char *opt) argument
H A Dmeson_uart.c635 meson_serial_early_console_setup(struct earlycon_device *device, const char *opt) argument
/linux-master/tools/perf/util/
H A Devlist.c978 int evlist__parse_mmap_pages(const struct option *opt, const char *str, int unset __maybe_unused) argument
980 return __evlist__parse_mmap_pages(opt->value, str);
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dfw.c6268 struct rtw89_scan_option opt = {0}; local
6278 opt.enable = enable;
6279 opt.target_ch_mode = connected;
6287 opt.operation = enable ? RTW89_SCAN_OP_START : RTW89_SCAN_OP_STOP;
6288 opt.scan_mode = RTW89_SCAN_MODE_SA;
6289 opt.band = RTW89_PHY_0;
6290 opt.num_macc_role = 0;
6291 opt.mlo_mode = rtwdev->mlo_dbcc_mode;
6292 opt.num_opch = connected ? 1 : 0;
6293 opt
[all...]
/linux-master/drivers/net/ieee802154/
H A Datusb.c527 switch (cca->opt) {
H A Dmcr20a.c655 switch (cca->opt) {
H A Dca8210.c2184 if (cca_mode == 3 && cca->opt == NL802154_CCA_OPT_ENERGY_CARRIER_OR) {
2915 ca8210_hw->phy->cca.opt = NL802154_CCA_OPT_ENERGY_CARRIER_AND;
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc_hw.h944 __le32 opt[4]; member in union:enetc_cbd::__anon1119::__anon1120::__anon1121
/linux-master/include/net/sctp/
H A Dstructs.h1205 struct sctp_sock *opt);
/linux-master/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_driver.h1577 enum drx_no_carrier_option opt; /* Mute or noise at no carrier detection (A) */ member in struct:drx_aud_carrier
/linux-master/samples/bpf/
H A DMakefile203 OPT ?= opt
393 # below we use long chain of commands, clang | opt | llvm-dis | llc,
395 # with native target, e.g., x64, arm64, etc. 'opt' does bpf CORE IR builtin
397 # 'opt' output to IR, and finally 'llc' generates bpf byte code.
/linux-master/fs/f2fs/
H A Df2fs.h121 #define clear_opt(sbi, option) (F2FS_OPTION(sbi).opt &= ~F2FS_MOUNT_##option)
122 #define set_opt(sbi, option) (F2FS_OPTION(sbi).opt |= F2FS_MOUNT_##option)
123 #define test_opt(sbi, option) (F2FS_OPTION(sbi).opt & F2FS_MOUNT_##option)
152 unsigned int opt; member in struct:f2fs_mount_info
/linux-master/tools/perf/
H A Dbuiltin-c2c.c2828 parse_callchain_opt(const struct option *opt, const char *arg, int unset) argument
2830 struct callchain_param *callchain = opt->value;
3211 static int parse_record_events(const struct option *opt, argument
3214 bool *event_set = (bool *) opt->value;
/linux-master/security/selinux/
H A Dhooks.c392 int opt; member in struct:__anon3480
417 return tokens[i].opt;
2840 int opt; local
2842 opt = fs_parse(fc, selinux_fs_parameters, param, &result);
2843 if (opt < 0)
2844 return opt;
2846 return selinux_add_opt(opt, param->string, &fc->security);
/linux-master/kernel/trace/
H A Dtrace.c8687 if (topt->flags->val & topt->opt->bit)
8710 if (!!(topt->flags->val & topt->opt->bit) != val) {
8713 topt->opt, !val);
8885 struct tracer_opt *opt)
8894 topt->opt = opt;
8897 topt->entry = trace_create_file(opt->name, TRACE_MODE_WRITE,
8882 create_trace_option_file(struct trace_array *tr, struct trace_option_dentry *topt, struct tracer_flags *flags, struct tracer_opt *opt) argument
/linux-master/drivers/infiniband/hw/cxgb4/
H A Dcm.c248 static void set_emss(struct c4iw_ep *ep, u16 opt) argument
250 ep->emss = ep->com.dev->rdev.lldi.mtus[TCPOPT_MSS_G(opt)] -
255 if (TCPOPT_TSTAMP_G(opt))
261 TCPOPT_MSS_G(opt), ep->mss, ep->emss);
262 pr_debug("mss_idx %u mss %u emss=%u\n", TCPOPT_MSS_G(opt), ep->mss,
/linux-master/kernel/cgroup/
H A Dcgroup.c1941 int opt; local
1943 opt = fs_parse(fc, cgroup2_fs_parameters, param, &result);
1944 if (opt < 0)
1945 return opt;
1947 switch (opt) {
/linux-master/net/sctp/
H A Dsocket.c82 static struct sctp_af *sctp_sockaddr_af(struct sctp_sock *opt,
333 static struct sctp_af *sctp_sockaddr_af(struct sctp_sock *opt, argument
342 if (!opt->pf->af_supported(addr->sa.sa_family, opt))
350 !opt->pf->af_supported(AF_INET, opt))
1009 pr_debug("%s: sk:%p addrs:%p addrs_size:%d opt:%d\n",
9534 /* Brute force copy old sctp opt. */
/linux-master/fs/ceph/
H A Dmds_client.c1545 struct ceph_options *opt = mdsc->fsc->client->options; local
1555 {"entity_id", opt->name ? : ""},
2540 struct ceph_mount_options *opt = req->r_mdsc->fsc->mount_options; local
2549 num_entries = min(num_entries, opt->max_readdir);
2565 num_entries = min(num_entries, opt->max_readdir);
2570 req->r_args.readdir.max_bytes = cpu_to_le32(opt->max_readdir_bytes);
/linux-master/net/ipv4/
H A Dtcp_input.c6262 struct tcp_options_received opt; local
6265 tcp_clear_options(&opt);
6266 opt.user_mss = opt.mss_clamp = 0;
6267 tcp_parse_options(sock_net(sk), synack, &opt, 0, NULL); local
6268 mss = opt.mss_clamp;
6283 * the (old) exp opt format then try so next time (try_exp=1).
6284 * Otherwise we go back to use the RFC7413 opt (try_exp=2).
/linux-master/drivers/s390/block/
H A Ddasd_devmap.c106 static int __init dasd_call_setup(char *opt) argument
112 tmp = strsep(&opt, ",");

Completed in 971 milliseconds

<<212223242526272829