Home
last modified time | relevance | path

Searched refs:stcontext (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/nfc/st95hf/
Dcore.c343 static int secondary_configuration_type4a(struct st95hf_context *stcontext) in secondary_configuration_type4a() argument
346 struct device *dev = &stcontext->nfcdev->dev; in secondary_configuration_type4a()
349 result = st95hf_send_recv_cmd(stcontext, in secondary_configuration_type4a()
360 result = st95hf_send_recv_cmd(stcontext, in secondary_configuration_type4a()
371 static int secondary_configuration_type4b(struct st95hf_context *stcontext) in secondary_configuration_type4b() argument
374 struct device *dev = &stcontext->nfcdev->dev; in secondary_configuration_type4b()
376 result = st95hf_send_recv_cmd(stcontext, in secondary_configuration_type4b()
387 static int st95hf_select_protocol(struct st95hf_context *stcontext, int type) in st95hf_select_protocol() argument
392 dev = &stcontext->nfcdev->dev; in st95hf_select_protocol()
396 stcontext->current_rf_tech = NFC_DIGITAL_RF_TECH_106A; in st95hf_select_protocol()
[all …]