Lines Matching refs:ccp_device
77 struct ccp_device { struct
90 static int ccp_get_errno(struct ccp_device *ccp) in ccp_get_errno() argument
109 static int send_usb_cmd(struct ccp_device *ccp, u8 command, u8 byte1, u8 byte2, u8 byte3) in send_usb_cmd()
135 struct ccp_device *ccp = hid_get_drvdata(hdev); in ccp_raw_event()
148 static int get_data(struct ccp_device *ccp, int command, int channel, bool two_byte_data) in get_data()
167 static int set_pwm(struct ccp_device *ccp, int channel, long val) in set_pwm()
187 static int set_target(struct ccp_device *ccp, int channel, long val) in set_target()
204 struct ccp_device *ccp = dev_get_drvdata(dev); in ccp_read_string()
226 struct ccp_device *ccp = dev_get_drvdata(dev); in ccp_read()
295 struct ccp_device *ccp = dev_get_drvdata(dev); in ccp_write()
324 const struct ccp_device *ccp = data; in ccp_is_visible()
427 static int get_fan_cnct(struct ccp_device *ccp) in get_fan_cnct()
465 static int get_temp_cnct(struct ccp_device *ccp) in get_temp_cnct()
488 struct ccp_device *ccp; in ccp_probe()
544 struct ccp_device *ccp = hid_get_drvdata(hdev); in ccp_remove()