Home
last modified time | relevance | path

Searched refs:iocled (Results 1 – 1 of 1) sorted by relevance

/arch/mips/txx9/generic/
Dsetup.c717 struct txx9_iocled_data *iocled; in txx9_iocled_init() local
729 iocled = kzalloc(sizeof(*iocled), GFP_KERNEL); in txx9_iocled_init()
730 if (!iocled) in txx9_iocled_init()
732 iocled->mmioaddr = ioremap(baseaddr, 1); in txx9_iocled_init()
733 if (!iocled->mmioaddr) in txx9_iocled_init()
735 iocled->chip.get = txx9_iocled_get; in txx9_iocled_init()
736 iocled->chip.set = txx9_iocled_set; in txx9_iocled_init()
737 iocled->chip.direction_input = txx9_iocled_dir_in; in txx9_iocled_init()
738 iocled->chip.direction_output = txx9_iocled_dir_out; in txx9_iocled_init()
739 iocled->chip.label = "iocled"; in txx9_iocled_init()
[all …]