Searched refs:iocled (Results 1 – 1 of 1) sorted by relevance
726 struct txx9_iocled_data *iocled; in txx9_iocled_init() local738 iocled = kzalloc(sizeof(*iocled), GFP_KERNEL); in txx9_iocled_init()739 if (!iocled) in txx9_iocled_init()741 iocled->mmioaddr = ioremap(baseaddr, 1); in txx9_iocled_init()742 if (!iocled->mmioaddr) in txx9_iocled_init()744 iocled->chip.get = txx9_iocled_get; in txx9_iocled_init()745 iocled->chip.set = txx9_iocled_set; in txx9_iocled_init()746 iocled->chip.direction_input = txx9_iocled_dir_in; in txx9_iocled_init()747 iocled->chip.direction_output = txx9_iocled_dir_out; in txx9_iocled_init()748 iocled->chip.label = "iocled"; in txx9_iocled_init()[all …]