Searched refs:readwrite (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/arm64/kvm/
H A Dpmu.c74 #define PMEVTYPER_CASES(readwrite) \
75 PMEVTYPER_##readwrite##_CASE(0); \
76 PMEVTYPER_##readwrite##_CASE(1); \
77 PMEVTYPER_##readwrite##_CASE(2); \
78 PMEVTYPER_##readwrite##_CASE(3); \
79 PMEVTYPER_##readwrite##_CASE(4); \
80 PMEVTYPER_##readwrite##_CASE(5); \
81 PMEVTYPER_##readwrite##_CASE(6); \
82 PMEVTYPER_##readwrite##_CASE(7); \
83 PMEVTYPER_##readwrite##_CAS
[all...]
/linux-master/drivers/soc/aspeed/
H A Daspeed-p2a-ctrl.c83 * opens for read or readwrite, the reference goes up here. On
86 u32 readwrite[P2A_REGION_COUNT]; member in struct:aspeed_p2a_user
162 priv->readwrite[i] += 1;
247 memset(priv->readwrite, 0, sizeof(priv->readwrite));
260 * for readwrite, and decrement those counts. If at the end, this is the last
278 priv->parent->readerwriters[i] -= priv->readwrite[i];
/linux-master/tools/perf/util/
H A Dprobe-file.c35 static bool print_common_warning(int err, bool readwrite) argument
39 readwrite ? "write" : "read",
40 readwrite ? "run this command again with sudo." :
74 static void print_open_warning(int err, bool uprobe, bool readwrite) argument
78 if (print_common_warning(err, readwrite))
89 static void print_both_open_warning(int kerr, int uerr, bool readwrite) argument
93 if (kerr == uerr && print_common_warning(kerr, readwrite))
109 int open_trace_file(const char *trace_file, bool readwrite) argument
116 pr_debug("Opening %s write=%d\n", buf, readwrite);
117 if (readwrite
128 open_kprobe_events(bool readwrite) argument
133 open_uprobe_events(bool readwrite) argument
[all...]
H A Dprobe-file.h40 int open_trace_file(const char *trace_file, bool readwrite);
/linux-master/init/
H A Ddo_mounts.c52 static int __init readwrite(char *str) function
61 __setup("rw", readwrite);
/linux-master/drivers/media/usb/dvb-usb/
H A Daf9005.c46 int readwrite, int type, u8 * values, int len)
82 command |= readwrite;
83 if (readwrite == AF9005_CMD_WRITE)
124 if (readwrite == AF9005_CMD_READ)
45 af9005_generic_read_write(struct dvb_usb_device *d, u16 reg, int readwrite, int type, u8 * values, int len) argument

Completed in 210 milliseconds