Home
last modified time | relevance | path

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

/linux/drivers/nfc/st95hf/
H A Dcore.c330 static int secondary_configuration_type4a(struct st95hf_context *stcontext) in secondary_configuration_type4a() argument
333 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() argument
361 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() argument
379 dev = &stcontext->nfcdev->dev; in st95hf_select_protocol()
383 stcontext->current_rf_tech = NFC_DIGITAL_RF_TECH_106A; in st95hf_select_protocol()
[all …]