Home
last modified time | relevance | path

Searched full:port (Results 1 – 25 of 2215) sorted by relevance

12345678910>>...89

/Zephyr-latest/dts/bindings/gpio/
Drenesas,ra-gpio-ioport.yaml4 description: Renesas RA GPIO IO port
14 port:
20 description: Array of vbatt pin on port
22 port-irqs:
24 description: Port irq which this port can be use
26 port-irq-names:
28 description: The name of port irq
30 port-irq0-pins:
32 description: Pins allow to assign port-irq0
34 port-irq1-pins:
[all …]
Drenesas,ra-gpio.yaml14 port-irq0-pins:
16 description: Pins allow to assign port-irq0
18 port-irq1-pins:
20 description: Pins allow to assign port-irq1
22 port-irq2-pins:
24 description: Pins allow to assign port-irq2
26 port-irq3-pins:
28 description: Pins allow to assign port-irq3
30 port-irq4-pins:
32 description: Pins allow to assign port-irq4
[all …]
/Zephyr-latest/dts/arm/renesas/ra/ra8/
Dr7fa8m1xh.dtsi268 port-irqs = <&port_irq6 &port_irq7 &port_irq8
271 port-irq-names = "port-irq6",
272 "port-irq7",
273 "port-irq8",
274 "port-irq9",
275 "port-irq10",
276 "port-irq11",
277 "port-irq12",
278 "port-irq13",
279 "port-irq14";
[all …]
Dr7fa8t1xh.dtsi250 port-irqs = <&port_irq6 &port_irq7 &port_irq8
253 port-irq-names = "port-irq6",
254 "port-irq7",
255 "port-irq8",
256 "port-irq9",
257 "port-irq10",
258 "port-irq11",
259 "port-irq12",
260 "port-irq13",
261 "port-irq14";
[all …]
Dr7fa8d1xh.dtsi304 port-irqs = <&port_irq6 &port_irq7 &port_irq8
307 port-irq-names = "port-irq6",
308 "port-irq7",
309 "port-irq8",
310 "port-irq9",
311 "port-irq10",
312 "port-irq11",
313 "port-irq12",
314 "port-irq13",
315 "port-irq14";
[all …]
/Zephyr-latest/dts/arm/renesas/ra/ra6/
Dr7fa6m1ad3cfp.dtsi173 port-irqs = <&port_irq6 &port_irq7 &port_irq8
176 port-irq-names = "port-irq6",
177 "port-irq7",
178 "port-irq8",
179 "port-irq9",
180 "port-irq10",
181 "port-irq11",
182 "port-irq12",
183 "port-irq13";
184 port-irq6-pins = <0>;
[all …]
Dr7fa6m2ax.dtsi217 port-irqs = <&port_irq6 &port_irq7 &port_irq8
220 port-irq-names = "port-irq6",
221 "port-irq7",
222 "port-irq8",
223 "port-irq9",
224 "port-irq10",
225 "port-irq11",
226 "port-irq12",
227 "port-irq13";
228 port-irq6-pins = <0>;
[all …]
Dr7fa6m3ax.dtsi21 port = <8>;
31 port = <9>;
41 port = <10>;
51 port = <11>;
276 port-irqs = <&port_irq6 &port_irq7 &port_irq8
279 port-irq-names = "port-irq6",
280 "port-irq7",
281 "port-irq8",
282 "port-irq9",
283 "port-irq10",
[all …]
Dr7fa6e10x.dtsi23 port = <6>;
33 port = <7>;
247 port-irqs = <&port_irq6 &port_irq7 &port_irq8
250 port-irq-names = "port-irq6",
251 "port-irq7",
252 "port-irq8",
253 "port-irq9",
254 "port-irq10",
255 "port-irq11",
256 "port-irq12",
[all …]
Dr7fa6e2bx.dtsi30 port = <8>;
228 port-irqs = <&port_irq6 &port_irq7 &port_irq8
231 port-irq-names = "port-irq6",
232 "port-irq7",
233 "port-irq8",
234 "port-irq9",
235 "port-irq10",
236 "port-irq11",
237 "port-irq12",
238 "port-irq13";
[all …]
Dr7fa6m5xh.dtsi21 port = <6>;
31 port = <7>;
41 port = <8>;
51 port = <9>;
61 port = <10>;
71 port = <11>;
449 port-irqs = <&port_irq6 &port_irq7 &port_irq8
452 port-irq-names = "port-irq6",
453 "port-irq7",
454 "port-irq8",
[all …]
Dr7fa6m4ax.dtsi143 port = <6>;
153 port = <7>;
163 port = <8>;
375 port-irqs = <&port_irq6 &port_irq7 &port_irq8
378 port-irq-names = "port-irq6",
379 "port-irq7",
380 "port-irq8",
381 "port-irq9",
382 "port-irq10",
383 "port-irq11",
[all …]
/Zephyr-latest/subsys/net/lib/ptp/
Dport.h8 * @file port.h
9 * @brief PTP port data structure and interface to operate on PTP Ports.
36 * @brief Structure describing PTP Port.
41 /** PTP Port Dataset*/
43 /** Interface related to the Port. */
51 /** Structure of system timers used by the Port. */
71 /** Pointer to the Port's best Foreign TimeTransmitter. */
86 * @brief Function initializing PTP Port.
94 * @brief Function returning PTP Port's state.
96 * @param[in] port Pointer to the PTP Port structure.
[all …]
Dport.c18 #include "port.h"
82 static int port_msg_send(struct ptp_port *port, struct ptp_msg *msg, enum ptp_socket idx) in port_msg_send() argument
86 return ptp_transport_send(port, msg, idx); in port_msg_send()
117 static void port_synchronize(struct ptp_port *port, in port_synchronize() argument
131 port_timer_set_timeout(&port->timers.sync, in port_synchronize()
132 port->port_ds.announce_receipt_timeout, in port_synchronize()
133 port->port_ds.log_sync_interval); in port_synchronize()
136 static void port_ds_init(struct ptp_port *port) in port_ds_init() argument
138 struct ptp_port_ds *ds = &port->port_ds; in port_ds_init()
157 struct ptp_port *port = ptp_clock_port_from_iface(pkt->iface); in port_delay_req_timestamp_cb() local
[all …]
/Zephyr-latest/subsys/tracing/user/
Dtracing_user.c28 void __weak sys_trace_gpio_pin_interrupt_configure_enter_user(const struct device *port, in sys_trace_gpio_pin_interrupt_configure_enter_user() argument
30 void __weak sys_trace_gpio_pin_interrupt_configure_exit_user(const struct device *port, in sys_trace_gpio_pin_interrupt_configure_exit_user() argument
32 void __weak sys_trace_gpio_pin_configure_enter_user(const struct device *port, gpio_pin_t pin, in sys_trace_gpio_pin_configure_enter_user() argument
34 void __weak sys_trace_gpio_pin_configure_exit_user(const struct device *port, gpio_pin_t pin, in sys_trace_gpio_pin_configure_exit_user() argument
36 void __weak sys_trace_gpio_port_get_direction_enter_user(const struct device *port, in sys_trace_gpio_port_get_direction_enter_user() argument
40 void __weak sys_trace_gpio_port_get_direction_exit_user(const struct device *port, int ret) {} in sys_trace_gpio_port_get_direction_exit_user() argument
41 void __weak sys_trace_gpio_pin_get_config_enter_user(const struct device *port, gpio_pin_t pin, in sys_trace_gpio_pin_get_config_enter_user() argument
43 void __weak sys_trace_gpio_pin_get_config_exit_user(const struct device *port, gpio_pin_t pin, in sys_trace_gpio_pin_get_config_exit_user() argument
45 void __weak sys_trace_gpio_port_get_raw_enter_user(const struct device *port, in sys_trace_gpio_port_get_raw_enter_user() argument
47 void __weak sys_trace_gpio_port_get_raw_exit_user(const struct device *port, int ret) {} in sys_trace_gpio_port_get_raw_exit_user() argument
[all …]
/Zephyr-latest/dts/arm/renesas/ra/ra4/
Dr7fa4m3ax.dtsi23 port = <6>;
33 port = <7>;
43 port = <8>;
280 port-irqs = <&port_irq6 &port_irq7 &port_irq8
283 port-irq-names = "port-irq6",
284 "port-irq7",
285 "port-irq8",
286 "port-irq9",
287 "port-irq10",
288 "port-irq11",
[all …]
Dr7fa4m2ax.dtsi25 port = <6>;
35 port = <7>;
269 port-irqs = <&port_irq6 &port_irq7 &port_irq8
272 port-irq-names = "port-irq6",
273 "port-irq7",
274 "port-irq8",
275 "port-irq9",
276 "port-irq10",
277 "port-irq11",
278 "port-irq12",
[all …]
Dr7fa4e2b93cfm.dtsi31 port = <8>;
219 port-irqs = <&port_irq6 &port_irq7 &port_irq8
222 port-irq-names = "port-irq6",
223 "port-irq7",
224 "port-irq8",
225 "port-irq9",
226 "port-irq10",
227 "port-irq11",
228 "port-irq12",
229 "port-irq13";
[all …]
Dr7fa4w1ad2cng.dtsi185 port-irqs = <&port_irq3 &port_irq7 &port_irq14
187 port-irq-names = "port-irq3",
188 "port-irq7",
189 "port-irq14",
190 "port-irq15";
191 port-irq3-pins = <4>;
192 port-irq7-pins = <15>;
193 port-irq14-pins = <10>;
194 port-irq15-pins = <11>;
198 port-irqs = <&port_irq0 &port_irq1 &port_irq2
[all …]
/Zephyr-latest/include/zephyr/drivers/interrupt_controller/
Dsam0_eic.h33 * @brief Acquire an EIC interrupt for specific port and pin combination
35 * This acquires the EIC interrupt for a specific port and pin combination,
37 * callback per port is supported and supplying a different one will
38 * change it for all lines on that port.
40 * @param port port index (A=0, etc)
41 * @param pin pin in the port
47 int sam0_eic_acquire(int port, int pin, enum sam0_eic_trigger trigger,
51 * @brief Release the EIC interrupt for a specific port and pin combination
53 * Release the EIC configuration for a specific port and pin combination.
57 * @param port port index (A=0, etc)
[all …]
/Zephyr-latest/tests/drivers/gpio/gpio_api_1pin/src/
Dtest_port.c14 static void port_get_raw_and_verify(const struct device *port, in port_get_raw_and_verify() argument
20 zassert_equal(gpio_port_get_raw(port, &val_actual), 0, in port_get_raw_and_verify()
21 "Test point %d: failed to get physical port value", idx); in port_get_raw_and_verify()
23 "Test point %d: invalid physical port get value", idx); in port_get_raw_and_verify()
26 static void port_get_and_verify(const struct device *port, in port_get_and_verify() argument
32 zassert_equal(gpio_port_get(port, &val_actual), 0, in port_get_and_verify()
33 "Test point %d: failed to get logical port value", idx); in port_get_and_verify()
35 "Test point %d: invalid logical port get value", idx); in port_get_and_verify()
38 static void port_set_masked_raw_and_verify(const struct device *port, in port_set_masked_raw_and_verify() argument
42 zassert_equal(gpio_port_set_masked_raw(port, mask, value), 0, in port_set_masked_raw_and_verify()
[all …]
/Zephyr-latest/dts/arm/renesas/ra/ra2/
Dr7fa2a1xh.dtsi187 port-irqs = <&port_irq0 &port_irq4>;
188 port-irq-names = "port-irq0",
189 "port-irq4";
190 port-irq0-pins = <1>;
191 port-irq4-pins = <0>;
195 port-irqs = <&port_irq2 &port_irq3 &port_irq4
197 port-irq-names = "port-irq2",
198 "port-irq3",
199 "port-irq4",
200 "port-irq5",
[all …]
/Zephyr-latest/drivers/xen/
Devents.c28 /* data is the event_channels entry, subtracting the base, it's the port */ in empty_callback()
29 unsigned int port = (((evtchn_handle_t *)data) - event_channels); in empty_callback() local
31 events_missed[port] = true; in empty_callback()
44 rc = alloc.port; in alloc_unbound_event_channel()
61 rc = alloc.port; in alloc_unbound_event_channel_dom0()
95 int evtchn_close(evtchn_port_t port) in evtchn_close() argument
98 .port = port, in evtchn_close()
104 int evtchn_set_priority(evtchn_port_t port, uint32_t priority) in evtchn_set_priority() argument
107 .port = port, in evtchn_set_priority()
114 void notify_evtchn(evtchn_port_t port) in notify_evtchn() argument
[all …]
/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_private.h28 #define GPTP_STATS_INC(port, var) (GPTP_PORT_PARAM_DS(port)->var++) argument
30 #define GPTP_STATS_INC(port, var)
36 * Utility to check if a port is configured as a slave.
38 * @param port Port to check.
40 * @return True if this is a slave port.
42 bool gptp_is_slave_port(int port);
45 * @brief Convert the network interface to the correct port number.
47 * @param iface Network Interface acting as a ptp port.
49 * @return Number of the port if found, ENODEV otherwise.
79 * @param port Port number.
[all …]
/Zephyr-latest/include/zephyr/arch/arc/v2/
Dsys_io.h26 void sys_out8(uint8_t data, io_port_t port) in sys_out8() argument
28 z_arc_v2_aux_reg_write(port, data); in sys_out8()
32 uint8_t sys_in8(io_port_t port) in sys_in8() argument
34 return (uint8_t)(z_arc_v2_aux_reg_read(port) & 0x000000ff); in sys_in8()
38 void sys_out16(uint16_t data, io_port_t port) in sys_out16() argument
40 z_arc_v2_aux_reg_write(port, data); in sys_out16()
44 uint16_t sys_in16(io_port_t port) in sys_in16() argument
46 return (uint16_t)(z_arc_v2_aux_reg_read(port) & 0x0000ffff); in sys_in16()
50 void sys_out32(uint32_t data, io_port_t port) in sys_out32() argument
52 z_arc_v2_aux_reg_write(port, data); in sys_out32()
[all …]

12345678910>>...89