Searched refs:dst_state (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/media/pci/bt8xx/ |
D | dst_common.h | 97 struct dst_state { struct 167 int rdc_reset_state(struct dst_state *state); 169 int dst_wait_dst_ready(struct dst_state *state, u8 delay_mode); 170 int dst_pio_disable(struct dst_state *state); 171 int dst_error_recovery(struct dst_state* state); 172 int dst_error_bailout(struct dst_state *state); 173 int dst_comm_init(struct dst_state* state); 175 int write_dst(struct dst_state *state, u8 * data, u8 len); 176 int read_dst(struct dst_state *state, u8 * ret, u8 len); 178 struct dst_state* dst_attach(struct dst_state* state, struct dvb_adapter *dvb_adapter); [all …]
|
D | dst.c | 57 static int dst_command(struct dst_state *state, u8 *data, u8 len); 59 static void dst_packsize(struct dst_state *state, int psize) in dst_packsize() 67 static int dst_gpio_outb(struct dst_state *state, u32 mask, u32 enbb, in dst_gpio_outb() 101 static int dst_gpio_inb(struct dst_state *state, u8 *result) in dst_gpio_inb() 116 int rdc_reset_state(struct dst_state *state) in rdc_reset_state() 134 static int rdc_8820_reset(struct dst_state *state) in rdc_8820_reset() 150 static int dst_pio_enable(struct dst_state *state) in dst_pio_enable() 161 int dst_pio_disable(struct dst_state *state) in dst_pio_disable() 174 int dst_wait_dst_ready(struct dst_state *state, u8 delay_mode) in dst_wait_dst_ready() 196 int dst_error_recovery(struct dst_state *state) in dst_error_recovery() [all …]
|
D | dst_ca.c | 76 static int dst_ci_command(struct dst_state* state, u8 * data, u8 *ca_string, u8 len, int read) in dst_ci_command() 118 static int dst_put_ci(struct dst_state *state, u8 *data, int len, u8 *ca_string, int read) in dst_put_ci() 140 static int ca_get_app_info(struct dst_state *state) in ca_get_app_info() 178 static int ca_get_ca_info(struct dst_state *state) in ca_get_ca_info() 222 static int ca_get_slot_caps(struct dst_state *state, struct ca_caps *p_ca_caps, void __user *arg) in ca_get_slot_caps() 255 static int ca_get_slot_descr(struct dst_state *state, struct ca_msg *p_ca_message, void __user *arg) in ca_get_slot_descr() 261 static int ca_get_slot_info(struct dst_state *state, struct ca_slot_info *p_ca_slot_info, void __us… in ca_get_slot_info() 301 static int ca_get_message(struct dst_state *state, struct ca_msg *p_ca_message, void __user *arg) in ca_get_message() 335 static int handle_dst_tag(struct dst_state *state, struct ca_msg *p_ca_message, struct ca_msg *hw_b… in handle_dst_tag() 363 static int write_to_8820(struct dst_state *state, struct ca_msg *hw_buffer, u8 length, u8 reply) in write_to_8820() [all …]
|
D | dst_ca.h | 53 struct dst_state *dst;
|
D | dvb-bt8xx.c | 593 struct dst_state* state = NULL; in frontend_init() 665 state = kmalloc(sizeof (struct dst_state), GFP_KERNEL); in frontend_init()
|
/Linux-v4.19/kernel/bpf/ |
D | verifier.c | 457 static int copy_verifier_state(struct bpf_verifier_state *dst_state, in copy_verifier_state() argument 464 for (i = src->curframe + 1; i <= dst_state->curframe; i++) { in copy_verifier_state() 465 free_func_state(dst_state->frame[i]); in copy_verifier_state() 466 dst_state->frame[i] = NULL; in copy_verifier_state() 468 dst_state->curframe = src->curframe; in copy_verifier_state() 469 dst_state->parent = src->parent; in copy_verifier_state() 471 dst = dst_state->frame[i]; in copy_verifier_state() 476 dst_state->frame[i] = dst; in copy_verifier_state()
|
/Linux-v4.19/fs/f2fs/ |
D | node.c | 2013 enum nid_state org_state, enum nid_state dst_state) in __move_free_nid() argument 2018 i->state = dst_state; in __move_free_nid() 2020 nm_i->nid_cnt[dst_state]++; in __move_free_nid() 2022 switch (dst_state) { in __move_free_nid()
|