Lines Matching refs:st95hf_context
219 struct st95hf_context { struct
244 static int st95hf_send_recv_cmd(struct st95hf_context *st95context, in st95hf_send_recv_cmd() argument
305 static int st95hf_echo_command(struct st95hf_context *st95context) in st95hf_echo_command()
332 static int secondary_configuration_type4a(struct st95hf_context *stcontext) in secondary_configuration_type4a()
360 static int secondary_configuration_type4b(struct st95hf_context *stcontext) in secondary_configuration_type4b()
376 static int st95hf_select_protocol(struct st95hf_context *stcontext, int type) in st95hf_select_protocol()
452 static void st95hf_send_st95enable_negativepulse(struct st95hf_context *st95con) in st95hf_send_st95enable_negativepulse()
474 static int st95hf_send_spi_reset_sequence(struct st95hf_context *st95context) in st95hf_send_spi_reset_sequence()
501 static int st95hf_por_sequence(struct st95hf_context *st95context) in st95hf_por_sequence()
533 static int iso14443_config_fdt(struct st95hf_context *st95context, int wtxm) in iso14443_config_fdt()
604 static int st95hf_handle_wtx(struct st95hf_context *stcontext, in st95hf_handle_wtx()
650 static int st95hf_error_handling(struct st95hf_context *stcontext, in st95hf_error_handling()
695 static int st95hf_response_handler(struct st95hf_context *stcontext, in st95hf_response_handler()
756 struct st95hf_context *stcontext = in st95hf_irq_handler()
757 (struct st95hf_context *)st95hfcontext; in st95hf_irq_handler()
775 struct st95hf_context *stcontext = in st95hf_irq_thread_handler()
776 (struct st95hf_context *)st95hfcontext; in st95hf_irq_thread_handler()
875 struct st95hf_context *stcontext = nfc_digital_get_drvdata(ddev); in st95hf_in_configure_hw()
903 static int rf_off(struct st95hf_context *stcontext) in rf_off()
923 struct st95hf_context *stcontext = nfc_digital_get_drvdata(ddev); in st95hf_in_send_cmd()
1026 struct st95hf_context *stcontext = nfc_digital_get_drvdata(ddev); in st95hf_switch_rf()
1072 struct st95hf_context *st95context; in st95hf_probe()
1078 sizeof(struct st95hf_context), in st95hf_probe()
1211 struct st95hf_context *stcontext = container_of(spictx, in st95hf_remove()
1212 struct st95hf_context, in st95hf_remove()