Symbol: readwrite
drivers/media/usb/dvb-usb/af9005.c
124
if (readwrite == AF9005_CMD_READ)
drivers/media/usb/dvb-usb/af9005.c
46
int readwrite, int type, u8 * values, int len)
drivers/media/usb/dvb-usb/af9005.c
82
command |= readwrite;
drivers/media/usb/dvb-usb/af9005.c
83
if (readwrite == AF9005_CMD_WRITE)
drivers/soc/aspeed/aspeed-p2a-ctrl.c
162
priv->readwrite[i] += 1;
drivers/soc/aspeed/aspeed-p2a-ctrl.c
247
memset(priv->readwrite, 0, sizeof(priv->readwrite));
drivers/soc/aspeed/aspeed-p2a-ctrl.c
278
priv->parent->readerwriters[i] -= priv->readwrite[i];
drivers/soc/aspeed/aspeed-p2a-ctrl.c
86
u32 readwrite[P2A_REGION_COUNT];
init/do_mounts.c
54
__setup("rw", readwrite);
tools/perf/util/probe-file.c
110
int open_trace_file(const char *trace_file, bool readwrite)
tools/perf/util/probe-file.c
117
pr_debug("Opening %s write=%d\n", buf, readwrite);
tools/perf/util/probe-file.c
118
if (readwrite && !probe_event_dry_run)
tools/perf/util/probe-file.c
129
static int open_kprobe_events(bool readwrite)
tools/perf/util/probe-file.c
131
return open_trace_file("kprobe_events", readwrite);
tools/perf/util/probe-file.c
134
static int open_uprobe_events(bool readwrite)
tools/perf/util/probe-file.c
136
return open_trace_file("uprobe_events", readwrite);
tools/perf/util/probe-file.c
36
static bool print_common_warning(int err, bool readwrite)
tools/perf/util/probe-file.c
40
readwrite ? "write" : "read",
tools/perf/util/probe-file.c
41
readwrite ? "run this command again with sudo." :
tools/perf/util/probe-file.c
75
static void print_open_warning(int err, bool uprobe, bool readwrite)
tools/perf/util/probe-file.c
79
if (print_common_warning(err, readwrite))
tools/perf/util/probe-file.c
90
static void print_both_open_warning(int kerr, int uerr, bool readwrite)
tools/perf/util/probe-file.c
94
if (kerr == uerr && print_common_warning(kerr, readwrite))
tools/perf/util/probe-file.h
40
int open_trace_file(const char *trace_file, bool readwrite);