Searched refs:port_in (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/fddi/skfp/ |
H A D | ecm.c | 417 int port_in = 0 ; in prop_actions() local 423 port_in = port_out = pcm_get_s_port(smc) ; in prop_actions() 426 port_in = cfm_get_mac_input(smc) ; /* PA or PB */ in prop_actions() 435 DB_ECM("ECM : prop_actions - in %d out %d", port_in, port_out); in prop_actions() 439 DB_ECM("ECM : initiate TRACE on PHY %c", 'A' + port_in - PA); in prop_actions() 440 queue_event(smc,EVENT_PCM+port_in,PC_TRACE) ; in prop_actions()
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-st.c | 1417 unsigned long port_in, port_mask, port_comp, active_irqs; in __gpio_irq_handler() local 1426 port_in = readl(bank->base + REG_PIO_PIN); in __gpio_irq_handler() 1430 active_irqs = (port_in ^ port_comp) & port_mask; in __gpio_irq_handler()
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0004-ffmpeg-4.3.4-rpi_14.patch | 60815 + de->port_in = de->display->input[0]; 60825 + de->port_in = de->isp->input[0]; 60828 + mmal_format_copy(de->port_in->format, &new_es); 60830 + if (mmal_port_format_commit(de->port_in)) { 60877 + de->port_in->buffer_num = DISPLAY_PORT_DEPTH; 60879 + de->port_in->buffer_size = buf->alloc_size; 60880 + if (!de->port_in->is_enabled) 60894 + if (mmal_port_send_buffer(de->port_in, buf) != MMAL_SUCCESS) 60916 + if (de->port_in != NULL && de->port_in->is_enabled) { 60917 + mmal_port_disable(de->port_in); [all …]
|