Home
last modified time | relevance | path

Searched refs:rc_state (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/media/usb/dvb-usb/
Dm920x.c137 static inline void m920x_parse_rc_state(struct dvb_usb_device *d, u8 rc_state, in m920x_parse_rc_state() argument
142 switch (rc_state) { in m920x_parse_rc_state()
173 deb("Unexpected rc state %02x\n", rc_state); in m920x_parse_rc_state()
182 u8 *rc_state; in m920x_rc_query() local
184 rc_state = kmalloc(2, GFP_KERNEL); in m920x_rc_query()
185 if (!rc_state) in m920x_rc_query()
189 rc_state, 1); in m920x_rc_query()
194 rc_state + 1, 1); in m920x_rc_query()
198 m920x_parse_rc_state(d, rc_state[0], state); in m920x_rc_query()
201 if (rc5_data(&d->props.rc.legacy.rc_map_table[i]) == rc_state[1]) { in m920x_rc_query()
[all …]
/linux-6.12.1/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder.c202 enum dpu_enc_rc_states rc_state; member
907 dpu_enc->rc_state, "begin"); in dpu_encoder_resource_control()
919 if (dpu_enc->rc_state == DPU_ENC_RC_STATE_ON) { in dpu_encoder_resource_control()
924 } else if (dpu_enc->rc_state != DPU_ENC_RC_STATE_OFF && in dpu_encoder_resource_control()
925 dpu_enc->rc_state != DPU_ENC_RC_STATE_IDLE) { in dpu_encoder_resource_control()
928 dpu_enc->rc_state); in dpu_encoder_resource_control()
933 if (is_vid_mode && dpu_enc->rc_state == DPU_ENC_RC_STATE_IDLE) in dpu_encoder_resource_control()
938 dpu_enc->rc_state = DPU_ENC_RC_STATE_ON; in dpu_encoder_resource_control()
941 dpu_enc->idle_pc_supported, dpu_enc->rc_state, in dpu_encoder_resource_control()
954 if (dpu_enc->rc_state != DPU_ENC_RC_STATE_ON) { in dpu_encoder_resource_control()
[all …]
Ddpu_trace.h364 int rc_state, const char *stage),
365 TP_ARGS(drm_id, sw_event, idle_pc_supported, rc_state, stage),
370 __field( int, rc_state )
377 __entry->rc_state = rc_state;
383 __entry->rc_state)
/linux-6.12.1/drivers/net/ppp/
Dppp_generic.c135 void *rc_state; /* its internal state 98 */ member
1508 if (ppp->rc_state) in ppp_net_siocdevprivate()
1509 ppp->rcomp->decomp_stat(ppp->rc_state, &cstats.d); in ppp_net_siocdevprivate()
2398 if (ppp->rc_state && (ppp->rstate & SC_DECOMP_RUN) && in ppp_receive_nonmp_frame()
2563 len = ppp->rcomp->decompress(ppp->rc_state, skb->data - 2, in ppp_decompress_frame()
2586 ppp->rcomp->incomp(ppp->rc_state, skb->data - 2, in ppp_decompress_frame()
3079 ostate = ppp->rc_state; in ppp_set_compress()
3081 ppp->rc_state = state; in ppp_set_compress()
3150 if (!ppp->rc_state) in ppp_ccp_peek()
3152 if (ppp->rcomp->decomp_init(ppp->rc_state, dp, len, in ppp_ccp_peek()
[all …]