Searched refs:stv090x_dev (Results 1 – 1 of 1) sorted by relevance
33 struct stv090x_dev { struct36 struct stv090x_dev *next_dev; argument40 static struct stv090x_dev *stv090x_first_dev;43 static struct stv090x_dev *find_dev(struct i2c_adapter *i2c_adap, in find_dev()46 struct stv090x_dev *temp_dev = stv090x_first_dev; in find_dev()64 struct stv090x_dev *prev_dev = stv090x_first_dev; in remove_dev()65 struct stv090x_dev *del_dev = find_dev(internal->i2c_adap, in remove_dev()85 struct stv090x_dev *new_dev; in append_internal()86 struct stv090x_dev *temp_dev; in append_internal()88 new_dev = kmalloc(sizeof(struct stv090x_dev), GFP_KERNEL); in append_internal()[all …]