Home
last modified time | relevance | path

Searched defs:cldev (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/misc/mei/
Dnfc.c320 static int mei_nfc_enable(struct mei_cl_device *cldev) in mei_nfc_enable()
338 static int mei_nfc_disable(struct mei_cl_device *cldev) in mei_nfc_disable()
343 static int mei_nfc_send(struct mei_cl_device *cldev, u8 *buf, size_t length) in mei_nfc_send()
383 static int mei_nfc_recv(struct mei_cl_device *cldev, u8 *buf, size_t length) in mei_nfc_recv()
417 struct mei_cl_device *cldev; in mei_nfc_init() local
568 struct mei_cl_device *cldev; in mei_nfc_host_exit() local
/linux-4.1.27/net/atm/
Datm_sysfs.c11 #define to_atm_dev(cldev) container_of(cldev, struct atm_dev, class_dev) argument