gates              30 drivers/clk/clk-oxnas.c 	struct clk_oxnas_gate **gates;
gates             192 drivers/clk/clk-oxnas.c 	.gates = ox810se_gates,
gates             198 drivers/clk/clk-oxnas.c 	.gates = ox820_gates,
gates             229 drivers/clk/clk-oxnas.c 		data->gates[i]->regmap = regmap;
gates             193 drivers/clk/mvebu/common.c 	struct clk **gates;
gates             211 drivers/clk/mvebu/common.c 			to_clk_gate(__clk_get_hw(ctrl->gates[n]));
gates             213 drivers/clk/mvebu/common.c 			return ctrl->gates[n];
gates             271 drivers/clk/mvebu/common.c 	ctrl->gates = kcalloc(ctrl->num_gates, sizeof(*ctrl->gates),
gates             273 drivers/clk/mvebu/common.c 	if (WARN_ON(!ctrl->gates))
gates             279 drivers/clk/mvebu/common.c 		ctrl->gates[n] = clk_register_gate(NULL, desc[n].name, parent,
gates             282 drivers/clk/mvebu/common.c 		WARN_ON(IS_ERR(ctrl->gates[n]));
gates             665 drivers/nfc/microread/microread.c 	memcpy(init_data.gates, microread_gates, sizeof(microread_gates));
gates             927 drivers/nfc/pn544/pn544.c 	memcpy(init_data.gates, pn544_gates, sizeof(pn544_gates));
gates             226 drivers/nfc/st-nci/se.c 			ndev->hci_dev->init_data.gates[j].pipe = pipe_info[2];
gates             562 drivers/nfc/st-nci/se.c 	memcpy(ndev->hci_dev->init_data.gates, st_nci_gates,
gates             182 drivers/nfc/st21nfca/core.c 			hdev->init_data.gates[j].pipe = pipe_info[2];
gates             962 drivers/nfc/st21nfca/core.c 	memcpy(init_data.gates, st21nfca_gates, sizeof(st21nfca_gates));
gates              81 include/net/nfc/hci.h 	struct nfc_hci_gate gates[NFC_HCI_MAX_CUSTOM_GATES];
gates             172 include/net/nfc/nci_core.h 	struct nci_hci_gate gates[NCI_HCI_MAX_CUSTOM_GATES];
gates             450 net/nfc/hci/core.c 				 struct nfc_hci_gate *gates)
gates             455 net/nfc/hci/core.c 					 gates->gate, gates->pipe);
gates             458 net/nfc/hci/core.c 		gates++;
gates             469 net/nfc/hci/core.c 	if (hdev->init_data.gates[0].gate != NFC_HCI_ADMIN_GATE)
gates             473 net/nfc/hci/core.c 				 hdev->init_data.gates[0].gate,
gates             474 net/nfc/hci/core.c 				 hdev->init_data.gates[0].pipe);
gates             499 net/nfc/hci/core.c 					  hdev->init_data.gates);
gates             705 net/nfc/nci/hci.c 				     struct nci_hci_gate *gates)
gates             710 net/nfc/nci/hci.c 		r = nci_hci_connect_gate(ndev, gates->dest_host,
gates             711 net/nfc/nci/hci.c 					 gates->gate, gates->pipe);
gates             714 net/nfc/nci/hci.c 		gates++;
gates             738 net/nfc/nci/hci.c 	if (ndev->hci_dev->init_data.gates[0].gate != NCI_HCI_ADMIN_GATE)
gates             742 net/nfc/nci/hci.c 				 ndev->hci_dev->init_data.gates[0].dest_host,
gates             743 net/nfc/nci/hci.c 				 ndev->hci_dev->init_data.gates[0].gate,
gates             744 net/nfc/nci/hci.c 				 ndev->hci_dev->init_data.gates[0].pipe);
gates             766 net/nfc/nci/hci.c 					      ndev->hci_dev->init_data.gates);