Searched refs:dst_state (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/media/pci/bt8xx/ |
| A D | dst_common.h | 85 struct dst_state { struct 155 int rdc_reset_state(struct dst_state *state); 157 int dst_wait_dst_ready(struct dst_state *state, u8 delay_mode); 158 int dst_pio_disable(struct dst_state *state); 159 int dst_error_recovery(struct dst_state* state); 160 int dst_error_bailout(struct dst_state *state); 161 int dst_comm_init(struct dst_state* state); 163 int write_dst(struct dst_state *state, u8 * data, u8 len); 164 int read_dst(struct dst_state *state, u8 * ret, u8 len); 166 struct dst_state* dst_attach(struct dst_state* state, struct dvb_adapter *dvb_adapter); [all …]
|
| A D | dst.c | 104 int rdc_reset_state(struct dst_state *state) in rdc_reset_state() 122 static int rdc_8820_reset(struct dst_state *state) in rdc_8820_reset() 138 static int dst_pio_enable(struct dst_state *state) in dst_pio_enable() 149 int dst_pio_disable(struct dst_state *state) in dst_pio_disable() 184 int dst_error_recovery(struct dst_state *state) in dst_error_recovery() 196 int dst_error_bailout(struct dst_state *state) in dst_error_bailout() 207 int dst_comm_init(struct dst_state *state) in dst_comm_init() 881 static int dst_get_mac(struct dst_state *state) in dst_get_mac() 896 static int dst_fw_ver(struct dst_state *state) in dst_fw_ver() 1137 static int dst_probe(struct dst_state *state) in dst_probe() [all …]
|
| A D | dst_ca.c | 64 static int dst_ci_command(struct dst_state* state, u8 * data, u8 *ca_string, u8 len, int read) in dst_ci_command() 106 static int dst_put_ci(struct dst_state *state, u8 *data, int len, u8 *ca_string, int read) in dst_put_ci() 128 static int ca_get_app_info(struct dst_state *state) in ca_get_app_info() 166 static int ca_get_ca_info(struct dst_state *state) in ca_get_ca_info() 210 static int ca_get_slot_caps(struct dst_state *state, struct ca_caps *p_ca_caps, void __user *arg) in ca_get_slot_caps() 243 static int ca_get_slot_descr(struct dst_state *state, struct ca_msg *p_ca_message, void __user *arg) in ca_get_slot_descr() 289 static int ca_get_message(struct dst_state *state, struct ca_msg *p_ca_message, void __user *arg) in ca_get_message() 351 static int write_to_8820(struct dst_state *state, struct ca_msg *hw_buffer, u8 length, u8 reply) in write_to_8820() 450 static int ca_send_message(struct dst_state *state, struct ca_msg *p_ca_message, void __user *arg) in ca_send_message() 528 struct dst_state *state; in dst_ca_ioctl() [all …]
|
| A D | dst_ca.h | 41 struct dst_state *dst;
|
| A D | dvb-bt8xx.c | 588 struct dst_state* state = NULL; in frontend_init() 660 state = kmalloc(sizeof (struct dst_state), GFP_KERNEL); in frontend_init()
|
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| A D | dc_state.c | 167 for (i = 0; i < dst_state->phantom_stream_count; i++) in dc_state_copy_internal() 168 dc_stream_retain(dst_state->phantom_streams[i]); in dc_state_copy_internal() 170 for (i = 0; i < dst_state->phantom_plane_count; i++) in dc_state_copy_internal() 174 for (i = 0; i < dst_state->stream_count; i++) { in dc_state_copy_internal() 175 dc_stream_retain(dst_state->streams[i]); in dc_state_copy_internal() 178 dst_state->stream_status[i].plane_states[j]); in dc_state_copy_internal() 234 struct kref refcount = dst_state->refcount; in dc_state_copy() 240 dc_state_copy_internal(dst_state, src_state); in dc_state_copy() 243 dst_state->bw_ctx.dml2 = dst_dml2; in dc_state_copy() 253 dst_state->refcount = refcount; in dc_state_copy() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/ |
| A D | dc_state.h | 33 void dc_state_copy(struct dc_state *dst_state, struct dc_state *src_state); 35 void dc_state_copy_current(struct dc *dc, struct dc_state *dst_state);
|
| /linux/kernel/bpf/ |
| A D | verifier.c | 1418 dst_state->jmp_history = copy_array(dst_state->jmp_history, src->jmp_history, in copy_verifier_state() 1421 if (!dst_state->jmp_history) in copy_verifier_state() 1429 free_func_state(dst_state->frame[i]); in copy_verifier_state() 1430 dst_state->frame[i] = NULL; in copy_verifier_state() 1432 dst_state->speculative = src->speculative; in copy_verifier_state() 1436 dst_state->curframe = src->curframe; in copy_verifier_state() 1439 dst_state->branches = src->branches; in copy_verifier_state() 1440 dst_state->parent = src->parent; in copy_verifier_state() 1443 dst_state->dfs_depth = src->dfs_depth; in copy_verifier_state() 1448 dst = dst_state->frame[i]; in copy_verifier_state() [all …]
|
| /linux/fs/f2fs/ |
| A D | node.c | 2237 enum nid_state org_state, enum nid_state dst_state) in __move_free_nid() argument 2242 i->state = dst_state; in __move_free_nid() 2244 nm_i->nid_cnt[dst_state]++; in __move_free_nid() 2246 switch (dst_state) { in __move_free_nid()
|
Completed in 66 milliseconds