Searched refs:iocled (Results 1 – 1 of 1) sorted by relevance
743 struct txx9_iocled_data *iocled; in txx9_iocled_init() local755 iocled = kzalloc(sizeof(*iocled), GFP_KERNEL); in txx9_iocled_init()756 if (!iocled) in txx9_iocled_init()758 iocled->mmioaddr = ioremap(baseaddr, 1); in txx9_iocled_init()759 if (!iocled->mmioaddr) in txx9_iocled_init()761 iocled->chip.get = txx9_iocled_get; in txx9_iocled_init()762 iocled->chip.set = txx9_iocled_set; in txx9_iocled_init()763 iocled->chip.direction_input = txx9_iocled_dir_in; in txx9_iocled_init()764 iocled->chip.direction_output = txx9_iocled_dir_out; in txx9_iocled_init()765 iocled->chip.label = "iocled"; in txx9_iocled_init()[all …]