Home
last modified time | relevance | path

Searched refs:query (Results 1 – 145 of 145) sorted by relevance

/linux-4.4.14/drivers/infiniband/core/
Dsa_query.c421 static inline void ib_sa_disable_local_svc(struct ib_sa_query *query) in ib_sa_disable_local_svc() argument
423 query->flags &= ~IB_SA_ENABLE_LOCAL_SERVICE; in ib_sa_disable_local_svc()
426 static inline int ib_sa_query_cancelled(struct ib_sa_query *query) in ib_sa_query_cancelled() argument
428 return (query->flags & IB_SA_CANCEL); in ib_sa_query_cancelled()
432 struct ib_sa_query *query) in ib_nl_set_path_rec_attrs() argument
434 struct ib_sa_path_rec *sa_rec = query->mad_buf->context[1]; in ib_nl_set_path_rec_attrs()
435 struct ib_sa_mad *mad = query->mad_buf->mad; in ib_nl_set_path_rec_attrs()
441 query->mad_buf->context[1] = NULL; in ib_nl_set_path_rec_attrs()
446 memcpy(header->device_name, query->port->agent->device->name, in ib_nl_set_path_rec_attrs()
448 header->port_num = query->port->port_num; in ib_nl_set_path_rec_attrs()
[all …]
Dmulticast.c108 struct ib_sa_query *query; member
341 &group->query); in send_join()
365 group, &group->query); in send_leave()
Dcma.c215 struct ib_sa_query *query; member
1362 if (id_priv->query) in cma_cancel_route()
1363 ib_sa_cancel_query(id_priv->query_id, id_priv->query); in cma_cancel_route()
2149 work, &id_priv->query); in cma_query_ib_route()
/linux-4.4.14/tools/perf/scripts/python/
Dexport-to-postgresql.py266 query = QSqlQuery(db) variable
270 do_query(query, 'CREATE DATABASE ' + dbname)
274 query.finish()
275 query.clear()
281 query = QSqlQuery(db) variable
282 do_query(query, 'SET client_min_messages TO WARNING')
284 do_query(query, 'CREATE TABLE selected_events ('
287 do_query(query, 'CREATE TABLE machines ('
291 do_query(query, 'CREATE TABLE threads ('
297 do_query(query, 'CREATE TABLE comms ('
[all …]
Dcall-graph-from-postgresql.py82 query = QSqlQuery(self.db)
83 ret = query.exec_('SELECT id, comm FROM comms')
85 raise Exception("Query failed: " + query.lastError().text())
86 while query.next():
87 if not query.value(0):
92 child_item.setUpLevel1(query.value(0), query.value(1))
100 query = QSqlQuery(self.db)
101 …ret = query.exec_('SELECT thread_id, ( SELECT pid FROM threads WHERE id = thread_id ), ( SELECT ti…
103 raise Exception("Query failed: " + query.lastError().text())
104 while query.next():
[all …]
/linux-4.4.14/lib/
Ddynamic_debug.c112 static void vpr_info_dq(const struct ddebug_query *query, const char *msg) in vpr_info_dq() argument
117 if (query->format) { in vpr_info_dq()
118 fmtlen = strlen(query->format); in vpr_info_dq()
119 while (fmtlen && query->format[fmtlen - 1] == '\n') in vpr_info_dq()
125 query->function ? query->function : "", in vpr_info_dq()
126 query->filename ? query->filename : "", in vpr_info_dq()
127 query->module ? query->module : "", in vpr_info_dq()
128 fmtlen, query->format ? query->format : "", in vpr_info_dq()
129 query->first_lineno, query->last_lineno); in vpr_info_dq()
138 static int ddebug_change(const struct ddebug_query *query, in ddebug_change() argument
[all …]
Dinterval_tree_test.c18 search(unsigned long query, struct rb_root *root) in search() argument
23 for (node = interval_tree_iter_first(root, query, query); node; in search()
24 node = interval_tree_iter_next(node, query, query)) in search()
/linux-4.4.14/drivers/input/touchscreen/
Dwacom_w8001.c182 static void parse_touchquery(u8 *data, struct w8001_touch_query *query) in parse_touchquery() argument
184 memset(query, 0, sizeof(*query)); in parse_touchquery()
186 query->panel_res = data[1]; in parse_touchquery()
187 query->sensor_id = data[2] & 0x7; in parse_touchquery()
188 query->capacity_res = data[7]; in parse_touchquery()
190 query->x = data[3] << 9; in parse_touchquery()
191 query->x |= data[4] << 2; in parse_touchquery()
192 query->x |= (data[2] >> 5) & 0x3; in parse_touchquery()
194 query->y = data[5] << 9; in parse_touchquery()
195 query->y |= data[6] << 2; in parse_touchquery()
[all …]
/linux-4.4.14/Documentation/networking/
Ddns_resolver.txt31 (*) Dns query support for AFSDB resource record.
58 To direct a query for query type 'foo', a line of the following should be added
76 This is the basic access function. It looks for a cached DNS query and if
77 it doesn't find it, it upcalls to userspace to make a new DNS query, which
84 and thus the type of query to do, and <name> specifies the string to be
85 looked up. The default query type is a straight hostname to IP address
92 appropriate to the query type.
94 The return value is a string appropriate to the query type. For instance,
95 for the default query type it is just a list of comma-separated IPv4 and
Doperstates.txt95 netif_carrier_ok() can be used to query that bit.
102 flag, netif_dormant_off() to clear it and netif_dormant() to query.
142 -query RTM_GETLINK once to get initial state
Dxfrm_sync.txt69 message (kernel<->user) as well the cause (config, query or event).
DREADME.ipw2200244 typically query the contents of a sysfs entry through the use of cat,
Dphy.txt299 registers for EEE query and configuration if the PHY supports
Dbonding.txt1141 will cause it to query DHCP for its IP address information. At this
1919 querying the device's MII registers, or by making an ethtool query to
1930 If use_carrier is 0, then the MII monitor will first query the
2213 target to query.
Dip-sysctl.txt947 Controls the IGMP query robustness variable (see RFC2236 8.1).
1303 Controls the MLD query robustness variable (see RFC3810 9.1).
/linux-4.4.14/arch/s390/hypfs/
Dhypfs_vm.c56 static int diag2fc(int size, char* query, void *addr) in diag2fc() argument
62 memcpy(parm_list.userid, query, NAME_LEN); in diag2fc()
86 static void *diag2fc_store(char *query, unsigned int *count, int offset) in diag2fc_store() argument
92 size = diag2fc(0, query, NULL); in diag2fc_store()
98 if (diag2fc(size, query, data + offset) == 0) in diag2fc_store()
/linux-4.4.14/net/bridge/
Dbr_multicast.c39 struct bridge_mcast_own_query *query);
780 struct bridge_mcast_own_query *query) in br_multicast_querier_expired() argument
786 br_multicast_start_querier(br, query); in br_multicast_querier_expired()
880 struct bridge_mcast_own_query *query) in br_multicast_port_query_expired() argument
889 if (query->startup_sent < br->multicast_startup_query_count) in br_multicast_port_query_expired()
890 query->startup_sent++; in br_multicast_port_query_expired()
892 br_multicast_send_query(port->br, port, query); in br_multicast_port_query_expired()
942 static void br_multicast_enable(struct bridge_mcast_own_query *query) in br_multicast_enable() argument
944 query->startup_sent = 0; in br_multicast_enable()
946 if (try_to_del_timer_sync(&query->timer) >= 0 || in br_multicast_enable()
[all …]
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-devices-system-ibm-rtl7 ability to query the current state.
17 Description: The version file provides a means by which to query
/linux-4.4.14/drivers/media/usb/dvb-usb/
DcinergyT2-core.c68 char query[] = { CINERGYT2_EP1_GET_FIRMWARE_VERSION }; in cinergyt2_frontend_attach() local
74 ret = dvb_usb_generic_rw(adap->dev, query, sizeof(query), state, in cinergyt2_frontend_attach()
/linux-4.4.14/net/dns_resolver/
DKconfig12 DNS Resolver is used to query DNS server for information. Examples
14 performing a DNS query for AFSDB records so that AFS can locate a
/linux-4.4.14/Documentation/laptops/
Dtoshiba_haps.txt51 This device does not report any axes, however, to query the sensor position
53 provided to query such information, handled by the kernel module toshiba_acpi
70 provides a way to let userspace query the current protection
Dsony-laptop.txt29 directory. You will be able to query and set the current screen
33 actual_brightness reading from this file will query the HW
Dthinkpad-acpi.txt729 some older ThinkPad models, it is possible to query the status of the
730 LED indicators as well. Newer ThinkPads cannot query the real status
/linux-4.4.14/drivers/media/usb/uvc/
Duvc_video.c33 static int __uvc_query_ctrl(struct uvc_device *dev, __u8 query, __u8 unit, in __uvc_query_ctrl() argument
40 pipe = (query & 0x80) ? usb_rcvctrlpipe(dev->udev, 0) in __uvc_query_ctrl()
42 type |= (query & 0x80) ? USB_DIR_IN : USB_DIR_OUT; in __uvc_query_ctrl()
44 return usb_control_msg(dev->udev, pipe, query, type, cs << 8, in __uvc_query_ctrl()
48 static const char *uvc_query_name(__u8 query) in uvc_query_name() argument
50 switch (query) { in uvc_query_name()
72 int uvc_query_ctrl(struct uvc_device *dev, __u8 query, __u8 unit, in uvc_query_ctrl() argument
77 ret = __uvc_query_ctrl(dev, query, unit, intfnum, cs, data, size, in uvc_query_ctrl()
81 "unit %u: %d (exp. %u).\n", uvc_query_name(query), cs, in uvc_query_ctrl()
167 struct uvc_streaming_control *ctrl, int probe, __u8 query) in uvc_get_video_ctrl() argument
[all …]
Duvc_ctrl.c369 __u8 query, const __u8 *data) in uvc_ctrl_get_zoom() argument
373 switch (query) { in uvc_ctrl_get_zoom()
394 __u8 query, const __u8 *data) in uvc_ctrl_get_rel_speed() argument
399 switch (query) { in uvc_ctrl_get_rel_speed()
768 __u8 query, const __u8 *data) in uvc_get_le_value() argument
1771 switch (xqry->query) { in uvc_xu_ctrl_query()
1817 if (xqry->query == UVC_SET_CUR && in uvc_xu_ctrl_query()
1823 ret = uvc_query_ctrl(chain->dev, xqry->query, xqry->unit, in uvc_xu_ctrl_query()
1828 if (xqry->query != UVC_SET_CUR && in uvc_xu_ctrl_query()
Duvcvideo.h201 __s32 (*get) (struct uvc_control_mapping *mapping, __u8 query,
674 extern int uvc_query_ctrl(struct uvc_device *dev, __u8 query, __u8 unit,
Duvc_v4l2.c1321 __u8 query; member
/linux-4.4.14/arch/powerpc/platforms/pseries/
Diommu.c913 struct ddw_query_response *query) in query_ddw() argument
932 ret = rtas_call(ddw_avail[0], 3, 5, (u32 *)query, in query_ddw()
997 struct ddw_query_response query; in enable_ddw() local
1046 ret = query_ddw(dev, ddw_avail, &query); in enable_ddw()
1050 if (query.windows_available == 0) { in enable_ddw()
1059 if (query.page_size & 4) { in enable_ddw()
1061 } else if (query.page_size & 2) { in enable_ddw()
1063 } else if (query.page_size & 1) { in enable_ddw()
1067 query.page_size); in enable_ddw()
1073 if (query.largest_available_block < (max_addr >> page_shift)) { in enable_ddw()
[all …]
/linux-4.4.14/fs/ocfs2/dlm/
Ddlmdomain.c810 struct dlm_query_join_request *query; in dlm_query_join_handler() local
818 query = (struct dlm_query_join_request *) msg->buf; in dlm_query_join_handler()
820 mlog(0, "node %u wants to join domain %s\n", query->node_idx, in dlm_query_join_handler()
821 query->domain); in dlm_query_join_handler()
828 if (!o2hb_check_node_heartbeating_no_sem(query->node_idx)) { in dlm_query_join_handler()
830 query->node_idx); in dlm_query_join_handler()
839 dlm = __dlm_lookup_domain_full(query->domain, query->name_len); in dlm_query_join_handler()
851 if (!byte_test_bit(nodenum, query->node_map)) { in dlm_query_join_handler()
854 query->node_idx, nodenum); in dlm_query_join_handler()
867 int bit = query->node_idx; in dlm_query_join_handler()
[all …]
/linux-4.4.14/drivers/net/hyperv/
Drndis_filter.c473 struct rndis_query_request *query; in rndis_filter_query_device() local
490 query = &request->request_msg.msg.query_req; in rndis_filter_query_device()
491 query->oid = oid; in rndis_filter_query_device()
492 query->info_buf_offset = sizeof(struct rndis_query_request); in rndis_filter_query_device()
493 query->info_buflen = 0; in rndis_filter_query_device()
494 query->dev_vc_handle = 0; in rndis_filter_query_device()
501 query->info_buflen = sizeof(struct ndis_recv_scale_cap); in rndis_filter_query_device()
502 cap = (struct ndis_recv_scale_cap *)((unsigned long)query + in rndis_filter_query_device()
503 query->info_buf_offset); in rndis_filter_query_device()
/linux-4.4.14/drivers/platform/x86/
Dhp-wmi.c191 static int hp_wmi_perform_query(int query, int write, void *buffer, in hp_wmi_perform_query() argument
200 .commandtype = query, in hp_wmi_perform_query()
228 pr_warn("query 0x%x returned error 0x%x\n", query, rc); in hp_wmi_perform_query()
334 int query = BIT(r + 8) | ((!blocked) << r); in hp_wmi_set_block() local
338 &query, sizeof(query), 0); in hp_wmi_set_block()
Ddell-rbtn.c114 .query = rbtn_rfkill_query,
Dasus-wmi.c918 .query = asus_rfkill_query,
923 .query = asus_rfkill_query,
Dclassmate-laptop.c945 .query = cmpc_rfkill_query,
Ddell-laptop.c649 .query = dell_rfkill_query,
Dsamsung-laptop.c656 .query = swsmi_rfkill_query,
/linux-4.4.14/arch/arm/mach-iop13xx/
Dsetup.c207 char query[3]; in iq8134x_probe_flash_size() local
217 query[i / width] = readb(flash_addr + (0x10 * width) + i); in iq8134x_probe_flash_size()
220 if (memcmp(query, "QRY", 3) == 0) in iq8134x_probe_flash_size()
/linux-4.4.14/Documentation/powerpc/
Dptrace.txt8 For that, we need to extend ptrace so that GDB can query and set these
23 GDB: this query will return the number of hardware breakpoints, hardware
25 The query will fill the following structure provided by the requesting process:
Dhvcs.txt334 driver sysfs directory with the "rescan" update attribute which will query
/linux-4.4.14/include/uapi/linux/
Duvcvideo.h61 __u8 query; /* Video Class-Specific Request Code, */ member
/linux-4.4.14/arch/tile/kernel/
Dsysfs.c25 static ssize_t get_hv_confstr(char *page, int query) in get_hv_confstr() argument
27 ssize_t n = hv_confstr(query, (unsigned long)page, PAGE_SIZE - 1); in get_hv_confstr()
Dhvglue_trace.c191 HV_WRAP1(long, hv_sysconf, HV_SysconfQuery, query)
192 HV_WRAP3(int, hv_confstr, HV_ConfstrQuery, query, HV_VirtAddr, buf, int, len)
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dd3.c1701 struct iwl_scan_offload_profiles_query *query; in iwl_mvm_netdetect_query_results() local
1721 if (len < sizeof(*query)) { in iwl_mvm_netdetect_query_results()
1727 query = (void *)cmd.resp_pkt->data; in iwl_mvm_netdetect_query_results()
1729 results->matched_profiles = le32_to_cpu(query->matched_profiles); in iwl_mvm_netdetect_query_results()
1730 memcpy(results->matches, query->matches, sizeof(results->matches)); in iwl_mvm_netdetect_query_results()
1733 mvm->last_netdetect_scans = le32_to_cpu(query->n_scans_done); in iwl_mvm_netdetect_query_results()
1749 struct iwl_mvm_nd_query_results query; in iwl_mvm_query_netdetect_reasons() local
1767 ret = iwl_mvm_netdetect_query_results(mvm, &query); in iwl_mvm_query_netdetect_reasons()
1768 if (ret || !query.matched_profiles) { in iwl_mvm_query_netdetect_reasons()
1773 matched_profiles = query.matched_profiles; in iwl_mvm_query_netdetect_reasons()
[all …]
/linux-4.4.14/Documentation/hwmon/
Dscpi-hwmon24 The SCP interface provides an API to query the available sensors and
/linux-4.4.14/include/rdma/
Dib_sa.h305 void ib_sa_cancel_query(int id, struct ib_sa_query *query);
316 struct ib_sa_query **query);
/linux-4.4.14/Documentation/
Ddynamic-debug-howto.txt22 * Simple query language allows turning on and off debugging
107 If your query set is big, you can batch them too:
109 ~# cat query-batch-file > <debugfs>/dynamic_debug/control
123 callsites to which to apply the flags-spec. Think of them as a query
280 In the foo.dyndbg="QUERY" form, the query must exclude "module foo".
281 "foo" is extracted from the param-name, and applied to each query in
Drfkill.txt46 ways for userspace to query the current states. See the "Userspace support"
Dmen-chameleon-bus.txt71 query for the IRQ number the device should use.
DDMA-API-HOWTO.txt169 The query is performed via a call to dma_set_mask_and_coherent():
173 which will query the mask for both streaming and coherent APIs together.
177 The query for streaming mappings is performed via a call to
182 The query for consistent allocations is performed via a call
Dbus-virt-phys-mapping.txt7 [ This is a mail message in response to a query on IO mapping, thus the
Drobust-futexes.txt166 one to query the registered list pointer:
Dvfio.txt82 but a couple version and extension query interfaces locked away.
Dkernel-docs.txt438 camera driver, control, query capabilities, capability, facility.
DIPMI.txt694 will first query the capabilities of the local management controller.
Ddevices.txt870 This device is used for status query, board control
/linux-4.4.14/include/linux/
Drfkill.h63 void (*query)(struct rfkill *rfkill, void *data); member
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_stats.c111 i, bp->fw_stats_req->query[i].kind, in bnx2x_dp_stats()
112 bp->fw_stats_req->query[i].index, in bnx2x_dp_stats()
113 bp->fw_stats_req->query[i].funcID, in bnx2x_dp_stats()
114 bp->fw_stats_req->query[i].reserved, in bnx2x_dp_stats()
115 bp->fw_stats_req->query[i].address.hi, in bnx2x_dp_stats()
116 bp->fw_stats_req->query[i].address.lo); in bnx2x_dp_stats()
1470 cur_query_entry = &bp->fw_stats_req->query[BNX2X_PORT_QUERY_IDX]; in bnx2x_prep_fw_stats_req()
1484 cur_query_entry = &bp->fw_stats_req->query[BNX2X_PF_QUERY_IDX]; in bnx2x_prep_fw_stats_req()
1499 &bp->fw_stats_req->query[BNX2X_FCOE_QUERY_IDX]; in bnx2x_prep_fw_stats_req()
1526 query[first_queue_query_index + i]; in bnx2x_prep_fw_stats_req()
[all …]
Dbnx2x_sp.c1666 struct bnx2x_exeq_elem query, *pos; in bnx2x_optimize_vlan_mac() local
1670 memcpy(&query, elem, sizeof(query)); in bnx2x_optimize_vlan_mac()
1674 query.cmd_data.vlan_mac.cmd = BNX2X_VLAN_MAC_DEL; in bnx2x_optimize_vlan_mac()
1677 query.cmd_data.vlan_mac.cmd = BNX2X_VLAN_MAC_ADD; in bnx2x_optimize_vlan_mac()
1685 pos = exeq->get(exeq, &query); in bnx2x_optimize_vlan_mac()
1691 if ((query.cmd_data.vlan_mac.cmd == in bnx2x_optimize_vlan_mac()
Dbnx2x.h1370 struct stats_query_entry query[FP_SB_MAX_E1x+ member
Dbnx2x_sriov.c1897 query[first_queue_query_index + num_queues_req]; in bnx2x_iov_adjust_stats_req()
Dbnx2x_hsi.h5854 struct stats_query_entry query[STATS_QUERY_CMD_COUNT]; member
/linux-4.4.14/drivers/xen/
Dgrant-table.c608 struct gnttab_query_size query; in __max_nr_grant_frames() local
611 query.dom = DOMID_SELF; in __max_nr_grant_frames()
613 rc = HYPERVISOR_grant_table_op(GNTTABOP_query_size, &query, 1); in __max_nr_grant_frames()
614 if ((rc < 0) || (query.status != GNTST_okay)) in __max_nr_grant_frames()
617 return query.max_nr_frames; in __max_nr_grant_frames()
/linux-4.4.14/Documentation/networking/dsa/
Ddsa.txt150 - query the switch for ethtool operations: statistics, link state,
348 functions such as of_get_phy_mode(), of_phy_connect() are also used to query
419 - poll_link: Function invoked by DSA to query the link state of the switch
439 - get_strings: ethtool function used to query the driver's strings, will
442 - get_ethtool_stats: ethtool function used to query per-port statistics and
447 - get_sset_count: ethtool function used to query the number of statistics items
450 function may, for certain implementations also query the master network device
461 - get_eee: ethtool function which is used to query a switch port EEE settings,
463 and data-processing logic as well as query the PHY for its currently configured
560 - vlan_getnext: bridge layer function invoked to query the next configured VLAN
/linux-4.4.14/Documentation/devicetree/bindings/usb/
Dtwlxxxx-usb.txt34 this device and query it for USB power status.
/linux-4.4.14/Documentation/scsi/
Dufs.txt63 layers. Device level configurations involve handling of query
74 are done through query requests.
/linux-4.4.14/drivers/infiniband/ulp/ipoib/
Dipoib_main.c647 if (path->query) in ipoib_flush_paths()
648 ib_sa_cancel_query(path->query_id, path->query); in ipoib_flush_paths()
737 path->query = NULL; in path_rec_completion()
803 path, &path->query); in path_rec_start()
806 path->query = NULL; in path_rec_start()
869 if (!path->query && path_rec_start(dev, path)) in neigh_add_path()
916 if (!path->query && path_rec_start(dev, path)) { in unicast_arp_send()
939 } else if ((path->query || !path_rec_start(dev, path)) && in unicast_arp_send()
Dipoib.h412 struct ib_sa_query *query; member
/linux-4.4.14/drivers/media/usb/pvrusb2/
DKconfig25 interface for query and control of the pvrusb2 driver.
/linux-4.4.14/drivers/scsi/ufs/
Dufshcd.c832 struct ufs_query_res *query_res = &hba->dev_cmd.query.response; in ufshcd_copy_query_response()
847 hba->dev_cmd.query.request.upiu_req.length); in ufshcd_copy_query_response()
849 memcpy(hba->dev_cmd.query.descriptor, descp, resp_len); in ufshcd_copy_query_response()
1169 struct ufs_query *query = &hba->dev_cmd.query; in ufshcd_prepare_utp_query_req_upiu() local
1170 u16 len = be16_to_cpu(query->request.upiu_req.length); in ufshcd_prepare_utp_query_req_upiu()
1178 0, query->request.query_func, 0, 0); in ufshcd_prepare_utp_query_req_upiu()
1185 memcpy(&ucd_req_ptr->qr, &query->request.upiu_req, in ufshcd_prepare_utp_query_req_upiu()
1189 if (query->request.upiu_req.opcode == UPIU_QUERY_OPCODE_WRITE_DESC) in ufshcd_prepare_utp_query_req_upiu()
1190 memcpy(descp, query->descriptor, len); in ufshcd_prepare_utp_query_req_upiu()
1407 struct ufs_query_res *query_res = &hba->dev_cmd.query.response; in ufshcd_check_query_response()
[all …]
Dufshcd.h203 struct ufs_query query; member
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/
Ddvb_usb.h142 int (*query) (struct dvb_usb_device *d); member
Ddvb_usb_core.c121 ret = d->rc.query(d); in dvb_usb_read_remote_control()
180 if (d->rc.query && !d->rc.bulk_mode) { in dvb_usbv2_remote_init()
Daz6007.c240 rc->query = az6007_rc_query; in az6007_get_rc_config()
Ddvbsky.c231 rc->query = dvbsky_rc_query; in dvbsky_get_rc_config()
Drtl28xxu.c1661 rc->query = rtl2831u_rc_query; in rtl2831u_get_rc_config()
1767 rc->query = rtl2832u_rc_query; in rtl2832u_get_rc_config()
Danysee.c1159 rc->query = anysee_rc_query; in anysee_get_rc_config()
Daf9015.c1319 rc->query = af9015_rc_query; in af9015_get_rc_config()
Daf9035.c1847 rc->query = af9035_rc_query; in af9035_get_rc_config()
/linux-4.4.14/Documentation/device-mapper/
Ddm-uevent.txt5 the event avoiding the need to query the state of the device-mapper device after
/linux-4.4.14/security/tomoyo/
Dcommon.c1892 char *query; member
2032 entry.query = tomoyo_init_log(r, len, fmt, args); in tomoyo_supervisor()
2034 if (!entry.query) in tomoyo_supervisor()
2036 entry.query_len = strlen(entry.query) + 1; in tomoyo_supervisor()
2038 tomoyo_add_entry(r->domain, entry.query); in tomoyo_supervisor()
2085 kfree(entry.query); in tomoyo_supervisor()
2177 ptr->retry, ptr->query); in tomoyo_read_query()
/linux-4.4.14/Documentation/scheduler/
Dsched-arch.txt29 threads need only ever query need_resched, and may never set or
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-devices-node92 The node's huge page size control/query attributes.
/linux-4.4.14/arch/tile/include/hv/
Dhypervisor.h483 long hv_sysconf(HV_SysconfQuery query);
575 int hv_confstr(HV_ConfstrQuery query, HV_VirtAddr buf, int len, ...);
/linux-4.4.14/Documentation/virtual/kvm/devices/
Dvm.txt37 Allows userspace to query the actual limit and set a new limit for
/linux-4.4.14/Documentation/video4linux/
Duvcvideo.txt46 This is no longer necessary as newer uvcvideo versions query the information
237 __u8 query Request code to send to the device
Dmeye.txt93 The user should always query the current parameters with
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_kms.c175 switch (info->query) { in amdgpu_info_ioctl()
477 DRM_DEBUG_KMS("Invalid request %d\n", info->query); in amdgpu_info_ioctl()
/linux-4.4.14/firmware/keyspan_pda/
Dkeyspan_pda.S347 ;; we are back online. the host device will now re-query us
441 ;; 06 is query room
443 ;; 06, wValue[0]=0 is query write_room
450 ;; 06, wValue[0]=1 is query chars_in_buffer
Dxircom_pgs.S385 ;; we are back online. the host device will now re-query us
479 ;; 06 is query room
481 ;; 06, wValue[0]=0 is query write_room
488 ;; 06, wValue[0]=1 is query chars_in_buffer
/linux-4.4.14/Documentation/ptp/
Dptp.txt49 ioctls. A program may query, enable, configure, and disable the
/linux-4.4.14/include/uapi/drm/
Damdgpu_drm.h494 uint32_t query; member
/linux-4.4.14/Documentation/acpi/
Dgpio-properties.txt10 With _DSD we can now query GPIOs using a name instead of an integer
/linux-4.4.14/Documentation/w1/masters/
Dds249045 driver doesn't query those values.
/linux-4.4.14/Documentation/video4linux/bttv/
DREADME.quirks81 query for these non-compliant devices, and set the EN_VSFX bit only if
/linux-4.4.14/Documentation/sound/alsa/
Dtimestamping.txt14 event or application query.
68 The application can query what the hardware supports, define which
DChannel-Mapping-API.txt8 The channel mapping API allows user to query the possible channel maps
Dcompress_offload.txt220 hooks to query the utilization of the audio DSP, nor any preemption
/linux-4.4.14/drivers/tty/hvc/
Dhvsi.c320 struct hvsi_query *query = (struct hvsi_query *)packet; in hvsi_recv_query() local
324 hvsi_version_respond(hp, be16_to_cpu(query->hdr.seqno)); in hvsi_recv_query()
/linux-4.4.14/net/rfkill/
Dcore.c282 if (rfkill->ops->query) in rfkill_set_block()
283 rfkill->ops->query(rfkill, rfkill->data); in rfkill_set_block()
/linux-4.4.14/drivers/media/
DKconfig92 Enable the media controller API used to query media devices internal
/linux-4.4.14/Documentation/power/
Dopp.txt42 OPP library provides a set of helper functions to organize and query the OPP
84 OPP library uses RCU for exclusivity. RCU allows the query functions to operate
/linux-4.4.14/Documentation/ia64/
Derr_inject.txt12 and query error injection capabilities. The driver code is in
15 (sysfs interface) to inject errors or query error injection capabilities.
959 printf("\t-q: query all capabilities. default: off\n");
/linux-4.4.14/fs/nfsd/
Dvfs.c567 u32 query, result = 0, sresult = 0; in nfsd_access() local
585 query = *access; in nfsd_access()
587 if (map->access & query) { in nfsd_access()
/linux-4.4.14/drivers/firmware/
DKconfig118 Say Y here if you want to query SMBIOS/DMI system identification
/linux-4.4.14/Documentation/dmaengine/
Dpxa_dma.txt24 A driver should be able to query if a channel is running or not. For the
/linux-4.4.14/Documentation/input/
Devent-codes.txt91 event and query the device (using EVIOCG* ioctls) to obtain its
212 EV_LED events are used for input and output to set and query the state of
Diforce-protocol.txt151 Query command. Length varies according to the query type.
Dinput-programming.txt256 Userspace can query and alter current scancode to keycode mappings using
/linux-4.4.14/net/wireless/
DKconfig162 and includes code to query that database. This is an alternative
/linux-4.4.14/Documentation/blockdev/
Dcciss.txt131 This causes the driver to query the adapter about changes to the
DREADME.DAC960290 and the current status as of the last status monitoring query is available in
/linux-4.4.14/Documentation/fb/
Dviafb.txt221 to query which output devices are currently used by an iga.
/linux-4.4.14/drivers/media/pci/bt8xx/
Ddst_ca.c424 …struct dst_state *state, struct ca_msg *p_ca_message, struct ca_msg *hw_buffer, u8 reply, u8 query) in ca_set_pmt() argument
/linux-4.4.14/Documentation/vm/
Dpagemap.txt151 The page-types tool in the tools/vm directory can be used to query the
Dnuma_memory_policy.txt331 task's mm's mmap_sem for read during the query. The set_mempolicy() and
349 extra reference on shared policies in the same query/allocation paths
Dunevictable-lru.txt184 evictable or not using the query function outlined above [see section "Marking
/linux-4.4.14/Documentation/cpu-freq/
Dpcc-cpufreq.txt100 This command is used by the OSPM to query the running frequency of the
/linux-4.4.14/drivers/mtd/
Dnftlmount.c230 The new DiskOnChip driver already scanned the bad block table. Just query it. in find_boot_record()
/linux-4.4.14/Documentation/watchdog/
Dwatchdog-api.txt101 Starting with the Linux 2.4.18 kernel, it is possible to query the
/linux-4.4.14/drivers/mtd/chips/
DKconfig44 prompt "Flash cmd/query data swapping"
/linux-4.4.14/Documentation/s390/
Dmonreader.txt27 that the monitor DCSS begins at 144 MB and ends at 152 MB). You can query the
/linux-4.4.14/Documentation/usb/
Dusb-serial.txt301 Line control Input/Output query and control **
313 -- Add true modem control line query capability. Currently tracks the
/linux-4.4.14/Documentation/cdrom/
Dide-cd36 functionality includes a function call to query which slot is the
37 currently selected slot, a function call to query which slots contain
/linux-4.4.14/Documentation/virtual/kvm/
Dmsr.txt30 Users that want to reliably query this information more than once have
Dapi.txt10 - System ioctls: These query and set global attributes which affect the
14 - VM ioctls: These query and set attributes that affect an entire virtual
21 - vcpu ioctls: These query and set attributes that control the operation
57 Instead, kvm defines extension identifiers and a facility to query
160 The API allows the application to query about extensions to the core
167 It is thus encouraged to use the vm ioctl to query for capabilities (available
2763 kvm.Userspace can use the information returned by this ioctl to query
3355 Userspace can query the validity of the structure by checking
/linux-4.4.14/Documentation/sysctl/
Dnet.txt227 The number of times we will retransmit a query before giving up.
Dfs.txt227 This value can be used to query and set the core dump mode for setuid
Dkernel.txt776 This value can be used to query and set the run time limit
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES79 support posix byte range locks. Fix query of root inode when prefixpath
80 specified and user does not have access to query information about the
246 (SMB to query all EAs) if nouser_xattr specified. Fix SE Linux
1043 in most cases. Eventually will offer optional ability to query server for the correct perms.
/linux-4.4.14/Documentation/cgroups/
Dcpusets.txt65 specify and query to which cpuset a task is assigned, and list the
290 query and accumulate results over all the (dynamically changing)
695 There are ways to query or modify cpusets:
Dcgroups.txt66 instance of the cgroup virtual file system, specify and query to
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/
Dg98.fuc0s317 // prepare the query structure
/linux-4.4.14/Documentation/arm/OMAP/
DDSS65 VESA video timing). The audio_supported function is intended to query whether
/linux-4.4.14/Documentation/gpio/
Dconsumer.txt161 A driver can also query the current direction of a GPIO:
/linux-4.4.14/Documentation/hid/
Dhid-transport.txt151 GET_REPORT is only used by custom HID device drivers to query device state.
/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dbfa_ioc.c3129 struct bfi_flash_query_rsp *query; in bfa_flash_intr() member
3143 status = be32_to_cpu(m.query->status); in bfa_flash_intr()
/linux-4.4.14/drivers/scsi/bfa/
Dbfa_ioc.c4358 struct bfi_flash_query_rsp_s *query; in bfa_flash_intr() member
4377 status = be32_to_cpu(m.query->status); in bfa_flash_intr()
5719 struct bfi_phy_query_rsp_s *query; in bfa_phy_intr() member
5737 status = be32_to_cpu(m.query->status); in bfa_phy_intr()
/linux-4.4.14/Documentation/devicetree/
Dusage-model.txt232 to call any of the DT query functions (of_* in include/linux/of*.h) to
/linux-4.4.14/Documentation/filesystems/configfs/
Dconfigfs.txt53 read(2) can query their default values, and write(2) can store new
/linux-4.4.14/Documentation/PCI/
DMSI-HOWTO.txt54 Often drivers have to query the device to find out what event has
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_cmds.h2395 struct be_resources *res, u8 query, u8 domain);
Dbe_cmds.c3734 struct be_resources *res, u8 query, u8 domain) in be_cmd_get_profile_config() argument
3773 if (query == RESOURCE_MODIFIABLE) in be_cmd_get_profile_config()
/linux-4.4.14/Documentation/block/
Dbiodoc.txt770 Some block functions exist to query current tag status or to go from a
910 elevator_merge_fn called to query requests for merge with a bio
/linux-4.4.14/drivers/staging/speakup/
Dspkguide.txt522 rate, etc. If you find one you aren't sure about, you can post a query
/linux-4.4.14/arch/x86/
DKconfig553 and power. Drivers may query the availability of this device to