Home
last modified time | relevance | path

Searched refs:signal_free_time (Results 1 – 25 of 75) sorted by relevance

123

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-cec.c93 u32 signal_free_time, struct cec_msg *msg) in dw_hdmi_cec_transmit() argument
98 switch (signal_free_time) { in dw_hdmi_cec_transmit()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-cec.c93 u32 signal_free_time, struct cec_msg *msg) in dw_hdmi_cec_transmit() argument
98 switch (signal_free_time) { in dw_hdmi_cec_transmit()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-cec.c93 u32 signal_free_time, struct cec_msg *msg) in dw_hdmi_cec_transmit() argument
98 switch (signal_free_time) { in dw_hdmi_cec_transmit()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/test-drivers/vivid/
H A Dvivid-cec.c194 u32 signal_free_time, struct cec_msg *msg) in vivid_cec_adap_transmit() argument
204 cw->usecs = CEC_FREE_TIME_TO_USEC(signal_free_time) + in vivid_cec_adap_transmit()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/test-drivers/vivid/
H A Dvivid-cec.c194 u32 signal_free_time, struct cec_msg *msg) in vivid_cec_adap_transmit() argument
204 cw->usecs = CEC_FREE_TIME_TO_USEC(signal_free_time) + in vivid_cec_adap_transmit()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/test-drivers/vivid/
H A Dvivid-cec.c194 u32 signal_free_time, struct cec_msg *msg) in vivid_cec_adap_transmit() argument
204 cw->usecs = CEC_FREE_TIME_TO_USEC(signal_free_time) + in vivid_cec_adap_transmit()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/cec/core/
H A Dcec-pin.c1168 u32 signal_free_time, struct cec_msg *msg) in cec_pin_adap_transmit() argument
1178 signal_free_time > CEC_SIGNAL_FREE_TIME_NEW_INITIATOR) in cec_pin_adap_transmit()
1179 signal_free_time = CEC_SIGNAL_FREE_TIME_NEW_INITIATOR; in cec_pin_adap_transmit()
1181 pin->tx_signal_free_time = signal_free_time; in cec_pin_adap_transmit()
H A Dcec-adap.c463 unsigned int signal_free_time; in cec_thread_func() local
558 signal_free_time = CEC_SIGNAL_FREE_TIME_RETRY; in cec_thread_func()
562 signal_free_time = CEC_SIGNAL_FREE_TIME_NEW_INITIATOR; in cec_thread_func()
569 signal_free_time = CEC_SIGNAL_FREE_TIME_NEXT_XFER; in cec_thread_func()
576 signal_free_time, &data->msg)) in cec_thread_func()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/cec/core/
H A Dcec-pin.c1168 u32 signal_free_time, struct cec_msg *msg) in cec_pin_adap_transmit() argument
1178 signal_free_time > CEC_SIGNAL_FREE_TIME_NEW_INITIATOR) in cec_pin_adap_transmit()
1179 signal_free_time = CEC_SIGNAL_FREE_TIME_NEW_INITIATOR; in cec_pin_adap_transmit()
1181 pin->tx_signal_free_time = signal_free_time; in cec_pin_adap_transmit()
H A Dcec-adap.c463 unsigned int signal_free_time; in cec_thread_func() local
558 signal_free_time = CEC_SIGNAL_FREE_TIME_RETRY; in cec_thread_func()
562 signal_free_time = CEC_SIGNAL_FREE_TIME_NEW_INITIATOR; in cec_thread_func()
569 signal_free_time = CEC_SIGNAL_FREE_TIME_NEXT_XFER; in cec_thread_func()
576 signal_free_time, &data->msg)) in cec_thread_func()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/cec/core/
H A Dcec-pin.c1168 u32 signal_free_time, struct cec_msg *msg) in cec_pin_adap_transmit() argument
1178 signal_free_time > CEC_SIGNAL_FREE_TIME_NEW_INITIATOR) in cec_pin_adap_transmit()
1179 signal_free_time = CEC_SIGNAL_FREE_TIME_NEW_INITIATOR; in cec_pin_adap_transmit()
1181 pin->tx_signal_free_time = signal_free_time; in cec_pin_adap_transmit()
H A Dcec-adap.c463 unsigned int signal_free_time; in cec_thread_func() local
558 signal_free_time = CEC_SIGNAL_FREE_TIME_RETRY; in cec_thread_func()
562 signal_free_time = CEC_SIGNAL_FREE_TIME_NEW_INITIATOR; in cec_thread_func()
569 signal_free_time = CEC_SIGNAL_FREE_TIME_NEXT_XFER; in cec_thread_func()
576 signal_free_time, &data->msg)) in cec_thread_func()
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/driver-api/media/
H A Dcec-core.rst113 u32 signal_free_time, struct cec_msg *msg);
181 u32 signal_free_time, struct cec_msg *msg);
186 The signal_free_time is the number of data bit periods that the adapter should
192 The CEC_FREE_TIME_TO_USEC macro can be used to convert signal_free_time to
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/driver-api/media/
H A Dcec-core.rst113 u32 signal_free_time, struct cec_msg *msg);
181 u32 signal_free_time, struct cec_msg *msg);
186 The signal_free_time is the number of data bit periods that the adapter should
192 The CEC_FREE_TIME_TO_USEC macro can be used to convert signal_free_time to
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/driver-api/media/
H A Dcec-core.rst113 u32 signal_free_time, struct cec_msg *msg);
181 u32 signal_free_time, struct cec_msg *msg);
186 The signal_free_time is the number of data bit periods that the adapter should
192 The CEC_FREE_TIME_TO_USEC macro can be used to convert signal_free_time to
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/cec/platform/meson/
H A Dao-cec-g12a.c530 u32 signal_free_time, struct cec_msg *msg) in meson_ao_cec_g12a_transmit() argument
552 switch (signal_free_time) { in meson_ao_cec_g12a_transmit()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/cec/platform/meson/
H A Dao-cec-g12a.c530 u32 signal_free_time, struct cec_msg *msg) in meson_ao_cec_g12a_transmit() argument
552 switch (signal_free_time) { in meson_ao_cec_g12a_transmit()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/cec/platform/meson/
H A Dao-cec-g12a.c530 u32 signal_free_time, struct cec_msg *msg) in meson_ao_cec_g12a_transmit() argument
552 switch (signal_free_time) { in meson_ao_cec_g12a_transmit()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/cec/platform/s5p/
H A Ds5p_cec.c69 u32 signal_free_time, struct cec_msg *msg) in s5p_cec_adap_transmit() argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/cec/platform/s5p/
H A Ds5p_cec.c69 u32 signal_free_time, struct cec_msg *msg) in s5p_cec_adap_transmit() argument
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/cec/platform/s5p/
H A Ds5p_cec.c69 u32 signal_free_time, struct cec_msg *msg) in s5p_cec_adap_transmit() argument
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/bridge/adv7511/
H A Dadv7511_cec.c248 u32 signal_free_time, struct cec_msg *msg) in adv7511_cec_adap_transmit() argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/bridge/adv7511/
H A Dadv7511_cec.c248 u32 signal_free_time, struct cec_msg *msg) in adv7511_cec_adap_transmit() argument
/dports/multimedia/libv4l/linux-5.13-rc2/include/media/
H A Dcec.h115 u32 signal_free_time, struct cec_msg *msg);
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/media/
H A Dcec.h115 u32 signal_free_time, struct cec_msg *msg);

123