Lines Matching defs:param

157 static long ohare_htw_scc_enable(struct device_node *node, long param,  in ohare_htw_scc_enable()
250 static long ohare_floppy_enable(struct device_node *node, long param, in ohare_floppy_enable()
257 static long ohare_mesh_enable(struct device_node *node, long param, long value) in ohare_mesh_enable()
263 static long ohare_ide_enable(struct device_node *node, long param, long value) in ohare_ide_enable()
283 static long ohare_ide_reset(struct device_node *node, long param, long value) in ohare_ide_reset()
297 static long ohare_sleep_state(struct device_node *node, long param, long value) in ohare_sleep_state()
312 static long heathrow_modem_enable(struct device_node *node, long param, in heathrow_modem_enable()
356 static long heathrow_floppy_enable(struct device_node *node, long param, in heathrow_floppy_enable()
365 static long heathrow_mesh_enable(struct device_node *node, long param, in heathrow_mesh_enable()
394 static long heathrow_ide_enable(struct device_node *node, long param, in heathrow_ide_enable()
409 static long heathrow_ide_reset(struct device_node *node, long param, in heathrow_ide_reset()
424 static long heathrow_bmac_enable(struct device_node *node, long param, in heathrow_bmac_enable()
453 static long heathrow_sound_enable(struct device_node *node, long param, in heathrow_sound_enable()
580 static long heathrow_sleep_state(struct device_node *node, long param, in heathrow_sleep_state()
597 static long core99_scc_enable(struct device_node *node, long param, long value) in core99_scc_enable()
698 core99_modem_enable(struct device_node *node, long param, long value) in core99_modem_enable()
750 pangea_modem_enable(struct device_node *node, long param, long value) in pangea_modem_enable()
840 core99_ide_enable(struct device_node *node, long param, long value) in core99_ide_enable()
863 core99_ide_reset(struct device_node *node, long param, long value) in core99_ide_reset()
881 core99_gmac_enable(struct device_node *node, long param, long value) in core99_gmac_enable()
898 core99_gmac_phy_reset(struct device_node *node, long param, long value) in core99_gmac_phy_reset()
923 core99_sound_chip_enable(struct device_node *node, long param, long value) in core99_sound_chip_enable()
953 core99_airport_enable(struct device_node *node, long param, long value) in core99_airport_enable()
1040 core99_reset_cpu(struct device_node *node, long param, long value) in core99_reset_cpu()
1081 core99_usb_enable(struct device_node *node, long param, long value) in core99_usb_enable()
1234 core99_firewire_enable(struct device_node *node, long param, long value) in core99_firewire_enable()
1261 core99_firewire_cable_power(struct device_node *node, long param, long value) in core99_firewire_cable_power()
1292 intrepid_aack_delay_enable(struct device_node *node, long param, long value) in intrepid_aack_delay_enable()
1313 core99_read_gpio(struct device_node *node, long param, long value) in core99_read_gpio()
1322 core99_write_gpio(struct device_node *node, long param, long value) in core99_write_gpio()
1331 static long g5_gmac_enable(struct device_node *node, long param, long value) in g5_gmac_enable()
1356 static long g5_fw_enable(struct device_node *node, long param, long value) in g5_fw_enable()
1381 static long g5_mpic_enable(struct device_node *node, long param, long value) in g5_mpic_enable()
1401 static long g5_eth_phy_reset(struct device_node *node, long param, long value) in g5_eth_phy_reset()
1431 static long g5_i2s_enable(struct device_node *node, long param, long value) in g5_i2s_enable()
1490 static long g5_reset_cpu(struct device_node *node, long param, long value) in g5_reset_cpu()
1821 core99_sleep_state(struct device_node *node, long param, long value) in core99_sleep_state()
1854 generic_dev_can_wake(struct device_node *node, long param, long value) in generic_dev_can_wake()
1865 static long generic_get_mb_info(struct device_node *node, long param, long value) in generic_get_mb_info()
2369 long param, value; in pmac_do_feature_call() local