Home
last modified time | relevance | path

Searched full:oe (Results 1 – 25 of 124) sorted by relevance

12345

/linux/tools/perf/util/
H A Dordered-events.c18 static void queue_event(struct ordered_events *oe, struct ordered_event *new) in queue_event() argument
20 struct ordered_event *last = oe->last; in queue_event()
24 ++oe->nr_events; in queue_event()
25 oe->last = new; in queue_event()
27 pr_oe_time2(timestamp, "queue_event nr_events %u\n", oe->nr_events); in queue_event()
30 list_add(&new->list, &oe->events); in queue_event()
31 oe->max_timestamp = timestamp; in queue_event()
43 if (p == &oe->events) { in queue_event()
44 list_add_tail(&new->list, &oe->events); in queue_event()
45 oe in queue_event()
64 __dup_event(struct ordered_events * oe,union perf_event * event) __dup_event() argument
78 dup_event(struct ordered_events * oe,union perf_event * event) dup_event() argument
84 __free_dup_event(struct ordered_events * oe,union perf_event * event) __free_dup_event() argument
92 free_dup_event(struct ordered_events * oe,union perf_event * event) free_dup_event() argument
99 alloc_event(struct ordered_events * oe,union perf_event * event) alloc_event() argument
172 ordered_events__new_event(struct ordered_events * oe,u64 timestamp,union perf_event * event) ordered_events__new_event() argument
186 ordered_events__delete(struct ordered_events * oe,struct ordered_event * event) ordered_events__delete() argument
194 ordered_events__queue(struct ordered_events * oe,union perf_event * event,u64 timestamp,u64 file_offset,const char * file_path) ordered_events__queue() argument
224 do_flush(struct ordered_events * oe,bool show_progress) do_flush() argument
267 __ordered_events__flush(struct ordered_events * oe,enum oe_flush how,u64 timestamp) __ordered_events__flush() argument
340 ordered_events__flush(struct ordered_events * oe,enum oe_flush how) ordered_events__flush() argument
345 ordered_events__flush_time(struct ordered_events * oe,u64 timestamp) ordered_events__flush_time() argument
350 ordered_events__first_time(struct ordered_events * oe) ordered_events__first_time() argument
361 ordered_events__init(struct ordered_events * oe,ordered_events__deliver_t deliver,void * data) ordered_events__init() argument
375 ordered_events_buffer__free(struct ordered_events_buffer * buffer,unsigned int max,struct ordered_events * oe) ordered_events_buffer__free() argument
387 ordered_events__free(struct ordered_events * oe) ordered_events__free() argument
410 ordered_events__reinit(struct ordered_events * oe) ordered_events__reinit() argument
[all...]
H A Dordered-events.h28 typedef int (*ordered_events__deliver_t)(struct ordered_events *oe,
56 int ordered_events__queue(struct ordered_events *oe, union perf_event *event,
58 void ordered_events__delete(struct ordered_events *oe, struct ordered_event *event);
59 int ordered_events__flush(struct ordered_events *oe, enum oe_flush how);
60 int ordered_events__flush_time(struct ordered_events *oe, u64 timestamp);
61 void ordered_events__init(struct ordered_events *oe, ordered_events__deliver_t deliver,
63 void ordered_events__free(struct ordered_events *oe);
64 void ordered_events__reinit(struct ordered_events *oe);
65 u64 ordered_events__first_time(struct ordered_events *oe);
68 void ordered_events__set_alloc_size(struct ordered_events *oe, u64 size) in ordered_events__set_alloc_size() argument
[all …]
/linux/fs/overlayfs/
H A Dovl_entry.h123 static inline unsigned int ovl_numlower(struct ovl_entry *oe) in ovl_numlower() argument
125 return oe ? oe->__numlower : 0; in ovl_numlower()
128 static inline struct ovl_path *ovl_lowerstack(struct ovl_entry *oe) in ovl_lowerstack() argument
130 return ovl_numlower(oe) ? oe->__lowerstack : NULL; in ovl_lowerstack()
133 static inline struct ovl_path *ovl_lowerpath(struct ovl_entry *oe) in ovl_lowerpath() argument
135 return ovl_lowerstack(oe); in ovl_lowerpath()
138 static inline struct ovl_path *ovl_lowerdata(struct ovl_entry *oe) in ovl_lowerdata() argument
140 struct ovl_path *lowerstack = ovl_lowerstack(oe); in ovl_lowerdata()
142 return lowerstack ? &lowerstack[oe->__numlower - 1] : NULL; in ovl_lowerdata()
146 static inline struct dentry *ovl_lowerdata_dentry(struct ovl_entry *oe) in ovl_lowerdata_dentry() argument
[all …]
H A Dutil.c147 struct ovl_entry *oe; in ovl_alloc_entry() local
149 oe = kzalloc_flex(*oe, __lowerstack, numlower); in ovl_alloc_entry()
150 if (oe) in ovl_alloc_entry()
151 oe->__numlower = numlower; in ovl_alloc_entry()
153 return oe; in ovl_alloc_entry()
156 void ovl_free_entry(struct ovl_entry *oe) in ovl_free_entry() argument
158 ovl_stack_put(ovl_lowerstack(oe), ovl_numlower(oe)); in ovl_free_entry()
159 kfree(oe); in ovl_free_entry()
180 struct ovl_entry *oe) in ovl_dentry_init_reval() argument
182 return ovl_dentry_init_flags(dentry, upperdentry, oe, OVL_D_REVALIDATE); in ovl_dentry_init_reval()
[all …]
H A Dsuper.c124 struct ovl_entry *oe; in ovl_dentry_revalidate_common() local
134 * with NULL upperdentry and NULL oe, resulting in the in ovl_dentry_revalidate_common()
143 oe = OVL_I_E(inode); in ovl_dentry_revalidate_common()
144 lowerstack = ovl_lowerstack(oe); in ovl_dentry_revalidate_common()
149 for (i = 0; ret > 0 && i < ovl_numlower(oe); i++) in ovl_dentry_revalidate_common()
197 oi->oe = NULL; in ovl_alloc_inode()
208 kfree(oi->oe); in ovl_free_inode()
218 ovl_stack_put(ovl_lowerstack(oi->oe), ovl_numlower(oi->oe)); in ovl_destroy_inode()
840 struct ovl_entry *oe, const struct path *upperpath) in ovl_get_indexdir() argument
844 struct dentry *origin = ovl_lowerstack(oe)->dentry; in ovl_get_indexdir()
[all …]
/linux/arch/arm/boot/dts/st/
H A Dst-pincfg.h15 #define OE (1 << 27) macro
30 /* oe = 0, pu = 0, od = 0 */
32 /* oe = 0, pu = 1, od = 0 */
34 /* oe = 1, pu = 0, od = 0 */
35 #define OUT (OE)
36 /* oe = 1, pu = 0, od = 1 */
37 #define BIDIR (OE | OD)
38 /* oe = 1, pu = 1, od = 1 */
39 #define BIDIR_PU (OE | PU | OD)
/linux/include/net/tc_act/
H A Dtc_gate.h121 struct action_gate_entry *oe; in tcf_gate_get_list() local
136 oe = kzalloc_objs(*oe, num_entries, GFP_ATOMIC); in tcf_gate_get_list()
137 if (!oe) in tcf_gate_get_list()
142 oe[i].gate_state = entry->gate_state; in tcf_gate_get_list()
143 oe[i].interval = entry->interval; in tcf_gate_get_list()
144 oe[i].ipv = entry->ipv; in tcf_gate_get_list()
145 oe[i].maxoctets = entry->maxoctets; in tcf_gate_get_list()
149 return oe; in tcf_gate_get_list()
/linux/include/linux/platform_data/
H A Dgpmc-omap.h51 /* OE signals timings corresponding to GPMC_CONFIG4 */
52 u32 oe_on; /* OE assertion time */
53 u32 oe_off; /* OE deassertion time */
54 u32 oe_aad_mux_on; /* OE assertion time for AAD */
55 u32 oe_aad_mux_off; /* OE deassertion time for AAD */
90 u32 t_oeasu; /* address setup to OE valid */
93 u32 t_oe; /* access time from OE assertion */
98 u32 t_oez; /* OE deassertion to high Z */
120 u8 cyc_oe; /* access time from OE assertion in cycles */
/linux/Documentation/devicetree/bindings/clock/
H A Didt,versaclock5.yaml38 SH SP Output when the SD/OE pin is Low/High
88 shut down if the SD/OE pin is driven high. If 0, this disables the
90 the value of the SD/OE pin. This property corresponds to the SH
97 If 1, this enables output when the SD/OE pin is high, and disables
98 output when the SD/OE pin is low. If 0, this disables output when
99 the SD/OE pin is high, and enables output when the SD/OE pin is
179 /* Set the SD/OE pin's settings */
/linux/drivers/comedi/drivers/
H A Ddt2817.c39 unsigned int oe = 0; in dt2817_dio_insn_config() local
57 oe |= 0x1; in dt2817_dio_insn_config()
59 oe |= 0x2; in dt2817_dio_insn_config()
61 oe |= 0x4; in dt2817_dio_insn_config()
63 oe |= 0x8; in dt2817_dio_insn_config()
65 outb(oe, dev->iobase + DT2817_CR); in dt2817_dio_insn_config()
/linux/Documentation/devicetree/bindings/memory-controllers/
H A Dti,gpmc-child.yaml75 # OE signals timings corresponding to GPMC_CONFIG4:
76 gpmc,oe-on-ns:
80 gpmc,oe-off-ns:
84 gpmc,oe-aad-mux-on-ns:
88 gpmc,oe-aad-mux-off-ns:
148 gpmc,oe-extra-delay:
149 description: OE signal is delayed by half GPMC clock
/linux/drivers/clk/
H A Dclk-si521xx.c42 /* Count of populated OE bits in control register ref, 1 and 2 */
44 #define SI521XX_OE_MAP_GET_OE(oe, map) (((map) >> (((oe) - 1) * 8)) & 0xff) argument
259 int oe, b, ctr = 0; in si521xx_diff_idx_to_reg_bit() local
261 for (oe = 1; oe <= 2; oe++) { in si521xx_diff_idx_to_reg_bit()
262 mask = bitrev8(SI521XX_OE_MAP_GET_OE(oe, chip_info)); in si521xx_diff_idx_to_reg_bit()
266 clk->reg = SI521XX_REG_OE(oe); in si521xx_diff_idx_to_reg_bit()
/linux/Documentation/devicetree/bindings/mips/cavium/
H A Dbootbus.txt36 - cavium,t-oe: A cell specifying the OE timing (in nS).
90 cavium,t-oe = <60>;
110 cavium,t-oe = <270>;
/linux/Documentation/devicetree/bindings/bus/
H A Dnvidia,tegra20-gmi.txt49 - nvidia,snor-oe-active-high: WE/OE signal is active high
67 - nvidia,snor-oe-width: Number of cycles during which OE stays asserted.
/linux/arch/sh/include/mach-common/mach/
H A Dsh2007.h89 /* Address->OE/WE assert delay A (0-7:0,1,2,3,6,9,12,15) */
91 /* Address->OE/WE assert delay B (0-7:0,1,2,3,6,9,12,15) */
93 /* OE/WE negate->Address delay A (0-7:0,1,2,3,6,9,12,15) */
95 /* OE/WE negate->Address delay B (0-7:0,1,2,3,6,9,12,15) */
/linux/Documentation/devicetree/bindings/display/ti/
H A Dti,tpd12s015.txt8 - gpios: CT CP HPD, LS OE and HPD gpios
21 <&gpio2 9 GPIO_ACTIVE_HIGH>, /* 41, LS OE */
/linux/arch/arm/boot/dts/ti/omap/
H A Domap2420-h4.dts37 gpmc,oe-on-ns = <60>;
38 gpmc,oe-off-ns = <120>;
H A Domap-gpmc-smsc9221.dtsi39 gpmc,oe-on-ns = <0>;
40 gpmc,oe-off-ns = <42>;
H A Domap-gpmc-smsc911x.dtsi36 gpmc,oe-on-ns = <45>;
37 gpmc,oe-off-ns = <140>;
H A Domap3-overo-tobiduo-common.dtsi32 gpmc,oe-on-ns = <0>;
33 gpmc,oe-off-ns = <42>;
H A Domap2430-sdp.dts54 gpmc,oe-on-ns = <60>;
55 gpmc,oe-off-ns = <169>;
H A Domap-zoom-common.dtsi38 gpmc,oe-on-ns = <45>;
39 gpmc,oe-off-ns = <145>;
/linux/arch/mips/boot/dts/cavium-octeon/
H A Docteon_3xxx.dtsi133 cavium,t-oe = <60>;
150 cavium,t-oe = <320>;
167 cavium,t-oe = <125>;
184 cavium,t-oe = <270>;
/linux/Documentation/devicetree/bindings/display/bridge/
H A Dthine,thc63lvd1024.yaml63 oe-gpios:
65 description: Output enable GPIO signal, pin name "OE", active high.
/linux/drivers/infiniband/hw/hfi1/
H A Dqsfp.c34 * The OE bit value is inverted and connected to the pin. When in hfi1_setsda()
35 * OE is 0 the pin is left to be pulled up, when the OE is 1 in hfi1_setsda()
58 * The OE bit value is inverted and connected to the pin. When in hfi1_setscl()
59 * OE is 0 the pin is left to be pulled up, when the OE is 1 in hfi1_setscl()
78 hfi1_setsda(data, 1); /* clear OE so we do not pull line down */ in hfi1_getsda()
92 hfi1_setscl(data, 1); /* clear OE so we do not pull line down */ in hfi1_getscl()

12345