Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/devfreq/
H A Dexynos-bus.c356 struct devfreq_passive_data *passive_data; in exynos_bus_profile_init_passive() local
368 passive_data = devm_kzalloc(dev, sizeof(*passive_data), GFP_KERNEL); in exynos_bus_profile_init_passive()
369 if (!passive_data) in exynos_bus_profile_init_passive()
372 passive_data->parent = parent_devfreq; in exynos_bus_profile_init_passive()
376 passive_data); in exynos_bus_profile_init_passive()
/OK3568_Linux_fs/kernel/drivers/nfc/pn533/
H A Dpn533.c1369 u8 passive_data[PASSIVE_DATA_LEN] = {0x00, 0xff, 0xff, 0x00, 0x3}; in pn533_poll_dep() local
1402 skb_put_data(skb, passive_data, PASSIVE_DATA_LEN); in pn533_poll_dep()
1997 u8 passive_data[PASSIVE_DATA_LEN] = {0x00, 0xff, 0xff, 0x00, 0x3}; in pn533_dep_link_up() local
2035 skb_put_data(skb, passive_data, PASSIVE_DATA_LEN); in pn533_dep_link_up()