/linux-4.4.14/arch/cris/arch-v32/drivers/ |
D | cryptocop.c | 166 struct cryptocop_operation *oper; member 1615 if (pj->oper->sid == sid) { in cryptocop_free_session() 1626 …pj->oper->operation_status = -EAGAIN; /* EAGAIN is not ideal for job/session terminated but it's … in cryptocop_free_session() 1627 …DEBUG(printk("cryptocop_free_session: pj=0x%p, pj->oper=0x%p, pj->iop=0x%p\n", pj, pj->oper, pj->i… in cryptocop_free_session() 1628 pj->oper->cb(pj->oper, pj->oper->cb_data); in cryptocop_free_session() 1883 assert(pj->oper != NULL); in cryptocop_do_tasklet() 1886 …DEBUG(printk("cryptocop_do_tasklet: callback 0x%p, data 0x%p\n", pj->oper->cb, pj->oper->cb_data)); in cryptocop_do_tasklet() 1888 pj->oper->operation_status = 0; /* Job is completed. */ in cryptocop_do_tasklet() 1889 pj->oper->cb(pj->oper, pj->oper->cb_data); in cryptocop_do_tasklet() 1928 done_job->oper->operation_status = 0; /* Job is completed. */ in dma_done_interrupt() [all …]
|
/linux-4.4.14/sound/core/seq/oss/ |
D | seq_oss_synth.c | 58 struct snd_seq_oss_callback oper; member 116 rec->oper = reg->oper; in snd_seq_oss_synth_probe() 225 if (rec->oper.open == NULL || rec->oper.close == NULL) { in snd_seq_oss_synth_setup() 238 if (!try_module_get(rec->oper.owner)) { in snd_seq_oss_synth_setup() 242 if (rec->oper.open(&info->arg, rec->private_data) < 0) { in snd_seq_oss_synth_setup() 243 module_put(rec->oper.owner); in snd_seq_oss_synth_setup() 251 rec->oper.close(&info->arg); in snd_seq_oss_synth_setup() 252 module_put(rec->oper.owner); in snd_seq_oss_synth_setup() 327 rec->oper.close(&info->arg); in snd_seq_oss_synth_cleanup() 328 module_put(rec->oper.owner); in snd_seq_oss_synth_cleanup() [all …]
|
/linux-4.4.14/scripts/dtc/ |
D | fdtput.c | 38 enum oper_type oper; /* operation to perform */ member 246 switch (disp->oper) { in do_fdtput() 307 disp.oper = OPER_WRITE_PROP; in main() 324 disp.oper = OPER_CREATE_NODE; in main() 352 if (disp.oper == OPER_WRITE_PROP) { in main()
|
/linux-4.4.14/drivers/net/fddi/skfp/ |
D | smtdef.c | 77 static int set_min_max(int maxflag, u_long mib, u_long limit, u_long *oper); 345 static int set_min_max(int maxflag, u_long mib, u_long limit, u_long *oper) in set_min_max() argument 348 old = *oper ; in set_min_max() 350 *oper = limit ; in set_min_max() 352 *oper = mib ; in set_min_max() 353 return old != *oper; in set_min_max()
|
/linux-4.4.14/drivers/media/tuners/ |
D | qt1010.c | 214 if (rd[i].oper == QT1010_WR) { in qt1010_set_params() 229 u8 oper, u8 reg, u8 reg_init_val, u8 *retval) in qt1010_init_meas1() argument 237 { QT1010_WR, 0x1e, oper }, in qt1010_init_meas1() 242 if (i2c_data[i].oper == QT1010_WR) { in qt1010_init_meas1() 278 if (i2c_data[i].oper == QT1010_WR) { in qt1010_init_meas2() 338 switch (i2c_data[i].oper) { in qt1010_init()
|
D | qt1010_priv.h | 90 u8 oper, reg, val; member
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_dcb.c | 687 u8 i, tc, err, sync, oper; in i40e_cee_to_dcb_config() local 729 oper = (status & I40E_TLV_STATUS_OPER) ? 1 : 0; in i40e_cee_to_dcb_config() 731 if (!err && sync && oper) { in i40e_cee_to_dcb_config() 745 oper = (status & I40E_TLV_STATUS_OPER) ? 1 : 0; in i40e_cee_to_dcb_config() 747 if (!err && sync && oper) { in i40e_cee_to_dcb_config() 761 oper = (status & I40E_TLV_STATUS_OPER) ? 1 : 0; in i40e_cee_to_dcb_config() 763 if (!err && sync && oper) { in i40e_cee_to_dcb_config()
|
/linux-4.4.14/include/sound/ |
D | seq_oss.h | 89 struct snd_seq_oss_callback oper; member
|
/linux-4.4.14/drivers/net/bonding/ |
D | bond_3ad.c | 549 const struct port_params *oper = &port->partner_oper; in __update_default_selected() local 554 if (admin->port_number != oper->port_number || in __update_default_selected() 555 admin->port_priority != oper->port_priority || in __update_default_selected() 556 !MAC_ADDRESS_EQUAL(&admin->system, &oper->system) || in __update_default_selected() 557 admin->system_priority != oper->system_priority || in __update_default_selected() 558 admin->key != oper->key || in __update_default_selected() 560 != (oper->port_state & AD_STATE_AGGREGATION)) { in __update_default_selected()
|
/linux-4.4.14/net/mac80211/ |
D | tdls.c | 1314 const u8 *peer, enum nl80211_tdls_operation oper) in ieee80211_tdls_oper() argument 1327 switch (oper) { in ieee80211_tdls_oper() 1343 tdls_dbg(sdata, "TDLS oper %d peer %pM\n", oper, peer); in ieee80211_tdls_oper() 1345 switch (oper) { in ieee80211_tdls_oper() 1415 enum nl80211_tdls_operation oper, in ieee80211_tdls_oper_request() argument 1422 oper); in ieee80211_tdls_oper_request() 1426 cfg80211_tdls_oper_request(sdata->dev, peer, oper, reason_code, gfp); in ieee80211_tdls_oper_request()
|
D | util.c | 2410 const struct ieee80211_vht_operation *oper, in ieee80211_vht_oper_to_chandef() argument 2413 if (!oper) in ieee80211_vht_oper_to_chandef() 2418 switch (oper->chan_width) { in ieee80211_vht_oper_to_chandef() 2435 ieee80211_channel_to_frequency(oper->center_freq_seg1_idx, in ieee80211_vht_oper_to_chandef() 2438 ieee80211_channel_to_frequency(oper->center_freq_seg2_idx, in ieee80211_vht_oper_to_chandef()
|
D | ieee80211_i.h | 1986 const struct ieee80211_vht_operation *oper, 2053 const u8 *peer, enum nl80211_tdls_operation oper);
|
/linux-4.4.14/net/wireless/ |
D | trace.h | 1647 u8 *peer, enum nl80211_tdls_operation oper), 1648 TP_ARGS(wiphy, netdev, peer, oper), 1653 __field(enum nl80211_tdls_operation, oper) 1659 __entry->oper = oper; 1662 WIPHY_PR_ARG, NETDEV_PR_ARG, MAC_PR_ARG(peer), __entry->oper) 2583 enum nl80211_tdls_operation oper, u16 reason_code), 2584 TP_ARGS(wiphy, netdev, peer, oper, reason_code), 2589 __field(enum nl80211_tdls_operation, oper) 2596 __entry->oper = oper; 2600 WIPHY_PR_ARG, NETDEV_PR_ARG, MAC_PR_ARG(peer), __entry->oper,
|
D | rdev-ops.h | 819 enum nl80211_tdls_operation oper) in rdev_tdls_oper() argument 822 trace_rdev_tdls_oper(&rdev->wiphy, dev, peer, oper); in rdev_tdls_oper() 823 ret = rdev->ops->tdls_oper(&rdev->wiphy, dev, peer, oper); in rdev_tdls_oper()
|
D | nl80211.c | 13114 enum nl80211_tdls_operation oper, in cfg80211_tdls_oper_request() argument 13122 trace_cfg80211_tdls_oper_request(wdev->wiphy, dev, peer, oper, in cfg80211_tdls_oper_request() 13137 nla_put_u8(msg, NL80211_ATTR_TDLS_OPERATION, oper) || in cfg80211_tdls_oper_request()
|
/linux-4.4.14/sound/drivers/opl3/ |
D | opl3_oss.c | 139 arg->oper = oss_callback; in snd_opl3_init_seq_oss()
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | sta_cmd.c | 1675 struct mwifiex_ds_tdls_oper *oper = data_buf; in mwifiex_cmd_tdls_oper() local 1693 memcpy(tdls_oper->peer_mac, oper->peer_mac, ETH_ALEN); in mwifiex_cmd_tdls_oper() 1694 sta_ptr = mwifiex_get_sta_entry(priv, oper->peer_mac); in mwifiex_cmd_tdls_oper() 1698 switch (oper->tdls_action) { in mwifiex_cmd_tdls_oper() 1711 oper->peer_mac); in mwifiex_cmd_tdls_oper()
|
/linux-4.4.14/sound/synth/emux/ |
D | emux_oss.c | 83 arg->oper = oss_callback; in snd_emux_init_seq_oss()
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_bsg.c | 126 uint32_t oper; in qla24xx_proc_fcp_prio_cfg_cmd() local 134 oper = bsg_job->request->rqst_data.h_vendor.vendor_cmd[1]; in qla24xx_proc_fcp_prio_cfg_cmd() 137 if (!ha->fcp_prio_cfg && (oper != QLFC_FCP_PRIO_SET_CONFIG)) { in qla24xx_proc_fcp_prio_cfg_cmd() 141 switch (oper) { in qla24xx_proc_fcp_prio_cfg_cmd()
|
/linux-4.4.14/include/net/ |
D | cfg80211.h | 2699 const u8 *peer, enum nl80211_tdls_operation oper); 5050 enum nl80211_tdls_operation oper,
|
D | mac80211.h | 5420 enum nl80211_tdls_operation oper,
|
/linux-4.4.14/drivers/scsi/csiostor/ |
D | csio_scsi.c | 458 #define CSIO_SCSI_DATA_WRSZ(req, oper, sz, imm) \ argument 460 (sz) = sizeof(struct fw_scsi_##oper##_wr) + /* WR size */ \
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | cfg80211.c | 4595 static int brcmf_convert_nl80211_tdls_oper(enum nl80211_tdls_operation oper) in brcmf_convert_nl80211_tdls_oper() argument 4599 switch (oper) { in brcmf_convert_nl80211_tdls_oper() 4610 brcmf_err("unsupported operation: %d\n", oper); in brcmf_convert_nl80211_tdls_oper() 4618 enum nl80211_tdls_operation oper) in brcmf_cfg80211_tdls_oper() argument 4624 ret = brcmf_convert_nl80211_tdls_oper(oper); in brcmf_cfg80211_tdls_oper()
|
/linux-4.4.14/Documentation/DocBook/ |
D | networking.xml.db | 425 API-netif-oper-up
|