Searched refs:sn9c102_store_val (Results 1 – 1 of 1) sorted by relevance
/drivers/media/video/sn9c102/ |
D | sn9c102_core.c | 1141 sn9c102_store_val(struct device* cd, struct device_attribute *attr, in sn9c102_store_val() function 1353 res = sn9c102_store_val(cd, attr, buf, len); in sn9c102_store_green() 1361 res = sn9c102_store_val(cd, attr, buf, len); in sn9c102_store_green() 1382 res = sn9c102_store_val(cd, attr, buf, len); in sn9c102_store_blue() 1401 res = sn9c102_store_val(cd, attr, buf, len); in sn9c102_store_red() 1428 static DEVICE_ATTR(val, S_IRUGO | S_IWUSR, sn9c102_show_val, sn9c102_store_val);
|