Searched refs:iocled (Results 1 – 1 of 1) sorted by relevance
637 struct txx9_iocled_data *iocled; in txx9_iocled_init() local649 iocled = kzalloc(sizeof(*iocled), GFP_KERNEL); in txx9_iocled_init()650 if (!iocled) in txx9_iocled_init()652 iocled->mmioaddr = ioremap(baseaddr, 1); in txx9_iocled_init()653 if (!iocled->mmioaddr) in txx9_iocled_init()655 iocled->chip.get = txx9_iocled_get; in txx9_iocled_init()656 iocled->chip.set = txx9_iocled_set; in txx9_iocled_init()657 iocled->chip.direction_input = txx9_iocled_dir_in; in txx9_iocled_init()658 iocled->chip.direction_output = txx9_iocled_dir_out; in txx9_iocled_init()659 iocled->chip.label = "iocled"; in txx9_iocled_init()[all …]