| /Linux-v5.4/drivers/clk/hisilicon/ | 
| D | clk-hisi-phase.c | 30 static int hisi_phase_regval_to_degrees(struct clk_hisi_phase *phase,  in hisi_phase_regval_to_degrees()44 	struct clk_hisi_phase *phase = to_clk_hisi_phase(hw);  in hisi_clk_get_phase()  local
 53 static int hisi_phase_degrees_to_regval(struct clk_hisi_phase *phase,  in hisi_phase_degrees_to_regval()
 67 	struct clk_hisi_phase *phase = to_clk_hisi_phase(hw);  in hisi_clk_set_phase()  local
 97 	struct clk_hisi_phase *phase;  in clk_register_hisi_phase()  local
 
 | 
| /Linux-v5.4/drivers/clk/sunxi-ng/ | 
| D | ccu_phase.c | 15 	struct ccu_phase *phase = hw_to_ccu_phase(hw);  in ccu_phase_get_phase()  local58 	struct ccu_phase *phase = hw_to_ccu_phase(hw);  in ccu_phase_set_phase()  local
 
 | 
| /Linux-v5.4/drivers/clk/sunxi/ | 
| D | clk-mod0.c | 175 	struct mmc_phase *phase = to_mmc_phase(hw);  in mmc_get_phase()  local217 	struct mmc_phase *phase = to_mmc_phase(hw);  in mmc_set_phase()  local
 326 		struct mmc_phase *phase;  in sunxi_mmc_setup()  local
 
 | 
| /Linux-v5.4/drivers/scsi/ | 
| D | NCR5380.c | 951 	unsigned char tmp[3], phase;  in NCR5380_select()  local1238 				unsigned char *phase, int *count,  in NCR5380_transfer_pio()
 1388 	unsigned char *msgptr, phase, tmp;  in do_abort()  local
 1460 				unsigned char *phase, int *count,  in NCR5380_transfer_dma()
 1659 	unsigned char phase, tmp, extended_msg[10], old_phase = 0xff;  in NCR5380_information_transfer()  local
 2065 		unsigned char phase = PHASE_MSGIN;  in NCR5380_reselect()  local
 
 | 
| D | zorro_esp.c | 256 	u8 phase = esp->sreg & ESP_STAT_PMASK;  in zorro_esp_send_blz1230_dma_cmd()  local307 	u8 phase = esp->sreg & ESP_STAT_PMASK;  in zorro_esp_send_blz1230II_dma_cmd()  local
 352 	u8 phase = esp->sreg & ESP_STAT_PMASK;  in zorro_esp_send_blz2060_dma_cmd()  local
 398 	u8 phase = esp->sreg & ESP_STAT_PMASK;  in zorro_esp_send_cyber_dma_cmd()  local
 449 	u8 phase = esp->sreg & ESP_STAT_PMASK;  in zorro_esp_send_cyberII_dma_cmd()  local
 491 	u8 phase = esp->sreg & ESP_STAT_PMASK;  in zorro_esp_send_fastlane_dma_cmd()  local
 
 | 
| D | qlogicfas408.c | 96 static int ql_pdma(struct qlogicfas408_priv *priv, int phase, char *request, int reqlen)  in ql_pdma()266 	unsigned int phase;	/* recorded scsi phase */  in ql_pcmd()  local
 
 | 
| /Linux-v5.4/drivers/clk/meson/ | 
| D | clk-phase.c | 40 	struct meson_clk_phase_data *phase = meson_clk_phase_data(clk);  in meson_clk_phase_get_phase()  local51 	struct meson_clk_phase_data *phase = meson_clk_phase_data(clk);  in meson_clk_phase_set_phase()  local
 
 | 
| /Linux-v5.4/drivers/target/iscsi/ | 
| D | iscsi_target_parameters.c | 119 		char *name, char *value, u8 phase, u8 scope, u8 sender,  in iscsi_set_default_param()1224 	int phase,  in iscsi_check_key()
 1284 	u8 phase,  in iscsi_enforce_integrity_rules()
 1351 	u8 phase,  in iscsi_decode_text_input()
 1423 	u8 phase,  in iscsi_encode_text_output()
 
 | 
| /Linux-v5.4/drivers/infiniband/hw/efa/ | 
| D | efa_com.h | 30 	u8 phase;  member42 	u8 phase;  member
 90 	u8 phase;  member
 
 | 
| /Linux-v5.4/net/netfilter/ | 
| D | nft_objref.c | 67 				  enum nft_trans_phase phase)  in nft_objref_deactivate()171 				      enum nft_trans_phase phase)  in nft_objref_map_deactivate()
 
 | 
| D | nft_immediate.c | 74 				     enum nft_trans_phase phase)  in nft_immediate_deactivate()
 | 
| /Linux-v5.4/drivers/scsi/pcmcia/ | 
| D | nsp_cs.c | 371 	unsigned char phase, arbit;  in nsphw_start_selection()  local550 	unsigned char phase, i_src;  in nsp_expect_signal()  local
 579 static int nsp_xfer(struct scsi_cmnd *SCpnt, int phase)  in nsp_xfer()
 958 	unsigned char  irq_status, irq_phase, phase;  in nspintr()  local
 
 | 
| /Linux-v5.4/tools/power/pm-graph/ | 
| D | sleepgraph.py | 1270 	def nextPhase(self, phase, offset):  argument1553 	def setPhase(self, phase, ktime, isbegin, order=-1):  argument
 1582 	def sortedDevices(self, phase):  argument
 1585 	def fixupInitcalls(self, phase):  argument
 1667 	def newAction(self, phase, name, pid, parent, start, end, drv, htmlclass='', color=''):  argument
 1688 	def deviceChildren(self, devname, phase):  argument
 1695 	def maxDeviceNameSize(self, phase):  argument
 2416 	def __init__(self, test, phase, dev):  argument
 2584 	def phaseRowHeight(self, test, phase, row):  argument
 2586 	def phaseRowTop(self, test, phase, row):  argument
 
 | 
| /Linux-v5.4/tools/testing/selftests/kvm/x86_64/ | 
| D | smm_test.c | 49 void sync_with_host(uint64_t phase)  in sync_with_host()
 | 
| /Linux-v5.4/drivers/net/ethernet/amazon/ena/ | 
| D | ena_com.h | 161 	u8 phase;  member203 	u8 phase;  member
 214 	u8 phase;  member
 225 	u8 phase;  member
 270 	u8 phase;  member
 
 | 
| /Linux-v5.4/drivers/mmc/host/ | 
| D | sdhci-sirf.c | 77 	int phase;  in sdhci_sirf_execute_tuning()  local
 | 
| /Linux-v5.4/drivers/gpu/drm/i915/gem/ | 
| D | i915_gem_pm.c | 186 	}, **phase;  in i915_gem_suspend_late()  local
 | 
| /Linux-v5.4/drivers/gpu/drm/i915/gt/ | 
| D | selftest_lrc.c | 1594 	const unsigned int phase[] = { 0, BATCH };  in live_preempt_smoke()  local2116 	static const struct phase {  in live_virtual_bond()  struct
 2117 		const char *name;  in live_virtual_bond()
 2118 		unsigned int flags;  in live_virtual_bond()
 
 | 
| /Linux-v5.4/drivers/usb/dwc3/ | 
| D | debug.h | 303 			int phase = DEPEVT_STATUS_CONTROL_PHASE(event->status);  in dwc3_ep_event_string()  local
 | 
| /Linux-v5.4/drivers/input/ | 
| D | input-compat.h | 30 	__u16 phase;  member
 | 
| /Linux-v5.4/drivers/char/ | 
| D | ppdev.c | 447 		int phase;  in pp_do_ioctl()  local462 		int phase;  in pp_do_ioctl()  local
 
 | 
| /Linux-v5.4/drivers/greybus/ | 
| D | connection.c | 534 					    u8 phase)  in gb_connection_shutdown_operation()558 					u8 phase)  in gb_connection_cport_shutdown()
 
 | 
| D | arpc.h | 60 	__u8 phase;  member
 | 
| /Linux-v5.4/drivers/net/ethernet/qlogic/qed/ | 
| D | qed_init_ops.c | 477 			      u32 phase, u32 phase_id)  in qed_init_cmd_phase()491 		 struct qed_ptt *p_ptt, int phase, int phase_id, int modes)  in qed_init_run()
 
 | 
| /Linux-v5.4/drivers/leds/trigger/ | 
| D | ledtrig-heartbeat.c | 26 	unsigned int phase;  member
 |