Searched refs:stcontext (Results 1 – 1 of 1) sorted by relevance
330 static int secondary_configuration_type4a(struct st95hf_context *stcontext) in secondary_configuration_type4a() argument333 struct device *dev = &stcontext->nfcdev->dev; in secondary_configuration_type4a()336 result = st95hf_send_recv_cmd(stcontext, in secondary_configuration_type4a()347 result = st95hf_send_recv_cmd(stcontext, in secondary_configuration_type4a()358 static int secondary_configuration_type4b(struct st95hf_context *stcontext) in secondary_configuration_type4b() argument361 struct device *dev = &stcontext->nfcdev->dev; in secondary_configuration_type4b()363 result = st95hf_send_recv_cmd(stcontext, in secondary_configuration_type4b()374 static int st95hf_select_protocol(struct st95hf_context *stcontext, int type) in st95hf_select_protocol() argument379 dev = &stcontext->nfcdev->dev; in st95hf_select_protocol()383 stcontext->current_rf_tech = NFC_DIGITAL_RF_TECH_106A; in st95hf_select_protocol()[all …]