Searched refs:stcontext (Results 1 – 1 of 1) sorted by relevance
331 static int secondary_configuration_type4a(struct st95hf_context *stcontext) in secondary_configuration_type4a() argument334 struct device *dev = &stcontext->nfcdev->dev; in secondary_configuration_type4a()337 result = st95hf_send_recv_cmd(stcontext, in secondary_configuration_type4a()348 result = st95hf_send_recv_cmd(stcontext, in secondary_configuration_type4a()359 static int secondary_configuration_type4b(struct st95hf_context *stcontext) in secondary_configuration_type4b() argument362 struct device *dev = &stcontext->nfcdev->dev; in secondary_configuration_type4b()364 result = st95hf_send_recv_cmd(stcontext, in secondary_configuration_type4b()375 static int st95hf_select_protocol(struct st95hf_context *stcontext, int type) in st95hf_select_protocol() argument380 dev = &stcontext->nfcdev->dev; in st95hf_select_protocol()384 stcontext->current_rf_tech = NFC_DIGITAL_RF_TECH_106A; in st95hf_select_protocol()[all …]