Searched defs:query (Results 1 - 4 of 4) sorted by relevance

/arch/tile/kernel/
H A Dsysfs.c25 static ssize_t get_hv_confstr(char *page, int query) argument
27 ssize_t n = hv_confstr(query, (unsigned long)page, PAGE_SIZE - 1);
/arch/arm/mach-iop13xx/
H A Dsetup.c215 char query[3]; local
220 /* send CFI 'query' command */
225 query[i / width] = readb(flash_addr + (0x10 * width) + i);
228 if (memcmp(query, "QRY", 3) == 0)
/arch/s390/hypfs/
H A Dhypfs_vm.c55 static int diag2fc(int size, char* query, void *addr) argument
61 memcpy(parm_list.userid, query, NAME_LEN);
82 * Allocate buffer for "query" and store diag 2fc at "offset"
84 static void *diag2fc_store(char *query, unsigned int *count, int offset) argument
90 size = diag2fc(0, query, NULL);
96 if (diag2fc(size, query, data + offset) == 0)
/arch/powerpc/platforms/pseries/
H A Diommu.c810 struct ddw_query_response *query)
829 ret = rtas_call(ddw_avail[0], 3, 5, (u32 *)query,
831 dev_info(&dev->dev, "ibm,query-pe-dma-windows(%x) %x %x %x"
886 struct ddw_query_response query; local
904 * ibm,query-pe-dma-window
921 ret = query_ddw(dev, ddw_avail, &query);
925 if (query.windows_available == 0) {
934 if (query.page_size & 4) {
936 } else if (query.page_size & 2) {
938 } else if (query
809 query_ddw(struct pci_dev *dev, const u32 *ddw_avail, struct ddw_query_response *query) argument
[all...]

Completed in 160 milliseconds